mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 14:13:23 +00:00
Revert "Bump to gcc-5 as `__warn_memset_zero_len' symbol not in 16.04!?!"
This reverts commit c82b2fa31f
.
This commit is contained in:
parent
e517c1c913
commit
182659f114
1 changed files with 3 additions and 5 deletions
|
@ -13,14 +13,12 @@ env:
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
# Earliest gcc version that works
|
# Latest gcc-4.8, earliest version supported by Travis
|
||||||
# 4.8 and 4.9 fails to compile iverilog giving:
|
|
||||||
# "undefined reference to `__warn_memset_zero_len'"
|
|
||||||
- os: linux
|
- os: linux
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- g++-5
|
- g++-4.9
|
||||||
- gperf
|
- gperf
|
||||||
- build-essential
|
- build-essential
|
||||||
- bison
|
- bison
|
||||||
|
@ -40,7 +38,7 @@ matrix:
|
||||||
- libboost-filesystem-dev
|
- libboost-filesystem-dev
|
||||||
- zlib1g-dev
|
- zlib1g-dev
|
||||||
env:
|
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
|
# Latest gcc supported on Travis Linux
|
||||||
- os: linux
|
- os: linux
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue