2011-12-09 Joel Sherrill <joel.sherrill@oarcorp.com>

* make/custom/gen68360.cfg, make/custom/gen68360_040.cfg,
	make/custom/pgh360.cfg: Simplify and clean up.
This commit is contained in:
Joel Sherrill
2011-12-09 16:12:46 +00:00
parent 2571c79e66
commit 2eddd4d61b
4 changed files with 11 additions and 21 deletions

View File

@@ -1,3 +1,8 @@
2011-12-09 Joel Sherrill <joel.sherrill@oarcorp.com>
* make/custom/gen68360.cfg, make/custom/gen68360_040.cfg,
make/custom/pgh360.cfg: Simplify and clean up.
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* include/bsp.h:

View File

@@ -5,22 +5,10 @@
#
RTEMS_CPU=m68k
ifeq ($(RTEMS_GEN68360_COMPANION_MODE),yes)
RTEMS_CPU_MODEL=m68040
else
RTEMS_CPU_MODEL=m68360
endif
include $(RTEMS_ROOT)/make/custom/default.cfg
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
ifeq ($(RTEMS_GEN68360_COMPANION_MODE),yes)
CPU_CFLAGS = -mcpu=68040
else
CPU_CFLAGS = -mcpu=cpu32
endif
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer

View File

@@ -4,11 +4,11 @@
# $Id$
#
#
# All gen68360 configurations share the same base file, only the cpu model
# differs.
#
RTEMS_CPU=m68k
RTEMS_CPU_MODEL=m68040
RTEMS_GEN68360_COMPANION_MODE=yes
CPU_CFLAGS = -mcpu=68040
include $(RTEMS_ROOT)/make/custom/gen68360.cfg
include $(RTEMS_ROOT)/make/custom/default.cfg
CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer

View File

@@ -9,9 +9,6 @@ RTEMS_CPU_MODEL=m68360
include $(RTEMS_ROOT)/make/custom/default.cfg
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
CPU_CFLAGS = -mcpu32
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer