From 1e8683d72d2de93d9a90bcd7b623774a089f7298 Mon Sep 17 00:00:00 2001 From: Gunter Knauf Date: Thu, 20 Apr 2006 10:26:51 +0000 Subject: removed -fpack-struct because gcc4 seems to know its obsolete and warns... --- lib/Makefile.netware | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Makefile.netware') diff --git a/lib/Makefile.netware b/lib/Makefile.netware index 522dc7b48..cd45eaec8 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -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 -- cgit v1.2.3