From: Gunter Knauf Date: Thu, 20 Apr 2006 10:26:51 +0000 (+0000) Subject: removed -fpack-struct because gcc4 seems to know its obsolete and warns... X-Git-Tag: curl-7_15_4~84 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1e8683d72d2de93d9a90bcd7b623774a089f7298;p=thirdparty%2Fcurl.git removed -fpack-struct because gcc4 seems to know its obsolete and warns... --- diff --git a/ares/Makefile.netware b/ares/Makefile.netware index c2a01534a3..60d4db1e3f 100644 --- a/ares/Makefile.netware +++ b/ares/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 diff --git a/lib/Makefile.netware b/lib/Makefile.netware index 522dc7b489..cd45eaec84 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 diff --git a/src/Makefile.netware b/src/Makefile.netware index b4aa08e257..dfccbd18ac 100644 --- a/src/Makefile.netware +++ b/src/Makefile.netware @@ -90,7 +90,7 @@ endif else LD = nlmconv LDFLAGS = -T -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