summaryrefslogtreecommitdiff
path: root/makefile.in
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>2012-08-13 22:10:14 +0200
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:48:50 +0200
commit5b6aee2a90b337856aa23fd24a4637f488929ed0 (patch)
tree10d49ef991ff9fa563f71a9fd022614ddeea5fe6 /makefile.in
parentdddc44a59e3e393d5440a06e2b0535aeb1304f77 (diff)
downloaddev86-5b6aee2a90b337856aa23fd24a4637f488929ed0.tar.gz
Import Dev86src-0.16.19.tar.gzv0.16.19
Diffstat (limited to 'makefile.in')
-rw-r--r--makefile.in11
1 files changed, 7 insertions, 4 deletions
diff --git a/makefile.in b/makefile.in
index afedd16..48698b3 100644
--- a/makefile.in
+++ b/makefile.in
@@ -34,15 +34,18 @@ AR=ar86
#ifdef __GNUC__
-WALL =-Wall -Wtraditional -Wshadow -Wid-clash-14 -Wpointer-arith \
+CC =%CC%
+#ifdef GCCDB
+WALL =-Wall -Wtraditional -Wshadow -Wpointer-arith \
-Wcast-qual -Wcast-align -Wconversion -Waggregate-return \
-Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls \
-Wnested-externs -Winline
-
+CFLAGS =$(GCCFLAG) $(WALL) -O2 -g
+#else
WALL =-Wall -Wstrict-prototypes
+CFLAGS =$(GCCFLAG) -O2 -fno-strict-aliasing
+#endif
-CC =%CC%
-CFLAGS =$(GCCFLAG) $(WALL) -O2 -g
#endif
#ifndef GNUMAKE