forked from Imagelibrary/rtems
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:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user