summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-01 07:06:46 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-01 07:06:46 +0000
commitc698e7b8c9e14fd16a5e1da5ab161372c8b6236c (patch)
tree1b90cf8b4e39f6b59c6256838152e761fdca8694 /make
parent2000-08-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-c698e7b8c9e14fd16a5e1da5ab161372c8b6236c.tar.bz2
2000-08-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/gensh1.cfg, custom/gensh2.cfg: Abandon gcc-2.7.2's make-exe * custom/simcpu32.cfg: Set RTEMS_BSVC_MODEL = simcpu32 * ChangeLog: File paths corrected
Diffstat (limited to 'make')
-rw-r--r--make/ChangeLog16
-rw-r--r--make/custom/gensh1.cfg11
-rw-r--r--make/custom/gensh2.cfg11
-rw-r--r--make/custom/simcpu32.cfg2
4 files changed, 12 insertions, 28 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index 7b39e2a69d..a78115f668 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,14 +1,20 @@
+2000-08-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * custom/gensh1.cfg, custom/gensh2.cfg: Abandon gcc-2.7.2's make-exe
+ * custom/simcpu32.cfg: Set RTEMS_BSVC_MODEL = simcpu32
+ * ChangeLog: File paths corrected
+
2000-08-29 Joel Sherrill <joel.sherrill@OARcorp.com>
* custom/armulator.cfg: Corrected make-exe rule to pick up debug flags.
2000-08-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
- * make/custom/pck6.cfg: New file
- * make/custom/pc486.cfg: Use -m486
- * make/custom/pc586.cfg: Use -mpentium
- * make/custom/pc686.cfg: Use -mmpentiumpro
- * make/custom/i386ex.cfg: Use -msoft-float
+
+ * custom/pck6.cfg: New file
+ * custom/pc486.cfg: Use -m486
+ * custom/pc586.cfg: Use -mpentium
+ * custom/pc686.cfg: Use -mmpentiumpro
* custom/i386ex.cfg: Use -msoft-float
2000-08-11 Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
diff --git a/make/custom/gensh1.cfg b/make/custom/gensh1.cfg
index 7d2ef2580d..c15b1b5517 100644
--- a/make/custom/gensh1.cfg
+++ b/make/custom/gensh1.cfg
@@ -45,16 +45,6 @@ endef
# is currently required. It is expected that as of gcc 2.8, the end user
# will be able to override parts of the compilers specs and link using gcc.
-ifeq ($(RTEMS_USE_GCC272),yes)
-define make-exe
- $(LD) $(LDFLAGS) -N -e _start \
- -T$(PROJECT_RELEASE)/lib/linkcmds\
- -o $(basename $@).exe \
- $(START_FILE) $(LINK_OBJS) --start-group $(LINK_LIBS) --end-group
- $(NM) -n $(basename $@).exe > $(basename $@).num
- $(SIZE) $(basename $@).exe
-endef
-else
define make-exe
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \
-Wl,-Map,$(basename $@).map \
@@ -63,6 +53,5 @@ define make-exe
$(NM) -n $@ > $(basename $@).num
$(SIZE) $@
endef
-endif
# Miscellaneous additions go here
diff --git a/make/custom/gensh2.cfg b/make/custom/gensh2.cfg
index c79491b4a4..acbc565e3f 100644
--- a/make/custom/gensh2.cfg
+++ b/make/custom/gensh2.cfg
@@ -59,16 +59,6 @@ endef
# is currently required. It is expected that as of gcc 2.8, the end user
# will be able to override parts of the compilers specs and link using gcc.
-ifeq ($(RTEMS_USE_GCC272),yes)
-define make-exe
- $(LD) $(LDFLAGS) -N -e _start \
- -T$(PROJECT_RELEASE)/lib/linkcmds\
- -o $(basename $@).exe \
- $(START_FILE) $(LINK_OBJS) --start-group $(LINK_LIBS) --end-group
- $(NM) -n $(basename $@).exe > $(basename $@).num
- $(SIZE) $(basename $@).exe
-endef
-else
define make-exe
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -Wl,-Map,$(basename $@).map \
$(LDLIBS) -o $@ \
@@ -76,6 +66,5 @@ define make-exe
$(NM) -n $@ > $(basename $@).num
$(SIZE) $@
endef
-endif
# Miscellaneous additions go here
diff --git a/make/custom/simcpu32.cfg b/make/custom/simcpu32.cfg
index f439972eb1..637c373f45 100644
--- a/make/custom/simcpu32.cfg
+++ b/make/custom/simcpu32.cfg
@@ -10,7 +10,7 @@
#
RTEMS_MVME162_MODEL=mvme162lx
-RTEMS_BSVC_MODEL=simcpu
+RTEMS_BSVC_MODEL=simcpu32
include $(RTEMS_ROOT)/make/custom/sim68000.cfg