summaryrefslogtreecommitdiffstats
path: root/make/custom/ods68302.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-02-18 17:55:49 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-02-18 17:55:49 +0000
commita110b68252d6fad61fc36f08257bb8659c17a693 (patch)
tree73641ee46439facf7f80fb1096d9a6ac81c3b0a5 /make/custom/ods68302.cfg
parentPart of automake VI Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>. (diff)
downloadrtems-a110b68252d6fad61fc36f08257bb8659c17a693.tar.bz2
Part of automake VI patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:
> 2) rtems-rc-19990131-1.diff > > Rework of compilers/*.cfg files (esp. gcc-target-default.cfg) to adapt > the flags/makefile variables to automake and make standards (cf. > make.info - implicit rules/variables). > > This patch is rather risky and may probably break things, but is an > essential step towards automake. > > FWIW: It also reverts the i386-ASMFLAGS/ASFLAGS-patch, which was wrong, > as I had to experience ;-.
Diffstat (limited to 'make/custom/ods68302.cfg')
-rw-r--r--make/custom/ods68302.cfg9
1 files changed, 5 insertions, 4 deletions
diff --git a/make/custom/ods68302.cfg b/make/custom/ods68302.cfg
index bb24d9b97a..abceb1f5e0 100644
--- a/make/custom/ods68302.cfg
+++ b/make/custom/ods68302.cfg
@@ -20,10 +20,11 @@ RTEMS_BSP_FAMILY=ods68302
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#
-CPU_CFLAGS=-g -m68302 -msoft-float \
- -DVARIANT=$(BSP_VARIANT) -DMC68302_BASE=$(MC68302_BASE) \
- -DRAM_BASE=$(RAM_BASE) -DRAM_SIZE=$(RAM_SIZE) \
- -DROM_BASE=$(ROM_BASE) -DROM_SIZE=$(ROM_SIZE)
+CPU_CFLAGS =-m68302 -msoft-float
+CPU_DEFINES = \
+-DVARIANT=$(BSP_VARIANT) -DMC68302_BASE=$(MC68302_BASE) \
+-DRAM_BASE=$(RAM_BASE) -DRAM_SIZE=$(RAM_SIZE) \
+-DROM_BASE=$(ROM_BASE) -DROM_SIZE=$(ROM_SIZE)
# optimize flag: typically -0, could use -O4 or -fast
# -O4 is ok for RTEMS