diff options
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 62fe0bee..18e8edc2 100644 --- a/src/Makefile +++ b/src/Makefile @@ -59,6 +59,7 @@ ifeq ($(CFG_OSTYPE), Darwin) # "on an i386" when the whole userspace is 64-bit and the compiler # emits 64-bit binaries by default. So we just force -m32 here. Smarter # approaches welcome! + CFG_NATIVE := 1 CFG_GCC_CFLAGS += -m32 CFG_GCC_LINK_FLAGS += -m32 DSYMUTIL := dsymutil |