We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c10870f commit 6358595Copy full SHA for 6358595
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 9481907211e33360ff493ca60c4b3211caf1b897
+refs/heads/master: 615b1774a4fda062f757f679e45d87b055a6e110
trunk/src/Makefile
@@ -59,6 +59,7 @@ ifeq ($(CFG_OSTYPE), Darwin)
59
# "on an i386" when the whole userspace is 64-bit and the compiler
60
# emits 64-bit binaries by default. So we just force -m32 here. Smarter
61
# approaches welcome!
62
+ CFG_NATIVE := 1
63
CFG_GCC_CFLAGS += -m32
64
CFG_GCC_LINK_FLAGS += -m32
65
DSYMUTIL := dsymutil
0 commit comments