Added -m32 to CFLAGS to compile with x86_64 gcc.

This commit is contained in:
Guenter Knauf
2011-02-13 14:31:22 +01:00
parent e36c039a07
commit c2dff28c41
2 changed files with 2 additions and 0 deletions

View 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)