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

* make/custom/c3xsim.cfg: Remove RTEMS_BSP_FAMILY.
	* make/custom/c4xsim.cfg: Remove RTEMS_BSP_FAMILY.
This commit is contained in:
Ralf Corsepius
2009-10-21 10:59:52 +00:00
parent a461ce932f
commit e7cac30a80
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/c3xsim.cfg: Remove RTEMS_BSP_FAMILY.
* make/custom/c4xsim.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

@@ -12,9 +12,6 @@ RTEMS_CPU_MODEL=c32
# and (hopefully) optimize for it.
CPU_CFLAGS = -mcpu=32
# This is the actual bsp directory used during the build process.
RTEMS_BSP_FAMILY=c4xsim
# optimize flag: typically -O2
# -O2 is broken for the moment on the C4x gcc
#CFLAGS_OPTIMIZE_V = -O2

View File

@@ -12,9 +12,6 @@ RTEMS_CPU_MODEL=c40
# and (hopefully) optimize for it.
CPU_CFLAGS = -mcpu=40 #-msmall
# This is the actual bsp directory used during the build process.
RTEMS_BSP_FAMILY=c4xsim
# optimize flag: typically -O2
# -O2 is broken for the moment on the C4x gcc
#CFLAGS_OPTIMIZE_V = -O2