Skip to content

Commit

Permalink
Revert "Bump to gcc-5 as `__warn_memset_zero_len' symbol not in 16.04…
Browse files Browse the repository at this point in the history
…!?!"

This reverts commit c82b2fa.
  • Loading branch information
eddiehung committed Aug 14, 2019
1 parent e517c1c commit 182659f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 182659f

Please sign in to comment.