2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>

* make/custom/sim68000.cfg: Remove RTEMS_BSP_FAMILY.
	* make/custom/simcpu32.cfg: Remove RTEMS_BSP_FAMILY.
This commit is contained in:
Ralf Corsepius
2009-10-21 10:48:42 +00:00
parent 7ddca228b8
commit ec537dad87
3 changed files with 5 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/sim68000.cfg: Remove RTEMS_BSP_FAMILY.
* make/custom/simcpu32.cfg: Remove RTEMS_BSP_FAMILY.
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Don't add -ansi -fasm to CFLAGS.

View File

@@ -13,9 +13,6 @@ RTEMS_CPU_MODEL=m68000
# and (hopefully) optimize for it.
CPU_CFLAGS = -mcpu=68000
# This is the actual bsp directory used during the build process.
RTEMS_BSP_FAMILY=sim68000
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer

View File

@@ -13,9 +13,6 @@ RTEMS_CPU_MODEL=mcpu32
# and (hopefully) optimize for it.
CPU_CFLAGS = -mcpu=cpu32
# This is the actual bsp directory used during the build process.
RTEMS_BSP_FAMILY=sim68000
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer