removed -fpack-struct because gcc4 seems to know its obsolete and warns...
authorGunter Knauf <gk@gknw.de>
Thu, 20 Apr 2006 10:26:51 +0000 (10:26 +0000)
committerGunter Knauf <gk@gknw.de>
Thu, 20 Apr 2006 10:26:51 +0000 (10:26 +0000)
Makefile.netware

index c2a0153..60d4db1 100644 (file)
@@ -88,7 +88,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 -Wno-format -Wno-uninitialized # -pedantic
 ifeq ($(LIBARCH),LIBC)
        PRELUDE = $(SDK_LIBC)/imports/libcpre.gcc.o