Revert earliest to gcc-4.8, compile iverilog with default compiler
authorEddie Hung <eddie@fpgeh.com>
Wed, 14 Aug 2019 19:28:17 +0000 (12:28 -0700)
committerEddie Hung <eddie@fpgeh.com>
Fri, 23 Aug 2019 19:29:57 +0000 (12:29 -0700)
.travis.yml
.travis/setup.sh

index 61ade0e7ae867eb2788665fe4cf83a10dbf0d921..c253b2ff7964814493bd8feea4a883db1f7d697f 100644 (file)
@@ -18,7 +18,7 @@ matrix:
       addons:
         apt:
           packages:
-            - g++-4.9
+            - g++-4.8
             - gperf
             - build-essential
             - bison
@@ -37,7 +37,7 @@ matrix:
             - libboost-python-dev
             - libboost-filesystem-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
index 4af0b8ee993feca32e0725f8bec5c2cb39438300..02879b974368a807e86e5b6c35e36367ea8d93cf 100755 (executable)
@@ -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