summaryrefslogtreecommitdiffstats
path: root/core/combo/HOST_darwin-x86.mk
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2012-05-23 17:32:32 -0700
committerElliott Hughes <enh@google.com>2012-05-23 17:32:32 -0700
commit468d6a584f45227a13f15c8ebb17002f80f79d93 (patch)
treee0a125146b2d5d2a9d5c58abed6b6cf8dbfc7caa /core/combo/HOST_darwin-x86.mk
parent522d18d0acd44a680b0251d8ded010bf0c08d4f7 (diff)
downloadbuild-468d6a584f45227a13f15c8ebb17002f80f79d93.zip
build-468d6a584f45227a13f15c8ebb17002f80f79d93.tar.gz
build-468d6a584f45227a13f15c8ebb17002f80f79d93.tar.bz2
Compile Mac OS binaries with unwind tables for libcorkscrew.
Change-Id: I9755d8d39913830180da2ce32bcdd357309ff792
Diffstat (limited to 'core/combo/HOST_darwin-x86.mk')
-rw-r--r--core/combo/HOST_darwin-x86.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/combo/HOST_darwin-x86.mk b/core/combo/HOST_darwin-x86.mk
index 63c119e..f2dc7de 100644
--- a/core/combo/HOST_darwin-x86.mk
+++ b/core/combo/HOST_darwin-x86.mk
@@ -50,7 +50,7 @@ HOST_GLOBAL_CFLAGS += -isysroot $(sdk_105_root) -mmacosx-version-min=10.5
HOST_GLOBAL_LDFLAGS += -isysroot $(sdk_105_root) -mmacosx-version-min=10.5
endif # build_mac_version is 10.6
-HOST_GLOBAL_CFLAGS += -fPIC
+HOST_GLOBAL_CFLAGS += -fPIC -funwind-tables
HOST_NO_UNDEFINED_LDFLAGS := -Wl,-undefined,error
GCC_REALPATH = $(realpath $(shell which gcc))