- remove hack for not using linker plugin (fixed now)
This commit is contained in:
Stephan Raue 2010-06-05 08:20:33 +02:00
parent eb0134f885
commit dedee9dc8f

View File

@ -6,10 +6,6 @@ $SCRIPTS/build toolchain
$SCRIPTS/build zlib
$SCRIPTS/build openssl
# Suffers from bug 42453 <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42453>.
CFLAGS=`echo $CFLAGS | sed -e "s|-fuse-linker-plugin||"`
LDFLAGS=`echo $LDFLAGS | sed -e "s|-fuse-linker-plugin||"`
# link against librt because of undefined reference to 'clock_gettime'
LDFLAGS="$LDFLAGS -lrt"