2000-09-12 Joel Sherrill <joel@OARcorp.com>

* custom/mvme167.cfg (CPP_CFLAGS): Corrected to only include
	compiler arguments that specify CPU model options.
This commit is contained in:
Joel Sherrill
2000-09-12 12:48:05 +00:00
parent 0905e0f5a3
commit 9fbf213bc4
2 changed files with 6 additions and 1 deletions

View File

@@ -1,4 +1,9 @@
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

View File

@@ -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.