Merge pull request #7475 from eololab/add-more-parameters-for-crosscompilation

build: add more precious variables for cross-compilation
This commit is contained in:
Quentin Young 2020-11-24 11:44:29 -05:00 committed by GitHub
commit 2784d2c7d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,13 @@ dnl -----------------------------------
AC_CANONICAL_BUILD() AC_CANONICAL_BUILD()
AC_CANONICAL_HOST() AC_CANONICAL_HOST()
AC_ARG_VAR([AR],[archiver command])
AC_ARG_VAR([LD],[linker command])
AC_ARG_VAR([OBJCOPY],[objcopy command])
AC_ARG_VAR([OBJDUMP],[objdump command])
AC_ARG_VAR([RANLIB],[ranlib command])
AC_ARG_VAR([STRIP],[strip command])
hosttools_clippy="false" hosttools_clippy="false"
build_clippy="true" build_clippy="true"