diff options
Diffstat (limited to 'xcomp/erl-xcomp-arm64-android.conf')
-rw-r--r-- | xcomp/erl-xcomp-arm64-android.conf | 6 |
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 |