From 2732fca849d58be4b0fc2460ac456bbae51732d4 Mon Sep 17 00:00:00 2001 From: Jerome Gravel-Niquet Date: Mon, 15 Oct 2018 15:26:26 -0400 Subject: [PATCH] try them binutils --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 98199f7..5c60586 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,12 +27,16 @@ addons: packages: - gcc-5 - g++-5 + - binutils-2.26 before_install: - | if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export CXX="g++-5" CC="gcc-5" sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-5 60 --slave /usr/bin/g++ g++ /usr/bin/g++-5 + sudo update-alternatives --install /usr/bin/cc cc /usr/bin/gcc-5 100 + sudo update-alternatives --install /usr/bin/c++ c++ /usr/bin/g++-5 100 + export PATH=/usr/lib/binutils-2.26/bin:${PATH} fi install: