summaryrefslogtreecommitdiffstats
path: root/tools/build
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-12 12:50:02 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-12 12:50:02 +0000
commita8fc588c166d23a3a6ed691d83340ed7ba680f76 (patch)
tree8cc208b0bb6af3490a1d8bd8a1af7305f6c1a341 /tools/build
parent2000-09-12 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-a8fc588c166d23a3a6ed691d83340ed7ba680f76.tar.bz2
2000-08-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* multigen: Fix BARE_CPU_CFLAGS.
Diffstat (limited to 'tools/build')
-rw-r--r--tools/build/ChangeLog4
-rwxr-xr-xtools/build/multigen2
2 files changed, 5 insertions, 1 deletions
diff --git a/tools/build/ChangeLog b/tools/build/ChangeLog
index 01a1a2690e..b321edf9dc 100644
--- a/tools/build/ChangeLog
+++ b/tools/build/ChangeLog
@@ -1,3 +1,7 @@
+2000-08-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * multigen: Fix BARE_CPU_CFLAGS.
+
2000-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* multigen: Fix usage.
diff --git a/tools/build/multigen b/tools/build/multigen
index 81f70c6ff6..06bfe65449 100755
--- a/tools/build/multigen
+++ b/tools/build/multigen
@@ -161,7 +161,7 @@ EOF
cat << EOF > $cfg
# Config file for the bare-$f BSP
-BARE_CPU_FLAGS=$flags
+BARE_CPU_CFLAGS=$flags
BARE_CPU_MODEL=NONE
include \$(RTEMS_ROOT)/make/custom/bare.cfg