ref: 5aab99f24b7763d72889ad93237cc6875bc44c49
parent: 47a1718c4d39ebb0d9ac0148f2939ac9a4f633e7
author: James Zern <[email protected]>
date: Tue Dec 22 06:01:31 EST 2015
configure: remove default CROSS for arm targets arm-none-linux-gnueabi- is an anachronism and makes building on native arm platforms more difficult. further, many distros include alternative cross compilers, e.g., arm-linux-gnueabihf-, so the choice is best left up to the user. Change-Id: Id8aaf820ed112b85db2b8518d0e9d8abee1ad85c
--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -877,7 +877,6 @@
case ${tgt_cc} in
gcc)
- CROSS=${CROSS-arm-none-linux-gnueabi-}
link_with_cc=gcc
setup_gnu_toolchain
arch_int=${tgt_isa##armv}