2002-04-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* custom/gen405.cfg: Remove -D__powerpc__.
This commit is contained in:
Joel Sherrill
2002-04-04 18:21:59 +00:00
parent 0d211e81c9
commit 792c6f7bde
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2002-04-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/gen405.cfg: Remove -D__powerpc__.
2002-04-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/erc32nfp.cfg: Remove CPU_U32_FIX.

View File

@@ -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