From d2d3482e0bf6712c9d1e87431b59092a39fd0c68 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 18 Jan 2007 07:00:28 +0000 Subject: Remove obsolete comments referring to gcc-2.8. --- make/custom/av5282.cfg | 3 +-- make/custom/bare.cfg | 3 +-- make/custom/c3xsim.cfg | 3 +-- make/custom/c4xsim.cfg | 3 +-- make/custom/csb350.cfg | 3 +-- make/custom/csb360.cfg | 3 +-- make/custom/dmv152.cfg | 3 +-- make/custom/eZKit533.cfg | 3 +-- make/custom/erc32.cfg | 3 +-- make/custom/erc32nfp.cfg | 3 +-- make/custom/gen405.cfg | 3 +-- make/custom/gen5200.cfg | 3 +-- make/custom/gen68302.cfg | 3 +-- make/custom/gen68340.cfg | 3 +-- make/custom/gen68360.cfg | 3 +-- make/custom/genmongoosev.cfg | 3 +-- make/custom/gensh1.cfg | 3 +-- make/custom/gensh2.cfg | 3 +-- make/custom/gensh4.cfg | 3 +-- make/custom/h8sim.cfg | 3 +-- make/custom/helas403.cfg | 3 +-- make/custom/hurricane.cfg | 3 +-- make/custom/i386ex.cfg | 3 +-- make/custom/idp.cfg | 3 +-- make/custom/jmr3904.cfg | 3 +-- make/custom/leon2.cfg | 3 +-- make/custom/leon3.cfg | 3 +-- make/custom/mcf5206elite.cfg | 3 +-- make/custom/mcf5235.cfg | 3 +-- make/custom/mpc8260ads.cfg | 3 +-- make/custom/mrm332.cfg | 3 +-- make/custom/mvme136.cfg | 3 +-- make/custom/mvme147.cfg | 3 +-- make/custom/mvme162.cfg | 3 +-- make/custom/mvme162lx.cfg | 3 +-- make/custom/mvme167.cfg | 3 +-- make/custom/nios2_iss.cfg | 3 +-- make/custom/ods68302.cfg | 3 +-- make/custom/pc386.cfg | 3 +-- make/custom/rbtx4925.cfg | 3 +-- make/custom/rbtx4938.cfg | 3 +-- make/custom/shsim.cfg | 3 +-- make/custom/sim68000.cfg | 3 +-- make/custom/simcpu32.cfg | 3 +-- make/custom/simsh4.cfg | 3 +-- make/custom/uC5282.cfg | 3 +-- 46 files changed, 46 insertions(+), 92 deletions(-) diff --git a/make/custom/av5282.cfg b/make/custom/av5282.cfg index c0a00510f7..19e4f3a86f 100644 --- a/make/custom/av5282.cfg +++ b/make/custom/av5282.cfg @@ -24,8 +24,7 @@ endif # The following are definitions of make-exe which will work using ld as -# 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. +# is currently required. define make-exe diff --git a/make/custom/bare.cfg b/make/custom/bare.cfg index 933b48255d..28b6ab93d4 100644 --- a/make/custom/bare.cfg +++ b/make/custom/bare.cfg @@ -22,8 +22,7 @@ CFLAGS_OPTIMIZE_V = -O4 -fomit-frame-pointer START_BASE= # The following are definitions of make-exe which will work using ld as -# 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. +# is currently required. define make-exe @echo "*** Cannot do a link with the bare bsp. ***" diff --git a/make/custom/c3xsim.cfg b/make/custom/c3xsim.cfg index 7516567fe4..1fa5cfe722 100644 --- a/make/custom/c3xsim.cfg +++ b/make/custom/c3xsim.cfg @@ -21,8 +21,7 @@ CFLAGS_OPTIMIZE_V = -O1 START_BASE= # The following are definitions of make-exe which will work using ld as -# 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. +# is currently required. define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \ diff --git a/make/custom/c4xsim.cfg b/make/custom/c4xsim.cfg index f12854df94..7fe259fe8f 100644 --- a/make/custom/c4xsim.cfg +++ b/make/custom/c4xsim.cfg @@ -21,8 +21,7 @@ CFLAGS_OPTIMIZE_V = -O1 START_BASE= # The following are definitions of make-exe which will work using ld as -# 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. +# is currently required. define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \ diff --git a/make/custom/csb350.cfg b/make/custom/csb350.cfg index d7673d720e..6e864d8c63 100644 --- a/make/custom/csb350.cfg +++ b/make/custom/csb350.cfg @@ -22,8 +22,7 @@ CPU_CFLAGS=-mips32 -G0 -msoft-float CFLAGS_OPTIMIZE_V = -O2 -g # The following are definitions of make-exe which will work using ld as -# 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. +# is currently required. define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \ diff --git a/make/custom/csb360.cfg b/make/custom/csb360.cfg index 17a8f1af20..9cb9bd7c5f 100644 --- a/make/custom/csb360.cfg +++ b/make/custom/csb360.cfg @@ -25,8 +25,7 @@ CPU_CFLAGS = -m5200 CFLAGS_OPTIMIZE_V = -O0 -fomit-frame-pointer # The following are definitions of make-exe which will work using ld as -# 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. +# is currently required. define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ \ diff --git a/make/custom/dmv152.cfg b/make/custom/dmv152.cfg index 0ce95165b1..de53604926 100644 --- a/make/custom/dmv152.cfg +++ b/make/custom/dmv152.cfg @@ -27,8 +27,7 @@ CFLAGS_OPTIMIZE_V = -O4 -fomit-frame-pointer # Usage ref: src/tests/sptest/sp1/Makefile # The following are definitions of make-exe which will work using ld as -# 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. +# is currently required. define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).nxe \ diff --git a/make/custom/eZKit533.cfg b/make/custom/eZKit533.cfg index 93c4cd4b33..86695d0bb6 100644 --- a/make/custom/eZKit533.cfg +++ b/make/custom/eZKit533.cfg @@ -22,8 +22,7 @@ CPU_CFLAGS= CFLAGS_OPTIMIZE_V = -O0 # The following are definitions of make-exe which will work using ld as -# 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. +# is currently required. define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \ diff --git a/make/custom/erc32.cfg b/make/custom/erc32.cfg index 28d962a941..99990454a0 100644 --- a/make/custom/erc32.cfg +++ b/make/custom/erc32.cfg @@ -19,8 +19,7 @@ CPU_CFLAGS = -mcpu=cypress CFLAGS_OPTIMIZE_V = -O2 # The following are definitions of make-exe which will work using ld as -# 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. +# is currently required. define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).exe \ diff --git a/make/custom/erc32nfp.cfg b/make/custom/erc32nfp.cfg index da8a6f971d..01acc1e412 100644 --- a/make/custom/erc32nfp.cfg +++ b/make/custom/erc32nfp.cfg @@ -20,8 +20,7 @@ CPU_CFLAGS = -mcpu=cypress -msoft-float CFLAGS_OPTIMIZE_V = -O2 # The following are definitions of make-exe which will work using ld as -# 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. +# is currently required. define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).exe \ diff --git a/make/custom/gen405.cfg b/make/custom/gen405.cfg index ee3dada60d..38a9c54b43 100644 --- a/make/custom/gen405.cfg +++ b/make/custom/gen405.cfg @@ -32,8 +32,7 @@ CFLAGS_OPTIMIZE_V = -O4 -fno-keep-inline-functions -g START_BASE= # The following are definitions of make-exe which will work using ld as -# 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. +# is currently required. define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).exe $(LINK_OBJS) $(LINK_LIBS) diff --git a/make/custom/gen5200.cfg b/make/custom/gen5200.cfg index ac68234715..7a0e834090 100644 --- a/make/custom/gen5200.cfg +++ b/make/custom/gen5200.cfg @@ -22,8 +22,7 @@ CPU_CFLAGS = -mcpu=603e -mstrict-align -D$(RTEMS_BOARD_MODEL) CFLAGS_OPTIMIZE_V = -O4 -fno-keep-inline-functions -g # The following are definitions of make-exe which will work using ld as -# 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. +# is currently required. define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \ diff --git a/make/custom/gen68302.cfg b/make/custom/gen68302.cfg index 0c05ed150d..b117272783 100644 --- a/make/custom/gen68302.cfg +++ b/make/custom/gen68302.cfg @@ -21,8 +21,7 @@ CPU_CFLAGS = -m68302 CFLAGS_OPTIMIZE_V = -O4 -fomit-frame-pointer # The following are definitions of make-exe which will work using ld as -# 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. +# is currently required. define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ \ diff --git a/make/custom/gen68340.cfg b/make/custom/gen68340.cfg index 5c6a485645..5838481a1b 100644 --- a/make/custom/gen68340.cfg +++ b/make/custom/gen68340.cfg @@ -19,8 +19,7 @@ CPU_CFLAGS = -mcpu32 CFLAGS_OPTIMIZE_V = -O4 -fomit-frame-pointer # The following are definitions of make-exe which will work using ld as -# 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. +# is currently required. define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \ diff --git a/make/custom/gen68360.cfg b/make/custom/gen68360.cfg index 878d434e03..5224963c79 100644 --- a/make/custom/gen68360.cfg +++ b/make/custom/gen68360.cfg @@ -30,8 +30,7 @@ endif CFLAGS_OPTIMIZE_V = -O4 -fomit-frame-pointer # The following are definitions of make-exe which will work using ld as -# 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. +# is currently required. define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ \ diff --git a/make/custom/genmongoosev.cfg b/make/custom/genmongoosev.cfg index 5b1c09d0c4..29f0601be8 100644 --- a/make/custom/genmongoosev.cfg +++ b/make/custom/genmongoosev.cfg @@ -21,8 +21,7 @@ CPU_CFLAGS=-mips1 -G0 CFLAGS_OPTIMIZE_V = -O2 -g # The following are definitions of make-exe which will work using ld as -# 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. +# is currently required. define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \ diff --git a/make/custom/gensh1.cfg b/make/custom/gensh1.cfg index 36fd9b2186..93507f4ae3 100644 --- a/make/custom/gensh1.cfg +++ b/make/custom/gensh1.cfg @@ -26,8 +26,7 @@ CPU_CFLAGS=-m1 CFLAGS_OPTIMIZE_V = -O2 # The following are definitions of make-exe which will work using ld as -# 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. +# is currently required. define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \ diff --git a/make/custom/gensh2.cfg b/make/custom/gensh2.cfg index 873acd4d13..606cbff64a 100644 --- a/make/custom/gensh2.cfg +++ b/make/custom/gensh2.cfg @@ -26,8 +26,7 @@ CPU_CFLAGS= -m2 CFLAGS_OPTIMIZE_V = -O2 # The following are definitions of make-exe which will work using ld as -# 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. +# is currently required. define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -Wl,-Map,$(basename $@).map \ diff --git a/make/custom/gensh4.cfg b/make/custom/gensh4.cfg index af1375205e..b9b0f50afa 100644 --- a/make/custom/gensh4.cfg +++ b/make/custom/gensh4.cfg @@ -33,8 +33,7 @@ CPU_CFLAGS= -m4 -ml CFLAGS_OPTIMIZE_V = -O2 # The following are definitions of make-exe which will work using ld as -# 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. +# is currently required. define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -Wl,-Map,$(basename $@).map \ diff --git a/make/custom/h8sim.cfg b/make/custom/h8sim.cfg index cac9e40819..5696855777 100644 --- a/make/custom/h8sim.cfg +++ b/make/custom/h8sim.cfg @@ -21,8 +21,7 @@ CPU_CFLAGS=-mh -mint32 CFLAGS_OPTIMIZE_V = -O2 # The following are definitions of make-exe which will work using ld as -# 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. +# is currently required. define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \ diff --git a/make/custom/helas403.cfg b/make/custom/helas403.cfg index c12c026afc..3319df9523 100644 --- a/make/custom/helas403.cfg +++ b/make/custom/helas403.cfg @@ -25,8 +25,7 @@ CFLAGS_OPTIMIZE_V = -O4 -fno-keep-inline-functions START_BASE= # The following are definitions of make-exe which will work using ld as -# 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. +# is currently required. define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).exe \ diff --git a/make/custom/hurricane.cfg b/make/custom/hurricane.cfg index 4911950c32..5b626ecc15 100644 --- a/make/custom/hurricane.cfg +++ b/make/custom/hurricane.cfg @@ -19,8 +19,7 @@ CPU_CFLAGS = -mips3 -G0 -EL CFLAGS_OPTIMIZE_V = -O4 -fomit-frame-pointer # The following are definitions of make-exe which will work using ld as -# 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. +# is currently required. define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \ diff --git a/make/custom/i386ex.cfg b/make/custom/i386ex.cfg index e9e119bf7f..e672bb349c 100644 --- a/make/custom/i386ex.cfg +++ b/make/custom/i386ex.cfg @@ -29,8 +29,7 @@ CFLAGS_OPTIMIZE_V = -O4 # $(OBJDUMP) -x -m i386 -d $(basename $@).elf > $(basename $@).rdmp # The following are definitions of make-exe which will work using ld as -# 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. +# is currently required. define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).elf \ diff --git a/make/custom/idp.cfg b/make/custom/idp.cfg index f023537752..127d8889f3 100644 --- a/make/custom/idp.cfg +++ b/make/custom/idp.cfg @@ -21,8 +21,7 @@ CPU_CFLAGS = -msoft-float CFLAGS_OPTIMIZE_V = -O4 -fomit-frame-pointer # The following are definitions of make-exe which will work using ld as -# 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. +# is currently required. define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).nxe \ diff --git a/make/custom/jmr3904.cfg b/make/custom/jmr3904.cfg index 83395d2039..0ac18c7bb0 100644 --- a/make/custom/jmr3904.cfg +++ b/make/custom/jmr3904.cfg @@ -24,8 +24,7 @@ CPU_CFLAGS=-march=r3900 -Wa,-xgot -G0 CFLAGS_OPTIMIZE_V = -O2 # The following are definitions of make-exe which will work using ld as -# 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. +# is currently required. define make-exe $(LINK.c) $(AM_CFLAGS) -G0 $(AM_LDFLAGS) \ diff --git a/make/custom/leon2.cfg b/make/custom/leon2.cfg index 24f9b3e3d9..1ef5fdd04e 100644 --- a/make/custom/leon2.cfg +++ b/make/custom/leon2.cfg @@ -24,8 +24,7 @@ CPU_CFLAGS = -mcpu=cypress -msoft-float CFLAGS_OPTIMIZE_V = -O2 # The following are definitions of make-exe which will work using ld as -# 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. +# is currently required. define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).exe \ diff --git a/make/custom/leon3.cfg b/make/custom/leon3.cfg index af2f25a99f..9980589224 100644 --- a/make/custom/leon3.cfg +++ b/make/custom/leon3.cfg @@ -26,8 +26,7 @@ CPU_CFLAGS = -mcpu=cypress -msoft-float CFLAGS_OPTIMIZE_V = -O2 # The following are definitions of make-exe which will work using ld as -# 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. +# is currently required. define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).exe \ diff --git a/make/custom/mcf5206elite.cfg b/make/custom/mcf5206elite.cfg index 59fbb4ccb0..159e5dfb26 100644 --- a/make/custom/mcf5206elite.cfg +++ b/make/custom/mcf5206elite.cfg @@ -23,8 +23,7 @@ CPU_CFLAGS = -m5200 CFLAGS_OPTIMIZE_V = -O4 -fomit-frame-pointer # The following are definitions of make-exe which will work using ld as -# 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. +# is currently required. define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ \ diff --git a/make/custom/mcf5235.cfg b/make/custom/mcf5235.cfg index dd5a5ed807..88e12d0d24 100644 --- a/make/custom/mcf5235.cfg +++ b/make/custom/mcf5235.cfg @@ -30,8 +30,7 @@ MTARGET=ram endif # The following are definitions of make-exe which will work using ld as -# 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. +# is currently required. define make-exe $(LINK.c) $(AM_CFLAGS) -m5200 $(AM_LDFLAGS) \ diff --git a/make/custom/mpc8260ads.cfg b/make/custom/mpc8260ads.cfg index a8bfb30606..ff98dd7769 100644 --- a/make/custom/mpc8260ads.cfg +++ b/make/custom/mpc8260ads.cfg @@ -23,8 +23,7 @@ CPU_CFLAGS = -mcpu=603e -mstrict-align -Dmpc8260 CFLAGS_OPTIMIZE_V = -O4 -fno-keep-inline-functions -g # The following are definitions of make-exe which will work using ld as -# 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. +# is currently required. define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).exe \ diff --git a/make/custom/mrm332.cfg b/make/custom/mrm332.cfg index 10a25c04cf..8c7bd1d165 100644 --- a/make/custom/mrm332.cfg +++ b/make/custom/mrm332.cfg @@ -20,8 +20,7 @@ CPU_CFLAGS = -mcpu32 CFLAGS_OPTIMIZE_V = -O4 -fomit-frame-pointer # The following are definitions of make-exe which will work using ld as -# 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. +# is currently required. ifeq ($(MRM_IN_ROM),yes) # Build a rommable image - move the .data section after the .text section diff --git a/make/custom/mvme136.cfg b/make/custom/mvme136.cfg index fe61b03779..3f1dd7f176 100644 --- a/make/custom/mvme136.cfg +++ b/make/custom/mvme136.cfg @@ -22,8 +22,7 @@ CPU_CFLAGS = CFLAGS_OPTIMIZE_V = -O4 -fomit-frame-pointer # The following are definitions of make-exe which will work using ld as -# 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. +# is currently required. define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).nxe \ diff --git a/make/custom/mvme147.cfg b/make/custom/mvme147.cfg index 2d055d90c3..48c83f42d5 100644 --- a/make/custom/mvme147.cfg +++ b/make/custom/mvme147.cfg @@ -19,8 +19,7 @@ CPU_CFLAGS= CFLAGS_OPTIMIZE_V = -O4 -fomit-frame-pointer # The following are definitions of make-exe which will work using ld as -# 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. +# is currently required. define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).nxe \ diff --git a/make/custom/mvme162.cfg b/make/custom/mvme162.cfg index b7e3ab1f3b..6f4805c211 100644 --- a/make/custom/mvme162.cfg +++ b/make/custom/mvme162.cfg @@ -24,8 +24,7 @@ CPU_CFLAGS = -m68040 CFLAGS_OPTIMIZE_V = -O4 -fomit-frame-pointer # The following are definitions of make-exe which will work using ld as -# 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. +# is currently required. define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \ diff --git a/make/custom/mvme162lx.cfg b/make/custom/mvme162lx.cfg index 445b8cb856..d838781f17 100644 --- a/make/custom/mvme162lx.cfg +++ b/make/custom/mvme162lx.cfg @@ -30,8 +30,7 @@ CPU_CFLAGS = -m68040 -msoft-float CFLAGS_OPTIMIZE_V = -O4 -fomit-frame-pointer # The following are definitions of make-exe which will work using ld as -# 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. +# is currently required. define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \ diff --git a/make/custom/mvme167.cfg b/make/custom/mvme167.cfg index 9d09b8b19e..f51e7acfa9 100644 --- a/make/custom/mvme167.cfg +++ b/make/custom/mvme167.cfg @@ -35,8 +35,7 @@ CFLAGS_OPTIMIZE_V = -O4 -fno-omit-frame-pointer # rather than S-records. We skip the header during downloads. # The following are definitions of make-exe which will work using ld as -# 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. +# is currently required. # The MC68040 does not implement all MC68881/MC68882 instructions, so use # either the gcc floating-point software support (msoft-float libraries), or diff --git a/make/custom/nios2_iss.cfg b/make/custom/nios2_iss.cfg index 239f138bed..4ce4d09a1b 100644 --- a/make/custom/nios2_iss.cfg +++ b/make/custom/nios2_iss.cfg @@ -26,8 +26,7 @@ CPU_CFLAGS=-mno-hw-mul -mno-hw-div CFLAGS_OPTIMIZE_V = -g -O0 # The following are definitions of make-exe which will work using ld as -# 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. +# is currently required. define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).nxe \ diff --git a/make/custom/ods68302.cfg b/make/custom/ods68302.cfg index 5264aa003b..c0c0a48b1d 100644 --- a/make/custom/ods68302.cfg +++ b/make/custom/ods68302.cfg @@ -28,8 +28,7 @@ CPU_CFLAGS = -m68302 CFLAGS_OPTIMIZE_V = -O4 -fomit-frame-pointer # The following are definitions of make-exe which will work using ld as -# 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. +# is currently required. define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \ diff --git a/make/custom/pc386.cfg b/make/custom/pc386.cfg index e0f2b2c7b4..c76467cd4c 100644 --- a/make/custom/pc386.cfg +++ b/make/custom/pc386.cfg @@ -43,8 +43,7 @@ START16ADDR=0x00097C00 HEADERADDR=0x00097E00 # The following are definitions of make-exe which will work using ld as -# 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. +# is currently required. define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -Wl,-Ttext,$(RELOCADDR) \ diff --git a/make/custom/rbtx4925.cfg b/make/custom/rbtx4925.cfg index 6e10f4b4a4..1a585de3a9 100644 --- a/make/custom/rbtx4925.cfg +++ b/make/custom/rbtx4925.cfg @@ -19,8 +19,7 @@ CPU_CFLAGS = -mips3 -G0 -EL CFLAGS_OPTIMIZE_V = -O4 -fomit-frame-pointer # The following are definitions of make-exe which will work using ld as -# 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. +# is currently required. define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \ diff --git a/make/custom/rbtx4938.cfg b/make/custom/rbtx4938.cfg index 6eae3dd6ed..da1f769fc5 100644 --- a/make/custom/rbtx4938.cfg +++ b/make/custom/rbtx4938.cfg @@ -19,8 +19,7 @@ CPU_CFLAGS = -mips3 -G0 -EL CFLAGS_OPTIMIZE_V = -fomit-frame-pointer # The following are definitions of make-exe which will work using ld as -# 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. +# is currently required. define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \ diff --git a/make/custom/shsim.cfg b/make/custom/shsim.cfg index 87598bd4dc..492b4dcdfd 100644 --- a/make/custom/shsim.cfg +++ b/make/custom/shsim.cfg @@ -21,8 +21,7 @@ CPU_CFLAGS=-m1 CFLAGS_OPTIMIZE_V = -O2 -g # The following are definitions of make-exe which will work using ld as -# 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. +# is currently required. define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \ diff --git a/make/custom/sim68000.cfg b/make/custom/sim68000.cfg index 696205da9a..1faa0640b5 100644 --- a/make/custom/sim68000.cfg +++ b/make/custom/sim68000.cfg @@ -17,8 +17,7 @@ RTEMS_BSP_FAMILY=sim68000 CFLAGS_OPTIMIZE_V = -O4 -fomit-frame-pointer # The following are definitions of make-exe which will work using ld as -# 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. +# is currently required. define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \ diff --git a/make/custom/simcpu32.cfg b/make/custom/simcpu32.cfg index 91fe1fdbeb..f6b0a12743 100644 --- a/make/custom/simcpu32.cfg +++ b/make/custom/simcpu32.cfg @@ -17,8 +17,7 @@ RTEMS_BSP_FAMILY=sim68000 CFLAGS_OPTIMIZE_V = -O4 -fomit-frame-pointer # The following are definitions of make-exe which will work using ld as -# 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. +# is currently required. define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \ diff --git a/make/custom/simsh4.cfg b/make/custom/simsh4.cfg index ea5b271ab4..7f1b830dcc 100644 --- a/make/custom/simsh4.cfg +++ b/make/custom/simsh4.cfg @@ -33,8 +33,7 @@ CPU_CFLAGS= -m4 -ml CFLAGS_OPTIMIZE_V = -O2 # The following are definitions of make-exe which will work using ld as -# 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. +# is currently required. define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -Wl,-Map,$(basename $@).map \ diff --git a/make/custom/uC5282.cfg b/make/custom/uC5282.cfg index 7a69ba353c..08b82bd044 100644 --- a/make/custom/uC5282.cfg +++ b/make/custom/uC5282.cfg @@ -18,8 +18,7 @@ CPU_CFLAGS = -m528x CFLAGS_OPTIMIZE_V = -O4 -g # The following are definitions of make-exe which will work using ld as -# 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. +# is currently required. define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).nxe \ -- cgit v1.2.3