summaryrefslogtreecommitdiffstats
path: root/c/src/make/bsp.cfg.in
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-16 14:33:55 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-16 14:33:55 +0000
commitcd812d5755fb3b35898dde2157fe18033ce57825 (patch)
tree978d218d0c02ceec269bb32cdfb345ed9434d978 /c/src/make/bsp.cfg.in
parentRemove (Abandoned). (diff)
downloadrtems-cd812d5755fb3b35898dde2157fe18033ce57825.tar.bz2
Remove BARE_CPU_MODEL, BARE_CPU_CFLAGS.
Diffstat (limited to '')
-rw-r--r--c/src/make/bsp.cfg.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/c/src/make/bsp.cfg.in b/c/src/make/bsp.cfg.in
index e97956a104..d047731c89 100644
--- a/c/src/make/bsp.cfg.in
+++ b/c/src/make/bsp.cfg.in
@@ -29,7 +29,3 @@ HAS_CPLUSPLUS = @HAS_CPLUSPLUS@
## Does this BSP support RTEMS's networking ?
##
HAS_NETWORKING = @HAS_NETWORKING@
-
-## Only used for the bare bsp
-BARE_CPU_MODEL = @BARE_CPU_MODEL@
-BARE_CPU_CFLAGS = @BARE_CPU_CFLAGS@