summaryrefslogtreecommitdiff
path: root/xcomp/erl-xcomp-arm64-android.conf
diff options
context:
space:
mode:
authorRickard Green <rickard@erlang.org>2021-05-24 23:05:27 +0200
committerRickard Green <rickard@erlang.org>2021-06-15 01:07:51 +0200
commitd8a75e6adae088e7c69d3a83a84b3f588500851f (patch)
tree11127e36bf1bf4460cdd68affd002c18726af4de /xcomp/erl-xcomp-arm64-android.conf
parent17a281fe9de233bb2575b19ad953cbe0c538cd38 (diff)
downloaderlang-d8a75e6adae088e7c69d3a83a84b3f588500851f.tar.gz
Move autoconf helpers from erts to make/autoconf
Diffstat (limited to 'xcomp/erl-xcomp-arm64-android.conf')
-rw-r--r--xcomp/erl-xcomp-arm64-android.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/xcomp/erl-xcomp-arm64-android.conf b/xcomp/erl-xcomp-arm64-android.conf
index 41792dd226..a8032f64e0 100644
--- a/xcomp/erl-xcomp-arm64-android.conf
+++ b/xcomp/erl-xcomp-arm64-android.conf
@@ -46,16 +46,16 @@
# `--build=$erl_xcomp_build' argument to the `configure' script. It does
# not have to be a full `CPU-VENDOR-OS' triplet, but can be. The full
# `CPU-VENDOR-OS' triplet will be created by
-# `$ERL_TOP/erts/autoconf/config.sub $erl_xcomp_build'. If set to `guess',
+# `$ERL_TOP/make/autoconf/config.sub $erl_xcomp_build'. If set to `guess',
# the build system will be guessed using
-# `$ERL_TOP/erts/autoconf/config.guess'.
+# `$ERL_TOP/make/autoconf/config.guess'.
erl_xcomp_build=guess
# * `erl_xcomp_host' - Cross host/target system to build for. This value will
# be passed as `--host=$erl_xcomp_host' argument to the `configure' script.
# It does not have to be a full `CPU-VENDOR-OS' triplet, but can be. The
# full `CPU-VENDOR-OS' triplet will be created by
-# `$ERL_TOP/erts/autoconf/config.sub $erl_xcomp_host'.
+# `$ERL_TOP/make/autoconf/config.sub $erl_xcomp_host'.
erl_xcomp_host=aarch64-linux-android
# * `erl_xcomp_configure_flags' - Extra configure flags to pass to the