OpenPandora flags
This commit is contained in:
parent
23db13d72f
commit
01800a5feb
|
@ -42,6 +42,15 @@ endif
|
||||||
LINK_OPTS = -Wl,-O1 -Wl,--as-needed -Wl,--strip-all
|
LINK_OPTS = -Wl,-O1 -Wl,--as-needed -Wl,--strip-all
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(PANDORA),true)
|
||||||
|
# OpenPandora flags
|
||||||
|
BASE_OPTS = -O2 -ffast-math
|
||||||
|
ifneq ($(NOOPT),true)
|
||||||
|
BASE_OPTS += -march=armv7-a -mcpu=cortex-a8 -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp
|
||||||
|
endif
|
||||||
|
LINK_OPTS = -Wl,-O1 -Wl,--as-needed -Wl,--strip-all
|
||||||
|
endif
|
||||||
|
|
||||||
ifneq ($(WIN32),true)
|
ifneq ($(WIN32),true)
|
||||||
# not needed for Windows
|
# not needed for Windows
|
||||||
BASE_FLAGS += -fPIC -DPIC
|
BASE_FLAGS += -fPIC -DPIC
|
||||||
|
|
2
dpf
2
dpf
|
@ -1 +1 @@
|
||||||
Subproject commit 519a3846bf4b9cf3592cb7f26ce99ef9091c255e
|
Subproject commit 7adcad413b7d84c067132ad9350ec96c9e195737
|
Loading…
Reference in New Issue