summaryrefslogtreecommitdiffstats
path: root/make/custom/mvme167.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-12 12:48:05 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-12 12:48:05 +0000
commit9fbf213bc40a0327fc93c4a67c711d37da11f843 (patch)
tree096fc3e09d5b991f3936505ebaac1168b4a8fce5 /make/custom/mvme167.cfg
parent2000-09-12 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-9fbf213bc40a0327fc93c4a67c711d37da11f843.tar.bz2
2000-09-12 Joel Sherrill <joel@OARcorp.com>
* custom/mvme167.cfg (CPP_CFLAGS): Corrected to only include compiler arguments that specify CPU model options.
Diffstat (limited to 'make/custom/mvme167.cfg')
-rw-r--r--make/custom/mvme167.cfg2
1 files changed, 1 insertions, 1 deletions
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.