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
This commit is contained in:
Joel Sherrill
2000-09-01 07:06:46 +00:00
parent 977fc497f2
commit c698e7b8c9
4 changed files with 12 additions and 28 deletions

View File

@@ -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>

View File

@@ -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

View File

@@ -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

View File

@@ -10,7 +10,7 @@
#
RTEMS_MVME162_MODEL=mvme162lx
RTEMS_BSVC_MODEL=simcpu
RTEMS_BSVC_MODEL=simcpu32
include $(RTEMS_ROOT)/make/custom/sim68000.cfg