summaryrefslogtreecommitdiffstats
path: root/0.153/libelf/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to '0.153/libelf/Android.mk')
-rwxr-xr-x0.153/libelf/Android.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/0.153/libelf/Android.mk b/0.153/libelf/Android.mk
index 9dd1b396..76052435 100755
--- a/0.153/libelf/Android.mk
+++ b/0.153/libelf/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
@@ -150,10 +150,6 @@ LOCAL_CFLAGS += -DHAVE_CONFIG_H -std=gnu99 -D_GNU_SOURCE
# to suppress the "pointer of type ‘void *’ used in arithmetic" warning
LOCAL_CFLAGS += -Wno-pointer-arith
-ifeq ($(HOST_OS),darwin)
- LOCAL_CFLAGS += -fnested-functions
-endif
-
# can't build libelf with clang
LOCAL_CLANG := false