From 5b6aee2a90b337856aa23fd24a4637f488929ed0 Mon Sep 17 00:00:00 2001 From: Robert de Bath Date: Mon, 13 Aug 2012 22:10:14 +0200 Subject: Import Dev86src-0.16.19.tar.gz --- makefile.in | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'makefile.in') 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 -- cgit v1.2.1