mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 20:44:09 +08:00
Remove obsolete comments referring to gcc-2.8.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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. ***"
|
||||
|
||||
@@ -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) \
|
||||
|
||||
@@ -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) \
|
||||
|
||||
@@ -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) \
|
||||
|
||||
@@ -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 $@ \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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) \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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) \
|
||||
|
||||
@@ -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 $@ \
|
||||
|
||||
@@ -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) \
|
||||
|
||||
@@ -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 $@ \
|
||||
|
||||
@@ -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) \
|
||||
|
||||
@@ -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) \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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) \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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) \
|
||||
|
||||
@@ -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
@@ -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 \
|
||||
|
||||
@@ -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) \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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 $@ \
|
||||
|
||||
@@ -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) \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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) \
|
||||
|
||||
@@ -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) \
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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) \
|
||||
|
||||
@@ -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) \
|
||||
|
||||
@@ -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) \
|
||||
|
||||
@@ -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) \
|
||||
|
||||
@@ -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) \
|
||||
|
||||
@@ -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) \
|
||||
|
||||
@@ -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) \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user