mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-09 20:57:26 +01:00
Merge pull request #263 from lebeg/fix_armv7_hard_float
Pinned armv7 ABI to use hard float
This commit is contained in:
commit
388fa45709
@ -161,7 +161,7 @@ CT_ARCH_CPU="cortex-a7"
|
||||
CT_ARCH_TUNE=""
|
||||
CT_TARGET_CFLAGS=""
|
||||
CT_TARGET_LDFLAGS=""
|
||||
CT_ARCH_FLOAT=""
|
||||
CT_ARCH_FLOAT="hard"
|
||||
|
||||
#
|
||||
# arm other options
|
||||
|
Loading…
Reference in New Issue
Block a user