diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-02-04 19:26:55 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-02-04 19:26:55 -0500 |
commit | 0003613e3c7df3b84b2cb92e797d77f46f15a43a (patch) | |
tree | e500a8719bfa47f806a3e5d6693a05f9f44c20c5 /cpu/bf561 | |
parent | 60fa72d65610c7ef33e1d6db858979d05ff0df58 (diff) |
move -ffixed-P5 to blackfin_config.mk and drop unused -D__BLACKFIN__
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'cpu/bf561')
-rw-r--r-- | cpu/bf561/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/bf561/config.mk b/cpu/bf561/config.mk index f4dc04bfc92..3628a026b0a 100644 --- a/cpu/bf561/config.mk +++ b/cpu/bf561/config.mk @@ -24,4 +24,4 @@ # MA 02110-1301 USA # -PLATFORM_RELFLAGS += -mcpu=bf561 -ffixed-P5 +PLATFORM_RELFLAGS += -mcpu=bf561 |