summaryrefslogtreecommitdiff
path: root/ACE/include
diff options
context:
space:
mode:
authorFred Hornsey <hornseyf@objectcomputing.com>2020-01-17 16:46:24 -0600
committerFred Hornsey <hornseyf@objectcomputing.com>2020-01-17 16:46:24 -0600
commitd662f7dff3a3980f60af918227d4bf10fcb4a6a2 (patch)
treedb6a07445d641a3540c7998e98959e8bebca12d7 /ACE/include
parent5c9bcb4f64b416d4330455dc034d292c76869f82 (diff)
downloadATCD-d662f7dff3a3980f60af918227d4bf10fcb4a6a2.tar.gz
android: export CROSS_COMPILE var
Export it so child processes can use tools from the same toolchain.
Diffstat (limited to 'ACE/include')
-rw-r--r--ACE/include/makeinclude/platform_android.GNU3
1 files changed, 3 insertions, 0 deletions
diff --git a/ACE/include/makeinclude/platform_android.GNU b/ACE/include/makeinclude/platform_android.GNU
index 24ebf3bb5b4..94b52b16748 100644
--- a/ACE/include/makeinclude/platform_android.GNU
+++ b/ACE/include/makeinclude/platform_android.GNU
@@ -83,6 +83,9 @@ ifndef CROSS_COMPILE
$(error ANDROID_ABI passed (set to: $(ANDROID_ABI)) is not valid)
endif
+# Export so child processes can use tools from the same toolchain.
+export CROSS_COMPILE
+
ifeq ($(android_force_clang),0)
# Determine if the g++ compiler is GCC or Clang.
# There are at least 3 assumptions being made here: