summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-16 04:35:45 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-16 04:35:45 +0000
commitb07eae7b9776346a3a32bae49c82d7e96788eb60 (patch)
tree2dce11ab7b976b7e4f1ce6a4714f1dd72883b5a3 /c
parent2009-10-16 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-b07eae7b9776346a3a32bae49c82d7e96788eb60.tar.bz2
2009-10-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/ss555.cfg: Remove -D$(RTEMS_BSP_FAMILY) (unused).
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/powerpc/ss555/ChangeLog4
-rw-r--r--c/src/lib/libbsp/powerpc/ss555/make/custom/ss555.cfg2
2 files changed, 5 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/ss555/ChangeLog b/c/src/lib/libbsp/powerpc/ss555/ChangeLog
index c843757736..dac2f679a3 100644
--- a/c/src/lib/libbsp/powerpc/ss555/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/ss555/ChangeLog
@@ -1,3 +1,7 @@
+2009-10-16 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * make/custom/ss555.cfg: Remove -D$(RTEMS_BSP_FAMILY) (unused).
+
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/ss555.cfg: New (relocated from /make/custom).
diff --git a/c/src/lib/libbsp/powerpc/ss555/make/custom/ss555.cfg b/c/src/lib/libbsp/powerpc/ss555/make/custom/ss555.cfg
index 1bedae4a7c..9fdac8dcab 100644
--- a/c/src/lib/libbsp/powerpc/ss555/make/custom/ss555.cfg
+++ b/c/src/lib/libbsp/powerpc/ss555/make/custom/ss555.cfg
@@ -22,7 +22,7 @@ RTEMS_BSP_FAMILY=ss555
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#
-CPU_CFLAGS = -mcpu=$(GCC_CPU_MODEL) -D$(RTEMS_CPU_MODEL) -D$(RTEMS_BSP_FAMILY)
+CPU_CFLAGS = -mcpu=$(GCC_CPU_MODEL) -D$(RTEMS_CPU_MODEL)
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions