From 564e5211a5085e10680b2bf3553c7b8a97bdff94 Mon Sep 17 00:00:00 2001 From: "Alejandro W. Sior" Date: Thu, 2 Feb 2023 22:39:22 +0100 Subject: gcc-7-il: new package at version 7.5.0-il-1 --- gcc-7-il/build | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 gcc-7-il/build (limited to 'gcc-7-il/build') diff --git a/gcc-7-il/build b/gcc-7-il/build new file mode 100644 index 0000000..ddee51c --- /dev/null +++ b/gcc-7-il/build @@ -0,0 +1,21 @@ +#!/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 -- cgit v1.2.3