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/build | |
| parent | f368e42a125c34ce7ad628f3051dd7ae730ff8ad (diff) | |
gcc-7: rename from gcc-7-il, add quality of life patches
Diffstat (limited to 'gcc-7-il/build')
| -rw-r--r-- | gcc-7-il/build | 21 |
1 files changed, 0 insertions, 21 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 |
