aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-08-14 12:26:45 -0700
committerEddie Hung <eddie@fpgeh.com>2019-08-14 12:26:45 -0700
commit182659f1141752a8b35fe6816fdbc7aef113ff77 (patch)
treea136732ff6bca10f89e47acafe532f1b16a8061c
parente517c1c91377190418fed06f09c13cdc716b2fb7 (diff)
downloadyosys-182659f1141752a8b35fe6816fdbc7aef113ff77.tar.gz
yosys-182659f1141752a8b35fe6816fdbc7aef113ff77.tar.bz2
yosys-182659f1141752a8b35fe6816fdbc7aef113ff77.zip
Revert "Bump to gcc-5 as `__warn_memset_zero_len' symbol not in 16.04!?!"
This reverts commit c82b2fa31f8965be2680c87af6cd9ac5d26ead4d.
-rw-r--r--.travis.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 46bbcf9c3..f5cac3eb2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,14 +13,12 @@ env:
matrix:
include:
- # Earliest gcc version that works
- # 4.8 and 4.9 fails to compile iverilog giving:
- # "undefined reference to `__warn_memset_zero_len'"
+ # Latest gcc-4.8, earliest version supported by Travis
- os: linux
addons:
apt:
packages:
- - g++-5
+ - g++-4.9
- gperf
- build-essential
- bison
@@ -40,7 +38,7 @@ matrix:
- libboost-filesystem-dev
- zlib1g-dev
env:
- - MATRIX_EVAL="CONFIG=gcc && CC=gcc-5 && CXX=g++-5"
+ - MATRIX_EVAL="CONFIG=gcc && CC=gcc-4.9 && CXX=g++-4.9"
# Latest gcc supported on Travis Linux
- os: linux