diff --git a/Documentation/Developers/CHANGELOG-RENE b/Documentation/Developers/CHANGELOG-RENE index 92ab9339d..da7f02cb4 100644 --- a/Documentation/Developers/CHANGELOG-RENE +++ b/Documentation/Developers/CHANGELOG-RENE @@ -9,6 +9,7 @@ - Alejandro Mery: fixed auto-mantainer in misc/newpackage.sh - Stefan Paletta: implemented enlightenment category - Mathieu: updated gnomemeeting and lftp + - Dimitar Zhekov: fix gcc3 optimisation *) 2003-09-14 (2.0.0-rc1 - 2.0.0-rc2) diff --git a/package/base/gcc3/gcc3.conf b/package/base/gcc3/gcc3.conf index 050048824..d7cfce01f 100644 --- a/package/base/gcc3/gcc3.conf +++ b/package/base/gcc3/gcc3.conf @@ -50,7 +50,7 @@ custmain() { mv Makefile.in Makefile.in.orig sed -e 's/LANGUAGES="[^"]*"/LANGUAGES="c"/g' \ < Makefile.in.orig > Makefile.in - elif [ "$ROCKCFG_OPT" = 0 ] ; then + elif [ "$ROCKCFG_OPT" = 1 ] ; then if [ -f libstdc++*/configure ] ; then echo "Setting DEBUG_FLAGS='-s' in libstdc++ configure." ( cd libstdc++* ; mv configure configure.orig