summaryrefslogtreecommitdiffstats
path: root/make/custom
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-04 18:21:59 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-04 18:21:59 +0000
commit792c6f7bdea307a888aeee0552851eecdd4cb6fd (patch)
tree50385b4dce9ff31403a5b76a454512b9a1114258 /make/custom
parent2002-04-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-792c6f7bdea307a888aeee0552851eecdd4cb6fd.tar.bz2
2002-04-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/gen405.cfg: Remove -D__powerpc__.
Diffstat (limited to 'make/custom')
-rw-r--r--make/custom/gen405.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/custom/gen405.cfg b/make/custom/gen405.cfg
index cde20fdd02..86020a49ca 100644
--- a/make/custom/gen405.cfg
+++ b/make/custom/gen405.cfg
@@ -22,7 +22,7 @@ RTEMS_BSP_FAMILY=gen405
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#
-CPU_CFLAGS = -mcpu=403 -D__powerpc__
+CPU_CFLAGS = -mcpu=403
# optimize flag: typically -0, could use -O4 or -fast
# -O4 is ok for RTEMS