summaryrefslogtreecommitdiffstats
path: root/make/target.cfg.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-05-21 18:26:58 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-05-21 18:26:58 +0000
commitbd5e4f3baf926e95100c994f4c3042de8f2753f1 (patch)
tree21253395d4a7eda1404d418f694237bb45860498 /make/target.cfg.in
parentCorrected license notices per Eric's permission (diff)
downloadrtems-bd5e4f3baf926e95100c994f4c3042de8f2753f1.tar.bz2
Added bare bsp from Chris Johns <cjohns@plessey.com.au>.
Diffstat (limited to '')
-rw-r--r--make/target.cfg.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/make/target.cfg.in b/make/target.cfg.in
index 56dc124ebf..423987d6fc 100644
--- a/make/target.cfg.in
+++ b/make/target.cfg.in
@@ -51,6 +51,10 @@ 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@
+
INSTALL=$(PROJECT_ROOT)/$(RTEMS_BSP)/build-tools/install-if-change
XCFLAGS=$(CFLAGS_FOR_TARGET)