aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.netware
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2006-04-20 10:26:51 +0000
committerGunter Knauf <gk@gknw.de>2006-04-20 10:26:51 +0000
commit1e8683d72d2de93d9a90bcd7b623774a089f7298 (patch)
tree8765109931d7ad4923b937525d5d7652330a272b /lib/Makefile.netware
parent2df622fd143e7721c67c403cd372b5bb13580431 (diff)
removed -fpack-struct because gcc4 seems to know its obsolete and warns...
Diffstat (limited to 'lib/Makefile.netware')
-rw-r--r--lib/Makefile.netware2
1 files changed, 1 insertions, 1 deletions
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