mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 22:21:38 +08:00
Cosmetics.
This commit is contained in:
@@ -19,7 +19,7 @@ RTEMS_BSP_FAMILY=armulator
|
||||
# CPU_CFLAGS = -msoft-float
|
||||
|
||||
# optimize flag: typically -O2
|
||||
CFLAGS_OPTIMIZE_V=-O2
|
||||
CFLAGS_OPTIMIZE_V = -O2
|
||||
|
||||
define make-exe
|
||||
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ \
|
||||
|
||||
@@ -16,7 +16,7 @@ CPU_CFLAGS = -m528x
|
||||
|
||||
|
||||
# optimize flag: typically -O2
|
||||
CFLAGS_OPTIMIZE_V= -O4 -fomit-frame-pointer
|
||||
CFLAGS_OPTIMIZE_V = -O4 -fomit-frame-pointer
|
||||
|
||||
ifndef MTARGET
|
||||
MTARGET=ram
|
||||
|
||||
@@ -16,7 +16,7 @@ CPU_CFLAGS=$(BARE_CPU_CFLAGS)
|
||||
include $(RTEMS_ROOT)/make/custom/default.cfg
|
||||
|
||||
# optimize flag: typically -O2
|
||||
CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
|
||||
CFLAGS_OPTIMIZE_V = -O4 -fomit-frame-pointer
|
||||
|
||||
# this target has no start file
|
||||
START_BASE=
|
||||
|
||||
@@ -14,8 +14,8 @@ RTEMS_BSP_FAMILY=c4xsim
|
||||
|
||||
# optimize flag: typically -O2
|
||||
# -O2 is broken for the moment on the C4x gcc
|
||||
#CFLAGS_OPTIMIZE_V=-O2
|
||||
CFLAGS_OPTIMIZE_V=-O1
|
||||
#CFLAGS_OPTIMIZE_V = -O2
|
||||
CFLAGS_OPTIMIZE_V = -O1
|
||||
|
||||
# this target has no start file
|
||||
START_BASE=
|
||||
|
||||
@@ -14,8 +14,8 @@ RTEMS_BSP_FAMILY=c4xsim
|
||||
|
||||
# optimize flag: typically -O2
|
||||
# -O2 is broken for the moment on the C4x gcc
|
||||
#CFLAGS_OPTIMIZE_V=-O2
|
||||
CFLAGS_OPTIMIZE_V=-O1
|
||||
#CFLAGS_OPTIMIZE_V = -O2
|
||||
CFLAGS_OPTIMIZE_V = -O1
|
||||
|
||||
# this target has no start file
|
||||
START_BASE=
|
||||
|
||||
@@ -18,7 +18,7 @@ RTEMS_BSP_FAMILY=csb336
|
||||
CPU_CFLAGS = -mcpu=arm920 -mstructure-size-boundary=8
|
||||
|
||||
# optimize flag: typically -O2
|
||||
CFLAGS_OPTIMIZE_V=-O2
|
||||
CFLAGS_OPTIMIZE_V = -O2
|
||||
|
||||
define make-exe
|
||||
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ \
|
||||
|
||||
@@ -18,7 +18,7 @@ RTEMS_BSP_FAMILY=csb337
|
||||
CPU_CFLAGS = -mcpu=arm920 -mstructure-size-boundary=8
|
||||
|
||||
# optimize flag: typically -O2
|
||||
CFLAGS_OPTIMIZE_V=-O2 -g
|
||||
CFLAGS_OPTIMIZE_V = -O2 -g
|
||||
|
||||
|
||||
define make-exe
|
||||
|
||||
@@ -19,7 +19,7 @@ RTEMS_BSP_FAMILY=csb350
|
||||
CPU_CFLAGS=-mips32 -G0 -msoft-float
|
||||
|
||||
# optimize flag: typically -O2
|
||||
CFLAGS_OPTIMIZE_V=-O2 -g
|
||||
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
|
||||
|
||||
@@ -22,7 +22,7 @@ CPU_CFLAGS = -m5200
|
||||
# optimize flag: typically -O2
|
||||
# It looks like any optimization level > 0 causes problems
|
||||
# with gcc-3.4.0. Until they are fixed, we'll use -O0
|
||||
CFLAGS_OPTIMIZE_V=-O0 -fomit-frame-pointer
|
||||
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
|
||||
|
||||
@@ -20,7 +20,7 @@ RTEMS_BSP_FAMILY=dmv152
|
||||
CPU_CFLAGS =
|
||||
|
||||
# optimize flag: typically -O2
|
||||
CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
|
||||
CFLAGS_OPTIMIZE_V = -O4 -fomit-frame-pointer
|
||||
|
||||
# Here is the rule to actually build a $(ARCH)/foo.exe
|
||||
# It also builds $(ARCH)/foo.sr and $(ARCH)/foo.nm
|
||||
|
||||
@@ -19,7 +19,7 @@ CPU_CFLAGS=
|
||||
|
||||
# optimize flag: typically -O2
|
||||
# gcc-4.2.0 segfaults on -OX > -O0
|
||||
CFLAGS_OPTIMIZE_V=-O0
|
||||
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
|
||||
|
||||
@@ -18,7 +18,7 @@ RTEMS_BSP_FAMILY=edb7312
|
||||
CPU_CFLAGS = -mcpu=$(RTEMS_CPU_MODEL) -mstructure-size-boundary=8
|
||||
|
||||
# optimize flag: typically -O2
|
||||
CFLAGS_OPTIMIZE_V=-O2
|
||||
CFLAGS_OPTIMIZE_V = -O2
|
||||
|
||||
define make-exe
|
||||
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ \
|
||||
|
||||
@@ -16,7 +16,7 @@ RTEMS_BSP_FAMILY=erc32
|
||||
CPU_CFLAGS = -mcpu=cypress
|
||||
|
||||
# optimize flag: typically -O2
|
||||
CFLAGS_OPTIMIZE_V=-O2
|
||||
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
|
||||
|
||||
@@ -17,7 +17,7 @@ RTEMS_BSP_FAMILY=erc32
|
||||
CPU_CFLAGS = -mcpu=cypress -msoft-float
|
||||
|
||||
# optimize flag: typically -O2
|
||||
CFLAGS_OPTIMIZE_V=-O2
|
||||
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
|
||||
|
||||
+2
-2
@@ -19,8 +19,8 @@ RTEMS_BSP_FAMILY=gba
|
||||
CPU_CFLAGS = -mcpu=$(RTEMS_CPU_MODEL) -msoft-float -mstructure-size-boundary=8
|
||||
|
||||
# optimize flag: typically -O2
|
||||
CFLAGS_OPTIMIZE_V=-O2
|
||||
CXXFLAGS_OPTIMIZE_V=-O3
|
||||
CFLAGS_OPTIMIZE_V = -O2
|
||||
CXXFLAGS_OPTIMIZE_V = -O3
|
||||
|
||||
define make-exe
|
||||
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \
|
||||
|
||||
@@ -26,7 +26,7 @@ CPU_CFLAGS = -mcpu=403 -D_OLD_EXCEPTIONS -Dppc405
|
||||
|
||||
# optimize flag: typically -O2
|
||||
# NOTE: some level of -O may be actually required by inline assembler
|
||||
CFLAGS_OPTIMIZE_V=-O4 -fno-keep-inline-functions -g
|
||||
CFLAGS_OPTIMIZE_V = -O4 -fno-keep-inline-functions -g
|
||||
|
||||
|
||||
# No start file
|
||||
|
||||
@@ -20,7 +20,7 @@ CPU_CFLAGS = -mcpu=603e -mstrict-align -D$(RTEMS_BOARD_MODEL)
|
||||
|
||||
# optimize flag: typically -O2
|
||||
# NOTE: some level of -O may be actually required by inline assembler
|
||||
CFLAGS_OPTIMIZE_V=-O4 -fno-keep-inline-functions -g
|
||||
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
|
||||
|
||||
@@ -21,7 +21,7 @@ RTEMS_BSP_FAMILY=gen68302
|
||||
CPU_CFLAGS = -m68302
|
||||
|
||||
# optimize flag: typically -O2
|
||||
CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
|
||||
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
|
||||
|
||||
@@ -16,7 +16,7 @@ RTEMS_BSP_FAMILY=gen68340
|
||||
CPU_CFLAGS = -mcpu32
|
||||
|
||||
# optimize flag: typically -O2
|
||||
CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
|
||||
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
|
||||
|
||||
@@ -27,7 +27,7 @@ CPU_CFLAGS = -mcpu32
|
||||
endif
|
||||
|
||||
# optimize flag: typically -O2
|
||||
CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
|
||||
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
|
||||
|
||||
@@ -18,7 +18,7 @@ RTEMS_BSP_FAMILY=genmongoosev
|
||||
CPU_CFLAGS=-mips1 -G0
|
||||
|
||||
# optimize flag: typically -O2
|
||||
CFLAGS_OPTIMIZE_V=-O2 -g
|
||||
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
|
||||
|
||||
@@ -18,7 +18,7 @@ RTEMS_BSP_FAMILY=gp32
|
||||
CPU_CFLAGS = -mcpu=arm920t -mstructure-size-boundary=32
|
||||
|
||||
# optimize flag: typically -O2
|
||||
CFLAGS_OPTIMIZE_V= -O2
|
||||
CFLAGS_OPTIMIZE_V = -O2
|
||||
|
||||
define make-exe
|
||||
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ \
|
||||
|
||||
@@ -18,8 +18,8 @@ RTEMS_BSP_FAMILY=h8sim
|
||||
CPU_CFLAGS=-mh -mint32
|
||||
|
||||
# optimize flag: typically -O2
|
||||
# CFLAGS_OPTIMIZE_V=-O4 -mleaf-procedures
|
||||
CFLAGS_OPTIMIZE_V=-O0
|
||||
# CFLAGS_OPTIMIZE_V = -O4 -mleaf-procedures
|
||||
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
|
||||
|
||||
@@ -20,7 +20,7 @@ CPU_CFLAGS = -mcpu=403 -D_OLD_EXCEPTIONS -Dppc403
|
||||
|
||||
# optimize flag: typically -O2
|
||||
# NOTE: some level of -O may be actually required by inline assembler
|
||||
CFLAGS_OPTIMIZE_V=-O4 -fno-keep-inline-functions
|
||||
CFLAGS_OPTIMIZE_V = -O4 -fno-keep-inline-functions
|
||||
|
||||
# No start file
|
||||
START_BASE=
|
||||
|
||||
@@ -16,7 +16,7 @@ RTEMS_BSP_FAMILY=hurricane
|
||||
CPU_CFLAGS = -mips3 -G0 -EL
|
||||
|
||||
# optimize flag: typically -O2
|
||||
CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
|
||||
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
|
||||
|
||||
@@ -18,7 +18,7 @@ RTEMS_BSP_FAMILY=i386ex
|
||||
CPU_CFLAGS = -msoft-float
|
||||
|
||||
# optimize flag: typically -O2
|
||||
CFLAGS_OPTIMIZE_V=-O4
|
||||
CFLAGS_OPTIMIZE_V = -O4
|
||||
|
||||
# Something like this should produce a map file but this does not work.
|
||||
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@ RTEMS_BSP_FAMILY=idp
|
||||
CPU_CFLAGS = -msoft-float
|
||||
|
||||
# optimize flag: typically -O2
|
||||
CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
|
||||
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
|
||||
|
||||
@@ -21,7 +21,7 @@ RTEMS_BSP_FAMILY=jmr3904
|
||||
CPU_CFLAGS=-march=r3900 -Wa,-xgot -G0
|
||||
|
||||
# optimize flag: typically -O2
|
||||
CFLAGS_OPTIMIZE_V=-O2
|
||||
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
|
||||
|
||||
@@ -21,7 +21,7 @@ RTEMS_BSP_FAMILY=leon2
|
||||
CPU_CFLAGS = -mcpu=cypress -msoft-float
|
||||
|
||||
# optimize flag: typically -O2
|
||||
CFLAGS_OPTIMIZE_V=-O2
|
||||
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
|
||||
|
||||
@@ -23,7 +23,7 @@ RTEMS_BSP_FAMILY=leon3
|
||||
CPU_CFLAGS = -mcpu=cypress -msoft-float
|
||||
|
||||
# optimize flag: typically -O2
|
||||
CFLAGS_OPTIMIZE_V=-O2
|
||||
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
|
||||
|
||||
@@ -12,4 +12,4 @@ RTEMS_MBX_MODEL=mbx821_002b
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/mbx8xx.cfg
|
||||
|
||||
CFLAGS_OPTIMIZE_V=-O2
|
||||
CFLAGS_OPTIMIZE_V = -O2
|
||||
|
||||
@@ -48,9 +48,9 @@ CPU_CFLAGS = -mcpu=$(8XX_CPU_TYPE) -Dmpc$(8XX_CPU_TYPE) -D$(RTEMS_MBX_MODEL)
|
||||
|
||||
# optimize flag: typically -O, could use -O4 or -fast
|
||||
# NOTE: some level of -O may be actually required by inline assembler
|
||||
# CFLAGS_OPTIMIZE_V=-O4 -fno-keep-inline-functions
|
||||
CFLAGS_OPTIMIZE_V=-O4 -fno-keep-inline-functions
|
||||
CXXFLAGS_OPTIMIZE_V=-O4
|
||||
# CFLAGS_OPTIMIZE_V = -O4 -fno-keep-inline-functions
|
||||
CFLAGS_OPTIMIZE_V = -O4 -fno-keep-inline-functions
|
||||
CXXFLAGS_OPTIMIZE_V = -O4
|
||||
|
||||
define make-exe
|
||||
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) $(MBX8xx_LDFLAGS) \
|
||||
|
||||
@@ -20,7 +20,7 @@ RTEMS_BSP_FAMILY=mcf5206elite
|
||||
CPU_CFLAGS = -m5200
|
||||
|
||||
# optimize flag: typically -O2
|
||||
CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
|
||||
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
|
||||
|
||||
@@ -22,7 +22,7 @@ CPU_CFLAGS = -m528x
|
||||
|
||||
|
||||
# optimize flag: typically -O2
|
||||
CFLAGS_OPTIMIZE_V= -O4 -fomit-frame-pointer
|
||||
CFLAGS_OPTIMIZE_V = -O4 -fomit-frame-pointer
|
||||
|
||||
|
||||
ifndef MTARGET
|
||||
|
||||
@@ -18,7 +18,7 @@ RTEMS_BSP_FAMILY=motorola_powerpc
|
||||
CPU_CFLAGS = -mcpu=750 -Dmpc750
|
||||
|
||||
# optimize flag: typically -O2
|
||||
CFLAGS_OPTIMIZE_V=-O4 -mmultiple -mstring -mstrict-align
|
||||
CFLAGS_OPTIMIZE_V = -O4 -mmultiple -mstring -mstrict-align
|
||||
|
||||
define make-exe
|
||||
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \
|
||||
|
||||
@@ -21,7 +21,7 @@ CPU_CFLAGS = -mcpu=603e -mstrict-align -Dmpc8260
|
||||
|
||||
# optimize flag: typically -O2
|
||||
# NOTE: some level of -O may be actually required by inline assembler
|
||||
CFLAGS_OPTIMIZE_V=-O4 -fno-keep-inline-functions -g
|
||||
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
|
||||
|
||||
@@ -17,7 +17,7 @@ RTEMS_BSP_FAMILY=mrm332
|
||||
CPU_CFLAGS = -mcpu32
|
||||
|
||||
# optimize flag: typically -O2
|
||||
CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
|
||||
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
|
||||
|
||||
@@ -17,7 +17,7 @@ RTEMS_BSP_FAMILY=motorola_powerpc
|
||||
CPU_CFLAGS = -mcpu=603e -Dmpc603e -Dppc603e
|
||||
|
||||
# optimize flag: typically -O2
|
||||
CFLAGS_OPTIMIZE_V=-O4 -mmultiple -mstring -mstrict-align
|
||||
CFLAGS_OPTIMIZE_V = -O4 -mmultiple -mstring -mstrict-align
|
||||
|
||||
define make-exe
|
||||
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \
|
||||
|
||||
@@ -19,7 +19,7 @@ RTEMS_BSP_FAMILY=mvme136
|
||||
CPU_CFLAGS =
|
||||
|
||||
# optimize flag: typically -O2
|
||||
CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
|
||||
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
|
||||
|
||||
@@ -16,7 +16,7 @@ RTEMS_BSP_FAMILY=mvme147
|
||||
CPU_CFLAGS=
|
||||
|
||||
# optimize flag: typically -O2
|
||||
CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
|
||||
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
|
||||
|
||||
@@ -21,7 +21,7 @@ RTEMS_BSP_FAMILY=mvme162
|
||||
CPU_CFLAGS = -m68040
|
||||
|
||||
# optimize flag: typically -O2
|
||||
CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
|
||||
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
|
||||
|
||||
@@ -27,7 +27,7 @@ RTEMS_BSP_FAMILY=mvme162
|
||||
CPU_CFLAGS = -m68040 -msoft-float
|
||||
|
||||
# optimize flag: typically -O2
|
||||
CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
|
||||
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
|
||||
|
||||
@@ -25,7 +25,7 @@ CPU_CFLAGS = -m68040
|
||||
|
||||
|
||||
# optimize flag: typically -O, could use -O4 or -fast
|
||||
CFLAGS_OPTIMIZE_V=-O4 -fno-omit-frame-pointer
|
||||
CFLAGS_OPTIMIZE_V = -O4 -fno-omit-frame-pointer
|
||||
|
||||
# Here is the rule to actually build a $(ARCH)/foo.exe
|
||||
# It also builds $(ARCH)/foo.nm
|
||||
|
||||
@@ -17,7 +17,7 @@ RTEMS_BSP_FAMILY=motorola_powerpc
|
||||
CPU_CFLAGS = -mcpu=603e -Dmpc603e -Dppc603e
|
||||
|
||||
# optimize flag: typically -O2
|
||||
CFLAGS_OPTIMIZE_V=-O4 -mmultiple -mstring -mstrict-align
|
||||
CFLAGS_OPTIMIZE_V = -O4 -mmultiple -mstring -mstrict-align
|
||||
|
||||
define make-exe
|
||||
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \
|
||||
|
||||
@@ -20,7 +20,7 @@ CPU_CFLAGS = -mcpu=604 -mmultiple -mstring -mstrict-align -meabi
|
||||
|
||||
# optimize flag: typically -O2
|
||||
# NOTE: some level of -O may be actually required by inline assembler
|
||||
#CFLAGS_OPTIMIZE_V=-O4 -fno-keep-inline-functions
|
||||
#CFLAGS_OPTIMIZE_V = -O4 -fno-keep-inline-functions
|
||||
CFLAGS_OPTIMIZE_V = -O4
|
||||
|
||||
define make-exe
|
||||
|
||||
@@ -20,7 +20,7 @@ CPU_CFLAGS = -mcpu=7450 -Dmpc7455 -mno-altivec -mabi=altivec -mvrsave=no -mmulti
|
||||
#T. Straumann; disable sdata=eabi for now until CEXP supports it -meabi -msdata=eabi
|
||||
|
||||
# optimize flag: typically -O2
|
||||
#CFLAGS_OPTIMIZE_V=-O4 -fno-keep-inline-functions
|
||||
#CFLAGS_OPTIMIZE_V = -O4 -fno-keep-inline-functions
|
||||
CFLAGS_OPTIMIZE_V = -O4
|
||||
|
||||
define make-exe
|
||||
|
||||
@@ -23,9 +23,9 @@ CPU_CFLAGS=-mno-hw-mul -mno-hw-div
|
||||
#######
|
||||
|
||||
# GCC-4.0 (ATM, doesn't work with optimization levels > 0):
|
||||
# CFLAGS_OPTIMIZE_V= -O0 -fomit-frame-pointer
|
||||
CFLAGS_OPTIMIZE_V=-g -O0
|
||||
# CFLAGS_OPTIMIZE_V= -O4 -fomit-frame-pointer
|
||||
# CFLAGS_OPTIMIZE_V = -O0 -fomit-frame-pointer
|
||||
CFLAGS_OPTIMIZE_V = -g -O0
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user