removed -fpack-struct because gcc4 seems to know its obsolete and warns...

This commit is contained in:
Gunter Knauf
2006-04-20 10:26:51 +00:00
parent 2df622fd14
commit 1e8683d72d
3 changed files with 3 additions and 3 deletions

View File

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