--- /usr/bin/crossdev.sh 2004-08-28 08:58:58.875836304 +0200 +++ /usr/bin/crossdev_orig.sh 2004-08-28 08:53:14.868133424 +0200 @@ -1397,8 +1397,7 @@ #// http://sources.redhat.com/ml/libc-alpha/2003-09/msg00104.html if [ ! -f ".sed-makefile" ]; then mv Makeconfig Makeconfig.orig - - sed -e "s/gnulib := -lgcc -lgcc_eh/gnulib := -lgcc/g" Makeconfig.orig | sed -e "s/libgcc_eh := -lgcc_eh/libgcc_eh := /g" > Makeconfig + sed -e "s/gnulib := -lgcc -lgcc_eh/gnulib := -lgcc/g" Makeconfig.orig > Makeconfig touch .sed-makefile fi