summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 51d88f7..6e6a888 100644
--- a/Makefile
+++ b/Makefile
@@ -98,8 +98,10 @@ ifeq ($(SYSTEM),Linux)
LDFLAGS += -fPIC -rdynamic
LIBS += pthread dl
CONFIG_H = linux-config.h
+ifeq ($(WANTS32BITS),true)
ARCH_FLAGS = -march=i686 -m32
ASFLAGS = -march=i686 --32
+endif
STRIP = strip --strip-unneeded
endif