reverted, older gcc breaks compilation since it doesnt know the switch.

This commit is contained in:
Gunter Knauf 2004-07-03 20:18:02 +00:00
parent a4aac27fd3
commit 6e72ea7442
2 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,7 @@ LDFLAGS = -T
AR = ar
ARFLAGS = -cq
CFLAGS += -fno-builtin -fpack-struct -fpcc-struct-return
CFLAGS += -Wall -Wno-strict-aliasing # -pedantic
CFLAGS += -Wall # -pedantic
ifeq ($(LIBARCH),LIBC)
PRELUDE = $(SDK_LIBC)/imports/libcpre.gcc.o
else

View File

@ -91,7 +91,7 @@ else
LD = nlmconv
LDFLAGS = -T
CFLAGS += -fno-builtin -fpack-struct -fpcc-struct-return
CFLAGS += -Wall -Wno-strict-aliasing # -pedantic
CFLAGS += -Wall # -pedantic
ifeq ($(LIBARCH),LIBC)
PRELUDE = $(SDK_LIBC)/imports/libcpre.gcc.o
else