mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
kexec-tools: pass fpu flags to make
This commit is contained in:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user