summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ACE/include/makeinclude/platform_android.GNU10
1 files changed, 5 insertions, 5 deletions
diff --git a/ACE/include/makeinclude/platform_android.GNU b/ACE/include/makeinclude/platform_android.GNU
index 2bbbbe19259..756ba7e2d03 100644
--- a/ACE/include/makeinclude/platform_android.GNU
+++ b/ACE/include/makeinclude/platform_android.GNU
@@ -9,11 +9,6 @@ no_hidden_visibility ?= 1
# as of NDK r6 inlining is required
inline ?= 1
-# start of: include most of platform_linux_common.GNU
-
-# We always include config-linux.h on Linux platforms.
-ACE_PLATFORM_CONFIG ?= config-linux.h
-
debug ?= 1
optimize ?= 1
threads ?= 1
@@ -125,6 +120,11 @@ AR ?= ar
ARFLAGS ?= rsuv
RANLIB = @true
+PIC = -fPIC
+AR ?= ar
+ARFLAGS ?= rsuv
+RANLIB = @true
+
# end of: include most of platform_linux_common.GNU
#No rwho on Android