From 01a3a139b7a1bd03e874cfd2107b791cb1c505fb Mon Sep 17 00:00:00 2001 From: Andrew Hsieh Date: Mon, 17 Nov 2014 10:06:59 +0800 Subject: Set GCC 4.8 as the default for 32-bit ABIs Add get_first_gcc_version_for_arch and set to GCC 4.6 for 32-bit ABIs while it's still around (deprecated but will be removed in 1-2 release) Change-Id: I035c3b46ffb6c5aacf92893b920623acbae1719c --- tests/run-tests-all.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/run-tests-all.sh b/tests/run-tests-all.sh index 482cc3191..c08f42ab0 100755 --- a/tests/run-tests-all.sh +++ b/tests/run-tests-all.sh @@ -186,11 +186,11 @@ for ARCH in $(commas_to_spaces $DEFAULT_ARCHS); do else API=$API64 fi - DEFAULT_GCC_VERSION=$(get_default_gcc_version_for_arch $ARCH) + FIRST_GCC_VERSION=$(get_first_gcc_version_for_arch $ARCH) MAKE_IT= for GCC_VERSION in $(commas_to_spaces $DEFAULT_GCC_VERSION_LIST); do - # Only process GCC_VERSION from DEFAULT_GCC_VERSION - if [ -z "$MAKE_IT" -a "$GCC_VERSION" = "$DEFAULT_GCC_VERSION" ]; then + # Only process GCC_VERSION from FIRST_GCC_VERSION + if [ -z "$MAKE_IT" -a "$GCC_VERSION" = "$FIRST_GCC_VERSION" ]; then MAKE_IT=yes fi if [ -z "$MAKE_IT" ]; then -- cgit v1.2.3