summaryrefslogtreecommitdiffstats
path: root/make/compilers/gcc-portsw.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-06 16:26:53 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-06 16:26:53 +0000
commita5cb6730b03a2a036baba8d1630246fc59e67fda (patch)
treeb33ddd81a5d4d863efe3a20047c126b648f5c7d6 /make/compilers/gcc-portsw.cfg
parentMore stuff removed as a result of using newlib's isatty() implementation. (diff)
downloadrtems-a5cb6730b03a2a036baba8d1630246fc59e67fda.tar.bz2
Reordered CFLAGS definition so CFLAGS_DEFAULT is before
CFLAGS_$(TARGET_VARIANTS). This makes sure that -Wall appears before any individual warnings are disabled during "debug" builds.
Diffstat (limited to 'make/compilers/gcc-portsw.cfg')
-rw-r--r--make/compilers/gcc-portsw.cfg3
1 files changed, 1 insertions, 2 deletions
diff --git a/make/compilers/gcc-portsw.cfg b/make/compilers/gcc-portsw.cfg
index 8d408a8722..fba84dc630 100644
--- a/make/compilers/gcc-portsw.cfg
+++ b/make/compilers/gcc-portsw.cfg
@@ -73,8 +73,7 @@ CFLAGS_OPTIMIZE=$(CFLAGS_OPTIMIZE_V)
CFLAGS_DYNAMIC_V=-fpic
ASFLAGS_DYNAMIC_V=
-CFLAGS=$(CFLAGS_OPTIMIZE) $(CFLAGS_DEBUG) $(CFLAGS_PROFILE) \
- $(CFLAGS_DEFAULT)
+CFLAGS=$(CFLAGS_DEFAULT) $(CFLAGS_OPTIMIZE) $(CFLAGS_DEBUG) $(CFLAGS_PROFILE)
# List of library paths without -L
LD_PATHS= $(PROJECT_RELEASE)/lib