From 772811b915392014886d2361bcfe58e9655edf7f Mon Sep 17 00:00:00 2001 From: Gunter Knauf Date: Thu, 20 Apr 2006 10:26:51 +0000 Subject: [PATCH] removed -fpack-struct because gcc4 seems to know its obsolete and warns... --- Makefile.netware | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.netware b/Makefile.netware index c2a01534..60d4db1e 100644 --- a/Makefile.netware +++ b/Makefile.netware @@ -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