|
|
@ -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 |
|
|
|