summaryrefslogtreecommitdiffstats
path: root/0.153/libdw/Android.mk
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-08-21 21:35:26 -0700
committerElliott Hughes <enh@google.com>2014-08-21 21:35:26 -0700
commitd9b7f696a4c63387d40f9833a56a3a77a9a9216f (patch)
treed901d561f21e0970c62dadb80943853a61d6a3ad /0.153/libdw/Android.mk
parent99892e508851006cc8b12790ee55c643be70369e (diff)
downloadandroid_external_elfutils-d9b7f696a4c63387d40f9833a56a3a77a9a9216f.tar.gz
android_external_elfutils-d9b7f696a4c63387d40f9833a56a3a77a9a9216f.tar.bz2
android_external_elfutils-d9b7f696a4c63387d40f9833a56a3a77a9a9216f.zip
Stop breaking the Darwin build.
Change-Id: I1d3e392fae0fcf21d6112504dee5e618a2af0602
Diffstat (limited to '0.153/libdw/Android.mk')
-rwxr-xr-x0.153/libdw/Android.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/0.153/libdw/Android.mk b/0.153/libdw/Android.mk
index 111ed6c6..f9c02af3 100755
--- a/0.153/libdw/Android.mk
+++ b/0.153/libdw/Android.mk
@@ -14,7 +14,7 @@
LOCAL_PATH := $(call my-dir)
-supported_platforms := linux darwin
+supported_platforms := linux
cur_platform := $(filter $(HOST_OS),$(supported_platforms))
ifdef cur_platform
@@ -135,10 +135,6 @@ LOCAL_C_INCLUDES := \
$(LOCAL_PATH)/../libdw \
$(LOCAL_PATH)/../libelf
-ifeq ($(HOST_OS),darwin)
- LOCAL_CFLAGS += -fnested-functions
-endif
-
# can't build libdw with clang
LOCAL_CLANG := false