Skip to content
Snippets Groups Projects
Commit 0003613e authored by Mike Frysinger's avatar Mike Frysinger
Browse files

move -ffixed-P5 to blackfin_config.mk and drop unused -D__BLACKFIN__

parent 60fa72d6
No related branches found
No related tags found
No related merge requests found
...@@ -21,4 +21,5 @@ ...@@ -21,4 +21,5 @@
# MA 02111-1307 USA # MA 02111-1307 USA
# #
PLATFORM_CPPFLAGS += -DCONFIG_BLACKFIN -D__BLACKFIN__ PLATFORM_RELFLAGS += -ffixed-P5
PLATFORM_CPPFLAGS += -DCONFIG_BLACKFIN
...@@ -24,4 +24,4 @@ ...@@ -24,4 +24,4 @@
# MA 02110-1301 USA # MA 02110-1301 USA
# #
PLATFORM_RELFLAGS += -mcpu=bf533 -ffixed-P5 PLATFORM_RELFLAGS += -mcpu=bf533
...@@ -24,4 +24,4 @@ ...@@ -24,4 +24,4 @@
# MA 02110-1301 USA # MA 02110-1301 USA
# #
PLATFORM_RELFLAGS += -mcpu=bf537 -ffixed-P5 PLATFORM_RELFLAGS += -mcpu=bf537
...@@ -24,4 +24,4 @@ ...@@ -24,4 +24,4 @@
# MA 02110-1301 USA # MA 02110-1301 USA
# #
PLATFORM_RELFLAGS += -mcpu=bf561 -ffixed-P5 PLATFORM_RELFLAGS += -mcpu=bf561
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment