From 705740ca7856db9e9406287446458d518f82b4b3 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 28 Jul 2019 18:55:44 +0300 Subject: [PATCH] chromium: Try to fix gcc --- testing/chromium/build | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/testing/chromium/build b/testing/chromium/build index 8c43c429..82c0696c 100755 --- a/testing/chromium/build +++ b/testing/chromium/build @@ -8,7 +8,7 @@ done find . -type f -name \*.py -exec sed -i '1s|python$|&2|' {} \; # Use 'gcc' instead of 'clang'. -export CC=gcc CXX=g++ +export CC=gcc CXX=g++ LD=g++ export PATH=$PWD/fix-python-bin:$PATH # Make a temporary script to cause 'python' to resolve to python 2 and not 3. @@ -19,9 +19,6 @@ exec python2 "\$@" EOF chmod +x ./fix-python-bin/python -# Ensure these ENVARS are used. -tc-export AR CC CXX NM - python2 tools/gn/bootstrap/bootstrap.py -s -v \ --gn-gen-args 'is_debug=false use_jumbo_build=true enable_nacl=false symbol_level=0 blink_symbol_level=0 enable_nacl_nonsfi=false use_gtk3=true use_gold=false treat_warnings_as_errors=false fatal_linker_warnings=false use_sysroot=false use_cups=false rtc_use_x11=true use_atk=false use_dbus=false safe_browsing_mode=0 use_pulseaudio=false use_use_gconf=false use_gio=false use_gnome_keyring=false use_kerberos=false'