forked from Imagelibrary/rtems
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:
@@ -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>
|
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* configure.ac: Don't add -ansi -fasm to CFLAGS.
|
* configure.ac: Don't add -ansi -fasm to CFLAGS.
|
||||||
|
|||||||
@@ -13,9 +13,6 @@ RTEMS_CPU_MODEL=m68000
|
|||||||
# and (hopefully) optimize for it.
|
# and (hopefully) optimize for it.
|
||||||
CPU_CFLAGS = -mcpu=68000
|
CPU_CFLAGS = -mcpu=68000
|
||||||
|
|
||||||
# This is the actual bsp directory used during the build process.
|
|
||||||
RTEMS_BSP_FAMILY=sim68000
|
|
||||||
|
|
||||||
# optimize flag: typically -O2
|
# optimize flag: typically -O2
|
||||||
CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer
|
CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer
|
||||||
|
|
||||||
|
|||||||
@@ -13,9 +13,6 @@ RTEMS_CPU_MODEL=mcpu32
|
|||||||
# and (hopefully) optimize for it.
|
# and (hopefully) optimize for it.
|
||||||
CPU_CFLAGS = -mcpu=cpu32
|
CPU_CFLAGS = -mcpu=cpu32
|
||||||
|
|
||||||
# This is the actual bsp directory used during the build process.
|
|
||||||
RTEMS_BSP_FAMILY=sim68000
|
|
||||||
|
|
||||||
# optimize flag: typically -O2
|
# optimize flag: typically -O2
|
||||||
CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer
|
CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user