2001-04-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* compilers/gcc-no_bsp.cfg: Remove -ansi -fasm.
	* compilers/gcc-default.cfg: Dito.
	* compilers/gcc-portsw.cfg: Remove -Hansi.
	* custom/posix.cfg: Remove inclusion of target.cfg.
	* custom/simhppa.cfg: Remove -ansi -fasm.
This commit is contained in:
Joel Sherrill
2001-04-26 16:41:44 +00:00
parent 8351871339
commit 65e6b542fa
7 changed files with 13 additions and 8 deletions

View File

@@ -18,7 +18,7 @@
# cf. make.info ("Implicit rules/variables" for details)
# NOTE: Should these go to CPPFLAGS ?
CFLAGS_DEFAULT=-g -Wall -ansi -fasm
CFLAGS_DEFAULT=-g -Wall
# NOTE: CPU_CFLAGS should probably be renamed to CPU_CPPFLAGS
# NOTE: CPU_DEFINES should probably be merged with CPU_CFLAGS

View File

@@ -1,3 +1,11 @@
2001-04-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* compilers/gcc-default.cfg: Dito.
* compilers/gcc-target-default.cfg: Dito.
* compilers/gcc-portsw.cfg: Remove -Hansi.
* custom/posix.cfg: Remove inclusion of target.cfg.
* custom/simhppa.cfg: Remove -ansi -fasm.
2001-04-11 Eric Valette <valette@crf.canon.fr>

View File

@@ -69,7 +69,7 @@ endef
#
CPU_CFLAGS =
CFLAGS_DEFAULT = $(CPU_CFLAGS) -Wall -ansi -fasm
CFLAGS_DEFAULT = $(CPU_CFLAGS) -Wall
# optimize flag: typically -0, could use -O4 or -fast
# -O4 is ok for RTEMS

View File

@@ -49,7 +49,7 @@ CPPFLAGS=$(XCPPFLAGS) $(DEFINES) \
# default flags
#CFLAGS_DEFAULT = -NB -bwc -nocrt0 -Ml -m -g -Hansi -Hon=Pointers_compatible -Hon=Pointers_compatible_with_ints -Dinline= -D___AM29K__ -Hnocopyr
#CFLAGS_DEFAULT = -NB -bwc -nocrt0 -Ml -m -g -Hon=Pointers_compatible -Hon=Pointers_compatible_with_ints -Dinline= -D___AM29K__ -Hnocopyr
CFLAGS_DEFAULT = $(CPU_CFLAGS) -Wall
# optimize flag: typically -0, could use -O4 or -fast

View File

@@ -18,7 +18,7 @@
# cf. make.info ("Implicit rules/variables" for details)
# NOTE: Should these go to CPPFLAGS ?
CFLAGS_DEFAULT=-g -Wall -ansi -fasm
CFLAGS_DEFAULT=-g -Wall
# NOTE: CPU_CFLAGS should probably be renamed to CPU_CPPFLAGS
# NOTE: CPU_DEFINES should probably be merged with CPU_CFLAGS

View File

@@ -4,7 +4,6 @@
# $Id$
#
# include $(RTEMS_ROOT)/make/target.cfg
include $(RTEMS_ROOT)/make/host.cfg
# Set them here, otherwise gcc-target-default.cfg will set them to values

View File

@@ -24,11 +24,9 @@ CPU_CFLAGS = -mpa-risc-1-1 -mportable-runtime
# Possibles:
# -Wall -- lots of warnings
# -pipe -- compiler uses pipes to talk to phases (usually faster)
# -ansi -- ANSI C compliance
# -fasm -- ANSI, but allow inline assembler
# -mgas -- we are using gas as assembler
# -fno-keep-inline-functions -- do not emit any inlines as static
CFLAGS_DEFAULT = $(CPU_CFLAGS) -Wall -ansi -fasm -mgas
CFLAGS_DEFAULT = $(CPU_CFLAGS) -Wall -mgas
# optimize flag: typically -0, could use -O4 or -fast
# -O4 is ok for RTEMS