Enlevé GDBM, maintenant installé au stage2
[hvlinux.git] / stage2 / cis-gcc
index 6812f7e..3b02999 100755 (executable)
@@ -6,9 +6,6 @@ source ../sysinfos
 source ../functions
 source ../packages-list
 
-# Saves CFLAGS and CXXFLAGS, and clears them.
-save_flags_no_optimizations
-
 # Applying a sed substitution that will suppress the installation of
 # libiberty.a. We want to use the Binutils version of libiberty.a
 cd ${LFS_TMP}/${1} &&
@@ -48,10 +45,7 @@ ln -v -sf gcc /usr/bin/cc &&
 echo 'main(){}' > dummy.c &&
 cc dummy.c &&
 readelf -l a.out | grep ': /lib' 1> /dev/null 2>&1 &&
-rm dummy.c a.out &&
-
-# Restore original CFLAGS and CXXFLAGS values.
-restore_flags
+rm dummy.c a.out
 
 # Return last error
 exit $?