From dcfc2c2ea788e76db09a6335f1165cffa9870bd9 Mon Sep 17 00:00:00 2001 From: "Tom G. Christensen" Date: Sat, 11 Oct 2003 16:08:55 +0000 Subject: [PATCH] binutils 2.14 seems broken on Solaris (runtime linking fails) so disable building gcc to expect binutils --- gcc/build.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gcc/build.sh b/gcc/build.sh index e557497..d1b2dad 100755 --- a/gcc/build.sh +++ b/gcc/build.sh @@ -9,7 +9,7 @@ # Check the following 4 variables before running the script topdir=gcc version=3.3.1 -pkgver=2bu +pkgver=3 source[0]=$topdir-$version.tar.bz2 ## If there are no patches, simply comment this #patch[0]= @@ -40,7 +40,7 @@ libgcc_name="libgcc - GCC runtime support" libgcc_pkgcat="library" libgcc_pkgvendor="http://gcc.gnu.org" libgcc_pkgdesc="Runtime support for programs built with gcc 3.x" -libgcc_pkgver="2bu" +libgcc_pkgver="3" libstdc_stage=$BUILDPKG_BASE/$topdir/stage.libstdc libstdc_pkgname="$pkgprefix""libstdc""$abbrev_ver" @@ -48,7 +48,7 @@ libstdc_name="libstdc++ - GCC runtime support" libstdc_pkgcat="library" libstdc_pkgvendor="http://gcc.gnu.org" libstdc_pkgdesc="Runtime support for c++ programs built with gcc $version" -libstdc_pkgver="2bu" +libstdc_pkgver="3" MV=/usr/bin/mv CP=/usr/bin/cp @@ -72,7 +72,7 @@ build() { $MKDIR "$objdir" setdir "$objdir" - $srcdir/$topsrcdir/configure --prefix=/usr/local/gcc-$version --disable-nls --with-as=/usr/local/bin/as --with-ld=/usr/local/bin/ld --with-system-zlib --enable-languages=c,c++ + $srcdir/$topsrcdir/configure --prefix=/usr/local/gcc-$version --disable-nls --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld --with-system-zlib --enable-languages=c,c++ $MAKE_PROG }