am f73f8d6e: Merge "Stop breaking the Darwin build."

* commit 'f73f8d6e844c98a03e43a826ce7a5b430b0a22db':
  Stop breaking the Darwin build.
diff --git a/0.153/libdw/Android.mk b/0.153/libdw/Android.mk
index 111ed6c..f9c02af 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_PATH)/../libdw \
 	$(LOCAL_PATH)/../libelf
 
-ifeq ($(HOST_OS),darwin)
-	LOCAL_CFLAGS += -fnested-functions
-endif
-
 # can't build libdw with clang
 LOCAL_CLANG := false
 
diff --git a/0.153/libdwfl/Android.mk b/0.153/libdwfl/Android.mk
index 9d313aa..46f3b38 100755
--- a/0.153/libdwfl/Android.mk
+++ b/0.153/libdwfl/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
@@ -68,10 +68,6 @@
 # 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
-
 # libdwfl is one of the few libs that will never compile with clang
 LOCAL_CLANG := false
 
diff --git a/0.153/libebl/Android.mk b/0.153/libebl/Android.mk
index 85a88d0..b1c9004 100755
--- a/0.153/libebl/Android.mk
+++ b/0.153/libebl/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
diff --git a/0.153/libelf/Android.mk b/0.153/libelf/Android.mk
index 9dd1b39..7605243 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 @@
 # 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