Skip to content

Commit

Permalink
Revert earliest to gcc-4.8, compile iverilog with default compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiehung committed Aug 14, 2019
1 parent 182659f commit 4c2a2e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ matrix:
addons:
apt:
packages:
- g++-4.9
- g++-4.8
- gperf
- build-essential
- bison
Expand All @@ -38,7 +38,7 @@ matrix:
- libboost-filesystem-dev
- zlib1g-dev
env:
- MATRIX_EVAL="CONFIG=gcc && CC=gcc-4.9 && CXX=g++-4.9"
- MATRIX_EVAL="CONFIG=gcc && CC=gcc-4.8 && CXX=g++-4.8"

# Latest gcc supported on Travis Linux
- os: linux
Expand Down
2 changes: 1 addition & 1 deletion .travis/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ fi
git clone git://github.com/steveicarus/iverilog.git
cd iverilog
autoconf
./configure --prefix=$HOME/.local-bin
CC=gcc CXX=g++ ./configure --prefix=$HOME/.local-bin
make
make install
echo
Expand Down

0 comments on commit 4c2a2e2

Please sign in to comment.