aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2019-03-23 17:19:44 -0700
committerAndrew Waterman <andrew@sifive.com>2019-03-31 17:13:50 -0700
commit4efa55a240e2640054489aeb2cc99570d1c28b53 (patch)
treea8f245da62d6a2bb8def6893f5a28ab0c71c4b16
parenta5148d5a79600d40fa15d2779218df2583cf48e4 (diff)
downloadriscv-tools-4efa55a240e2640054489aeb2cc99570d1c28b53.zip
riscv-tools-4efa55a240e2640054489aeb2cc99570d1c28b53.tar.gz
riscv-tools-4efa55a240e2640054489aeb2cc99570d1c28b53.tar.bz2
Don't set CC, which crosstool-ng complains about
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index abdd9b3..8ead553 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -45,8 +45,7 @@ before_install:
- cd riscv-openocd
- git submodule update --init
- cd ..
- # actually use new gcc
- - export CXX=g++-4.8 CC=gcc-4.8
+ - unset CC CXX
# extra time duing long builds
install: travis_wait