summaryrefslogtreecommitdiff
path: root/lib/Makefile.netware
diff options
context:
space:
mode:
authorGuenter Knauf <lists@gknw.net>2011-02-13 14:31:22 +0100
committerGuenter Knauf <lists@gknw.net>2011-02-13 14:31:22 +0100
commitc2dff28c418b81bf5d9712003580d45b0666386a (patch)
tree747b24eb736f440b5bd2be0fb6a942e8e519563e /lib/Makefile.netware
parente36c039a07795cffe4a355c3a983c97d4e634f51 (diff)
downloadgnurl-c2dff28c418b81bf5d9712003580d45b0666386a.tar.gz
gnurl-c2dff28c418b81bf5d9712003580d45b0666386a.tar.bz2
gnurl-c2dff28c418b81bf5d9712003580d45b0666386a.zip
Added -m32 to CFLAGS to compile with x86_64 gcc.
Diffstat (limited to 'lib/Makefile.netware')
-rw-r--r--lib/Makefile.netware1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.netware b/lib/Makefile.netware
index 075d67ef1..642f051d6 100644
--- a/lib/Makefile.netware
+++ b/lib/Makefile.netware
@@ -145,6 +145,7 @@ AR = ar
ARFLAGS = -cq
LIBEXT = a
RANLIB = ranlib
+CFLAGS += -m32
CFLAGS += -fno-builtin -fpcc-struct-return -fno-strict-aliasing
CFLAGS += -Wall # -pedantic
ifeq ($(LIBARCH),LIBC)