mirror of
https://gitlab.com/Theopse/fbi-i18n-zh.git
synced 2025-04-05 19:41:43 +08:00
Switch to -mfloat-abi=hard.
This commit is contained in:
parent
6b9fd71bc4
commit
8aad7211f3
2
Makefile
2
Makefile
@ -44,7 +44,7 @@ ICON := resources/icon.png
|
||||
#---------------------------------------------------------------------------------
|
||||
# options for code generation
|
||||
#---------------------------------------------------------------------------------
|
||||
ARCH := -march=armv6k -mtune=mpcore -mfloat-abi=softfp
|
||||
ARCH := -march=armv6k -mtune=mpcore -mfloat-abi=hard
|
||||
|
||||
CFLAGS := -g -Wall -Wno-strict-aliasing -O3 -mword-relocations \
|
||||
-fomit-frame-pointer -ffast-math \
|
||||
|
Loading…
x
Reference in New Issue
Block a user