mirror of https://github.com/YosysHQ/yosys.git
Revert earliest to gcc-4.8, compile iverilog with default compiler
This commit is contained in:
parent
182659f114
commit
4c2a2e275f
|
@ -18,7 +18,7 @@ matrix:
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- g++-4.9
|
- g++-4.8
|
||||||
- gperf
|
- gperf
|
||||||
- build-essential
|
- build-essential
|
||||||
- bison
|
- bison
|
||||||
|
@ -38,7 +38,7 @@ matrix:
|
||||||
- libboost-filesystem-dev
|
- libboost-filesystem-dev
|
||||||
- zlib1g-dev
|
- zlib1g-dev
|
||||||
env:
|
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
|
# Latest gcc supported on Travis Linux
|
||||||
- os: linux
|
- os: linux
|
||||||
|
|
|
@ -51,7 +51,7 @@ fi
|
||||||
git clone git://github.com/steveicarus/iverilog.git
|
git clone git://github.com/steveicarus/iverilog.git
|
||||||
cd iverilog
|
cd iverilog
|
||||||
autoconf
|
autoconf
|
||||||
./configure --prefix=$HOME/.local-bin
|
CC=gcc CXX=g++ ./configure --prefix=$HOME/.local-bin
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
echo
|
echo
|
||||||
|
|
Loading…
Reference in New Issue