kexec-tools: pass fpu flags to make

This commit is contained in:
Lars Op den Kamp 2012-07-13 11:07:36 +02:00 committed by Stephan Raue
parent 7ea9dae6e7
commit cbf7b1e8a4

View File

@ -22,7 +22,8 @@
. config/options $1
CFLAGS="-O2" # -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2"
CFLAGS="-O2 $TARGET_FPU_FLAGS" # -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2"
LDFLAGS=""
cd $PKG_BUILD