Remove obsolete comments referring to gcc-2.8.

This commit is contained in:
Ralf Corsepius
2007-01-18 07:00:28 +00:00
parent bbc2a079e6
commit d2d3482e0b
46 changed files with 46 additions and 92 deletions
+1 -2
View File
@@ -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
+1 -2
View File
@@ -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. ***"
+1 -2
View File
@@ -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) \
+1 -2
View File
@@ -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) \
+1 -2
View File
@@ -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) \
+1 -2
View File
@@ -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 $@ \
+1 -2
View File
@@ -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 \
+1 -2
View File
@@ -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) \
+1 -2
View File
@@ -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 \
+1 -2
View File
@@ -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 \
+1 -2
View File
@@ -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)
+1 -2
View File
@@ -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) \
+1 -2
View File
@@ -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 $@ \
+1 -2
View File
@@ -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) \
+1 -2
View File
@@ -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 $@ \
+1 -2
View File
@@ -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) \
+1 -2
View File
@@ -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) \
+1 -2
View File
@@ -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 \
+1 -2
View File
@@ -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 \
+1 -2
View File
@@ -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) \
+1 -2
View File
@@ -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 \
+1 -2
View File
@@ -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) \
+1 -2
View File
@@ -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 \
+1 -2
View File
@@ -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 \
+1 -2
View File
@@ -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) \
+1 -2
View File
@@ -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 \
+1 -2
View File
@@ -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 \
+1 -2
View File
@@ -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 $@ \
+1 -2
View File
@@ -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) \
+1 -2
View File
@@ -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 \
+1 -2
View File
@@ -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
+1 -2
View File
@@ -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 \
+1 -2
View File
@@ -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 \
+1 -2
View File
@@ -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) \
+1 -2
View File
@@ -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) \
+1 -2
View File
@@ -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
+1 -2
View File
@@ -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 \
+1 -2
View File
@@ -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) \
+1 -2
View File
@@ -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) \
+1 -2
View File
@@ -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) \
+1 -2
View File
@@ -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) \
+1 -2
View File
@@ -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) \
+1 -2
View File
@@ -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) \
+1 -2
View File
@@ -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) \
+1 -2
View File
@@ -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 \
+1 -2
View File
@@ -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 \