summaryrefslogtreecommitdiffstats
path: root/make/target.cfg.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-05-22 12:29:13 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-05-22 12:29:13 +0000
commit6fa12899c430f529a997ff739cb871d23fef6929 (patch)
tree16e56bcf7f915c03e9cd3da07b8e518cfa949002 /make/target.cfg.in
parentUNIX port now builds and runs cleanly with both C++ support enabled (diff)
downloadrtems-6fa12899c430f529a997ff739cb871d23fef6929.tar.bz2
Renamed bare BSP specific options to make the dependency obvious.
Diffstat (limited to 'make/target.cfg.in')
-rw-r--r--make/target.cfg.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/make/target.cfg.in b/make/target.cfg.in
index 423987d6fc..c11322ee20 100644
--- a/make/target.cfg.in
+++ b/make/target.cfg.in
@@ -50,10 +50,11 @@ RTEMS_HAS_CPLUSPLUS = @RTEMS_HAS_CPLUSPLUS@
RTEMS_USE_MACROS = @RTEMS_USE_MACROS@
RTEMS_USE_GCC272 = @RTEMS_USE_GCC272@
RTEMS_LIBC_DIR = @RTEMS_LIBC_DIR@
-
RTEMS_CPU = @target_cpu@
-RTEMS_CPU_MODEL = @RTEMS_CPU_MODEL@
-CPU_CFLAGS = @CPU_CFLAGS@
+
+# the following are only used for the bare bsp
+BARE_CPU_MODEL = @BARE_CPU_MODEL@
+BARE_CPU_CFLAGS = @BARE_CPU_CFLAGS@
INSTALL=$(PROJECT_ROOT)/$(RTEMS_BSP)/build-tools/install-if-change
XCFLAGS=$(CFLAGS_FOR_TARGET)