From 4c871ab97bb2c7951c50ee403cf17de4069b132b Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Sun, 22 Jan 2012 02:26:38 +0000 Subject: [PATCH] updated gcc4 optional package build script * add --enable-frame-pointer as this isn't default for x86 any more * use install-strip instead of install * updated optional package description --- build-gcc4-optional-package-Haiku.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-gcc4-optional-package-Haiku.sh b/build-gcc4-optional-package-Haiku.sh index 115147c..bfdccaa 100755 --- a/build-gcc4-optional-package-Haiku.sh +++ b/build-gcc4-optional-package-Haiku.sh @@ -109,9 +109,9 @@ CFLAGS="-O2" CXXFLAGS="-O2" "$gccSources/configure" \ --prefix="$installDir" --enable-shared --enable-languages=c,c++ \ --disable-nls --without-libiconv-prefix --disable-libstdcxx-pch \ - --with-htmldir=html-docs + --with-htmldir=html-docs --enable-frame-pointer make $jobArgs bootstrap -make install install-html +make install-strip install-html # remove installed stuff we don't want @@ -151,7 +151,7 @@ cd "$buildDir" echo "Package: GCC Version: ${gccVersion}-haiku-${gccDate} -Copyright: 1988-2010 Free Software Foundation, Inc. +Copyright: 1988-2011 Free Software Foundation, Inc. License: GNU GPL v3 License: GNU LGPL v3 URL: http://www.gnu.org/software/gcc/ -- gitore 0.2.2