summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-09-08 17:21:11 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-09-08 17:21:11 +0000
commitfb27812a6b1410c28bff6b56a7df009bcdc69194 (patch)
tree40a782e0802e946ec31c99a8e8de658779e1f2ff
parent54a0eeeeb137752196621b3508803fab0b3476d7 (diff)
downloadATCD-fb27812a6b1410c28bff6b56a7df009bcdc69194.tar.gz
Thu Sep 8 17:20:26 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* include/makeinclude/platform_android.GNU: Fixed warning about not recognized --version
-rw-r--r--ACE/ChangeLog5
-rw-r--r--ACE/include/makeinclude/platform_android.GNU2
2 files changed, 5 insertions, 2 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index d81850b8286..f13ffeabfa8 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,8 @@
+Thu Sep 8 17:20:26 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * include/makeinclude/platform_android.GNU:
+ Fixed warning about not recognized --version
+
Thu Sep 8 17:16:26 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* ACE-INSTALL.html:
diff --git a/ACE/include/makeinclude/platform_android.GNU b/ACE/include/makeinclude/platform_android.GNU
index e2d170aaa1f..d818ecf1155 100644
--- a/ACE/include/makeinclude/platform_android.GNU
+++ b/ACE/include/makeinclude/platform_android.GNU
@@ -48,8 +48,6 @@ ifeq ($(ANDROID_ARCH),arm)
LDFLAGS += -Wl,--fix-cortex-a8
endif
-CXX_FULL_VERSION := $(shell $(CXX_FOR_VERSION_TEST) --version)
-
FLAGS_C_CC += -W -Wall -Wpointer-arith -Wno-psabi
ifeq ($(threads),1)
CPPFLAGS += -D_REENTRANT $(PLATFORM_AIO_SUPPORT)