ref: 6ad8f517dd0c91535a7f0d8daae5fa2818d384c0
parent: d8e318e0a441b1fca46c59daf99b77697691f2b8
parent: e3fce5095bbf6af2112ac249bf85cea35864cbd8
author: Ethan Hugg <[email protected]>
date: Wed Feb 19 06:25:13 EST 2014
Merge pull request #314 from mstorsjo/fix-osx-32-bit Explicitly allow read-only relocations when building on OS X in 32 bit mode
--- a/build/platform-darwin.mk
+++ b/build/platform-darwin.mk
@@ -8,5 +8,6 @@
ASMFLAGS += -f macho64
else
ASMFLAGS += -f macho
+LDFLAGS += -read_only_relocs suppress
endif