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
This commit is contained in:
James Zern 2015-12-22 11:01:31 -05:00
parent 47a1718c4d
commit 5aab99f24b

View File

@ -877,7 +877,6 @@ process_common_toolchain() {
case ${tgt_cc} in
gcc)
CROSS=${CROSS-arm-none-linux-gnueabi-}
link_with_cc=gcc
setup_gnu_toolchain
arch_int=${tgt_isa##armv}