projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
182659f
)
Revert earliest to gcc-4.8, compile iverilog with default compiler
author
Eddie Hung
<eddie@fpgeh.com>
Wed, 14 Aug 2019 19:28:17 +0000
(12:28 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Wed, 14 Aug 2019 19:28:17 +0000
(12:28 -0700)
.travis.yml
patch
|
blob
|
history
.travis/setup.sh
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index f5cac3eb2b43c881fec15f705ae78e309125058b..09f3808313a5b43defa365900d16898f546d9ec7 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-18,7
+18,7
@@
matrix:
addons:
apt:
packages:
- - g++-4.
9
+ - g++-4.
8
- gperf
- build-essential
- bison
@@
-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
diff --git
a/.travis/setup.sh
b/.travis/setup.sh
index 4af0b8ee993feca32e0725f8bec5c2cb39438300..02879b974368a807e86e5b6c35e36367ea8d93cf 100755
(executable)
--- a/
.travis/setup.sh
+++ b/
.travis/setup.sh
@@
-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