- cosmetics
This commit is contained in:
Stephan Raue 2010-06-13 22:56:09 +02:00
parent 53fa993218
commit 62717faf28

View File

@ -4,7 +4,7 @@
$SCRIPTS/build toolchain
# zlib fails to compile with fast-math link time optimization.
# sqlite fails to compile with fast-math link time optimization.
CFLAGS=`echo $CFLAGS | sed -e "s|-ffast-math||"`
export config_BUILD_CC="$HOST_CC"