Browse Source

OpenPandora flags

master
falkTX 11 years ago
parent
commit
cd741f5e24
2 changed files with 10 additions and 1 deletions
  1. +9
    -0
      Makefile.mk
  2. +1
    -1
      dpf

+ 9
- 0
Makefile.mk View File

@@ -42,6 +42,15 @@ endif
LINK_OPTS = -Wl,-O1 -Wl,--as-needed -Wl,--strip-all
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)
# not needed for Windows
BASE_FLAGS += -fPIC -DPIC


+ 1
- 1
dpf

@@ -1 +1 @@
Subproject commit 568b765007958ba86bed1553b7f34dcc1bb2ed3f
Subproject commit 7adcad413b7d84c067132ad9350ec96c9e195737

Loading…
Cancel
Save