Update makefile to compiler for 32-bit architectures on x86_64
[urcu.git] / tests / Makefile
index ab190970e1c6edf68b649eaa9f37fad24b6b3c38..7b30f9c08721727d0724debdbabf3b709755a719 100644 (file)
@@ -1 +1,4 @@
 include Makefile.inc
+
+CFLAGS+=-m32
+LDFLAGS+=-m32
This page took 0.022024 seconds and 4 git commands to generate.