diff options
| author | Guenter Knauf <lists@gknw.net> | 2011-02-13 14:31:22 +0100 | 
|---|---|---|
| committer | Guenter Knauf <lists@gknw.net> | 2011-02-13 14:31:22 +0100 | 
| commit | c2dff28c418b81bf5d9712003580d45b0666386a (patch) | |
| tree | 747b24eb736f440b5bd2be0fb6a942e8e519563e /src | |
| parent | e36c039a07795cffe4a355c3a983c97d4e634f51 (diff) | |
Added -m32 to CFLAGS to compile with x86_64 gcc.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.netware | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/Makefile.netware b/src/Makefile.netware index 98e1ddc14..ebfbcb5f0 100644 --- a/src/Makefile.netware +++ b/src/Makefile.netware @@ -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) | 
