diff options
| author | Alejandro W. Sior <aho@sior.be> | 2023-02-03 10:03:37 +0100 |
|---|---|---|
| committer | Alejandro W. Sior <aho@sior.be> | 2023-02-03 10:03:37 +0100 |
| commit | a7417a86fa394efa45dc5a1b87cc10864e2be20f (patch) | |
| tree | 2bc0d9965931f26eaa263615128e607afe84afcf /gcc-7-il | |
| parent | f368e42a125c34ce7ad628f3051dd7ae730ff8ad (diff) | |
gcc-7: rename from gcc-7-il, add quality of life patches
Diffstat (limited to 'gcc-7-il')
| -rw-r--r-- | gcc-7-il/build | 21 | ||||
| -rw-r--r-- | gcc-7-il/checksums | 4 | ||||
| -rw-r--r-- | gcc-7-il/depends | 1 | ||||
| -rw-r--r-- | gcc-7-il/sources | 4 | ||||
| -rw-r--r-- | gcc-7-il/version | 1 |
5 files changed, 0 insertions, 31 deletions
diff --git a/gcc-7-il/build b/gcc-7-il/build deleted file mode 100644 index ddee51c..0000000 --- a/gcc-7-il/build +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh -e - -# Make build directory -mkdir build -cd build - -# Configure gcc -../gcc/configure \ - --prefix=/usr/gcc/7-il \ - --with-as=/usr/bin/gas \ - --with-gnu-as \ - --with-ld=/usr/bin/ld \ - --without-gnu-ld \ - --enable-languages="c,c++,objc" \ - --enable-shared \ - --disable-bootstrap \ - --with-pkgversion="Illumos Edelweiss" \ - --with-bugurl="https://github.com/richlowe/gcc/issues" - -gmake -gmake DESTDIR="$1" install diff --git a/gcc-7-il/checksums b/gcc-7-il/checksums deleted file mode 100644 index 7ccf6b3..0000000 --- a/gcc-7-il/checksums +++ /dev/null @@ -1,4 +0,0 @@ -a378bdc914761dfe88eaf9c3d931c5b2 gcc-7.5.0-il-1.tar.gz -0b82665c4a92fd2ade7440c13fcaa42b gmp-6.2.1.tar.xz -a25091f337f25830c16d2054d74b5af7 mpfr-4.2.0.tar.xz -5c9bc658c9fd0f940e8e3e0f09530c62 mpc-1.3.1.tar.gz diff --git a/gcc-7-il/depends b/gcc-7-il/depends deleted file mode 100644 index ac0a69d..0000000 --- a/gcc-7-il/depends +++ /dev/null @@ -1 +0,0 @@ -binutils diff --git a/gcc-7-il/sources b/gcc-7-il/sources deleted file mode 100644 index b05220c..0000000 --- a/gcc-7-il/sources +++ /dev/null @@ -1,4 +0,0 @@ -https://github.com/illumos/gcc/archive/refs/tags/gcc-7.5.0-il-1.tar.gz $/gcc -https://gmplib.org/download/gmp/gmp-6.2.1.tar.xz $/gcc/gmp -https://www.mpfr.org/mpfr-current/mpfr-4.2.0.tar.xz $/gcc/mpfr -https://ftp.gnu.org/gnu/mpc/mpc-1.3.1.tar.gz $/gcc/mpc diff --git a/gcc-7-il/version b/gcc-7-il/version deleted file mode 100644 index b908cb5..0000000 --- a/gcc-7-il/version +++ /dev/null @@ -1 +0,0 @@ -7.5.0-il-1 |
