forked from Imagelibrary/rtems
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:
@@ -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>
|
2000-08-29 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* custom/armulator.cfg: Corrected make-exe rule to pick up debug flags.
|
* custom/armulator.cfg: Corrected make-exe rule to pick up debug flags.
|
||||||
|
|
||||||
2000-08-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2000-08-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
* make/custom/pck6.cfg: New file
|
|
||||||
* make/custom/pc486.cfg: Use -m486
|
* custom/pck6.cfg: New file
|
||||||
* make/custom/pc586.cfg: Use -mpentium
|
* custom/pc486.cfg: Use -m486
|
||||||
* make/custom/pc686.cfg: Use -mmpentiumpro
|
* custom/pc586.cfg: Use -mpentium
|
||||||
* make/custom/i386ex.cfg: Use -msoft-float
|
* custom/pc686.cfg: Use -mmpentiumpro
|
||||||
* custom/i386ex.cfg: Use -msoft-float
|
* custom/i386ex.cfg: Use -msoft-float
|
||||||
|
|
||||||
2000-08-11 Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
|
2000-08-11 Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
|
||||||
|
|||||||
@@ -45,16 +45,6 @@ endef
|
|||||||
# is currently required. It is expected that as of gcc 2.8, the end user
|
# 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.
|
# 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
|
define make-exe
|
||||||
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \
|
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \
|
||||||
-Wl,-Map,$(basename $@).map \
|
-Wl,-Map,$(basename $@).map \
|
||||||
@@ -63,6 +53,5 @@ define make-exe
|
|||||||
$(NM) -n $@ > $(basename $@).num
|
$(NM) -n $@ > $(basename $@).num
|
||||||
$(SIZE) $@
|
$(SIZE) $@
|
||||||
endef
|
endef
|
||||||
endif
|
|
||||||
|
|
||||||
# Miscellaneous additions go here
|
# Miscellaneous additions go here
|
||||||
|
|||||||
@@ -59,16 +59,6 @@ endef
|
|||||||
# is currently required. It is expected that as of gcc 2.8, the end user
|
# 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.
|
# 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
|
define make-exe
|
||||||
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -Wl,-Map,$(basename $@).map \
|
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -Wl,-Map,$(basename $@).map \
|
||||||
$(LDLIBS) -o $@ \
|
$(LDLIBS) -o $@ \
|
||||||
@@ -76,6 +66,5 @@ define make-exe
|
|||||||
$(NM) -n $@ > $(basename $@).num
|
$(NM) -n $@ > $(basename $@).num
|
||||||
$(SIZE) $@
|
$(SIZE) $@
|
||||||
endef
|
endef
|
||||||
endif
|
|
||||||
|
|
||||||
# Miscellaneous additions go here
|
# Miscellaneous additions go here
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
RTEMS_MVME162_MODEL=mvme162lx
|
RTEMS_MVME162_MODEL=mvme162lx
|
||||||
RTEMS_BSVC_MODEL=simcpu
|
RTEMS_BSVC_MODEL=simcpu32
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/sim68000.cfg
|
include $(RTEMS_ROOT)/make/custom/sim68000.cfg
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user