]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Added -m32 to CFLAGS to compile with x86_64 gcc.
authorGuenter Knauf <lists@gknw.net>
Sun, 13 Feb 2011 13:31:22 +0000 (14:31 +0100)
committerGuenter Knauf <lists@gknw.net>
Sun, 13 Feb 2011 13:31:22 +0000 (14:31 +0100)
lib/Makefile.netware
src/Makefile.netware

index 075d67ef1018d1ebdff137ccbe57e2fbf5acaf55..642f051d665cab988fbc5fe1180b6322201cbd9a 100644 (file)
@@ -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)
index 98e1ddc14e8c7d039e360c88d6ed4b51a929463f..ebfbcb5f03dc031c4ad3c20fc6e67b53f0b9f73c 100644 (file)
@@ -140,6 +140,7 @@ else
 LD     = nlmconv
 LDFLAGS        = -T
 LIBEXT = a
+CFLAGS += -m32
 CFLAGS += -fno-builtin -fpcc-struct-return -fno-strict-aliasing
 CFLAGS += -Wall # -pedantic
 ifeq ($(LIBARCH),LIBC)