From 5aab99f24b7763d72889ad93237cc6875bc44c49 Mon Sep 17 00:00:00 2001 From: James Zern Date: Tue, 22 Dec 2015 11:01:31 -0500 Subject: 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 --- build/make/configure.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build/make/configure.sh b/build/make/configure.sh index 9e47ae0f2..38a15c5ee 100644 --- a/build/make/configure.sh +++ b/build/make/configure.sh @@ -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} -- cgit v1.2.3