summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-rw-r--r--make/ChangeLog5
-rw-r--r--make/custom/mvme167.cfg2
2 files changed, 6 insertions, 1 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index cb0f3cb0e0..7c9656f029 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,6 +1,11 @@
2000-09-12 Joel Sherrill <joel@OARcorp.com>
+ * custom/mvme167.cfg (CPP_CFLAGS): Corrected to only include
+ compiler arguments that specify CPU model options.
+
+2000-09-12 Joel Sherrill <joel@OARcorp.com>
+
* custom/mbx860_005b.cfg (make-target-options): Add lines to
define PRINTK_MINOR SMC1_MINOR and PRINTK_IO_MODE. The settings
may be incorrect but the BSP now compiles.
diff --git a/make/custom/mvme167.cfg b/make/custom/mvme167.cfg
index 12e0ac6664..2c07c8bb81 100644
--- a/make/custom/mvme167.cfg
+++ b/make/custom/mvme167.cfg
@@ -21,7 +21,7 @@ RTEMS_BSP_FAMILY=mvme167
# This should really get its own flag, but it works here.
#
-CPU_CFLAGS = -m68040 -DRTEMS_BSP=$(RTEMS_BSP) -D$(RTEMS_BSP)
+CPU_CFLAGS = -m68040
# BSP specific preprocessor flags.
# These should only be used in BSP dependent directories.