mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
kexec-tools: pass fpu flags to make
This commit is contained in:
committed by
Stephan Raue
parent
7ea9dae6e7
commit
cbf7b1e8a4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user