eglibc: cosmetics

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-03-30 21:50:30 +02:00
parent 523d2581d0
commit 5a1c58c213

View File

@ -22,7 +22,8 @@
. config/options $1
strip_lto # Fails to compile with GCC's link time optimization.
# Fails to compile with GCC's link time optimization.
strip_lto
# Filter out some problematic *FLAGS
CFLAGS=`echo $CFLAGS | sed -e "s|-ffast-math||g"`