summaryrefslogtreecommitdiffstats
path: root/make/compilers/gcc-portsw.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-02-18 17:55:49 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-02-18 17:55:49 +0000
commita110b68252d6fad61fc36f08257bb8659c17a693 (patch)
tree73641ee46439facf7f80fb1096d9a6ac81c3b0a5 /make/compilers/gcc-portsw.cfg
parentPart of automake VI Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>. (diff)
downloadrtems-a110b68252d6fad61fc36f08257bb8659c17a693.tar.bz2
Part of automake VI patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:
> 2) rtems-rc-19990131-1.diff > > Rework of compilers/*.cfg files (esp. gcc-target-default.cfg) to adapt > the flags/makefile variables to automake and make standards (cf. > make.info - implicit rules/variables). > > This patch is rather risky and may probably break things, but is an > essential step towards automake. > > FWIW: It also reverts the i386-ASMFLAGS/ASFLAGS-patch, which was wrong, > as I had to experience ;-.
Diffstat (limited to 'make/compilers/gcc-portsw.cfg')
-rw-r--r--make/compilers/gcc-portsw.cfg4
1 files changed, 1 insertions, 3 deletions
diff --git a/make/compilers/gcc-portsw.cfg b/make/compilers/gcc-portsw.cfg
index 6b6f3c459f..2d67ebb099 100644
--- a/make/compilers/gcc-portsw.cfg
+++ b/make/compilers/gcc-portsw.cfg
@@ -71,7 +71,7 @@ CFLAGS_OPTIMIZE=$(CFLAGS_OPTIMIZE_V)
# dynamic libraries
CFLAGS_DYNAMIC_V=-fpic
-ASFLAGS_DYNAMIC_V=
+#ASFLAGS_DYNAMIC_V=
CFLAGS=$(CFLAGS_DEFAULT) $(CFLAGS_OPTIMIZE) $(CFLAGS_DEBUG) $(CFLAGS_PROFILE)
@@ -129,8 +129,6 @@ AS=/opt/29k/bin/as29
ASPP=ERROR_NO_ASPP
ASFLAGS=-l -fcgimosx
-ASM4FLAGS := -I $(PROJECT_INCLUDE)
-
# NOTE: should never use full path .. but there is no guarantee ld, etc
# will be in the same directory as gcc.. so hope they are in the path