summaryrefslogtreecommitdiffstats
path: root/c/src/make
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-21 10:10:10 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-21 10:10:10 +0000
commitdb5c5d5ff371130dadb231cd138d75b8aa85301b (patch)
treee74be616c2acc4263a872f9f6e27b66077519e44 /c/src/make
parent2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-db5c5d5ff371130dadb231cd138d75b8aa85301b.tar.bz2
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
* bsp.mak: Remove RTEMS_BSP_FAMILY.
Diffstat (limited to 'c/src/make')
-rw-r--r--c/src/make/ChangeLog10
-rw-r--r--c/src/make/bsp.mak1
2 files changed, 7 insertions, 4 deletions
diff --git a/c/src/make/ChangeLog b/c/src/make/ChangeLog
index 318e5b32c0..09e422a25f 100644
--- a/c/src/make/ChangeLog
+++ b/c/src/make/ChangeLog
@@ -1,14 +1,18 @@
-2009-10-16 Ralf Corsepius <ralf.corsepius@rtems.org>
+2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * bsp.mak: Remove RTEMS_BSP_FAMILY.
+
+2009-10-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Remove BARE_CPU_MODEL, BARE_CPU_CFLAGS.
-2009-10-16 Ralf Corsepius <ralf.corsepius@rtems.org>
+2009-10-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/enable-bare.m4: Remove (Abandoned).
* bsp.cfg.in: Remove BARE_CPU_MODEL, BARE_CPU_CFLAGS.
* configure.ac: Remove RTEMS_ENABLE_BARE.
-2009-07-23 Ralf Corsepius <ralf.corsepius@rtems.org>
+2009-07-23 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/enable-itron.m4: Default to not building itron.
diff --git a/c/src/make/bsp.mak b/c/src/make/bsp.mak
index e000007145..ae6c017d98 100644
--- a/c/src/make/bsp.mak
+++ b/c/src/make/bsp.mak
@@ -9,6 +9,5 @@ include make/custom/${RTEMS_BSP}.cfg
make/${RTEMS_BSP}.cache:
@$(RM) $@
@echo ac_cv_env_RTEMS_CPU_MODEL=\"$(RTEMS_CPU_MODEL)\" >> $@
- @echo ac_cv_env_RTEMS_BSP_FAMILY=\"$(RTEMS_BSP_FAMILY)\" >> $@
@echo ac_cv_env_CPU_CFLAGS=\"$(CPU_CFLAGS)\" >> $@
@echo ac_cv_env_CFLAGS_OPTIMIZE_V=\"$(CFLAGS_OPTIMIZE_V)\" >> $@