Browse Source

Try gcc-4.9 to fix compilation with clang-3.8.

Matthieu Garrigues 9 years ago
parent
commit
bc130e2cca
1 changed files with 2 additions and 2 deletions
  1. 2 2
      toolset/setup/linux/frameworks/silicon.sh

+ 2 - 2
toolset/setup/linux/frameworks/silicon.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 #!/bin/bash
 
 
-fw_depends clang-3.8 gcc-6
+fw_depends clang-3.8 gcc-4.9
 
 
 RETCODE=$(fw_exists ${IROOT}/silicon.installed)
 RETCODE=$(fw_exists ${IROOT}/silicon.installed)
 [ ! "$RETCODE" == 0 ] || { \
 [ ! "$RETCODE" == 0 ] || { \
@@ -14,7 +14,7 @@ git clone https://github.com/matt-42/silicon.git
 cd silicon;
 cd silicon;
 # May 18th, 2016
 # May 18th, 2016
 git checkout 73dac7f3c8dcd4f9c53713456e8b73165006e968
 git checkout 73dac7f3c8dcd4f9c53713456e8b73165006e968
-CXX=clang++-3.8 ./install.sh $IROOT
+CC=clang CXX=clang++-3.8 ./install.sh $IROOT
 
 
 echo "" > $IROOT/silicon.installed
 echo "" > $IROOT/silicon.installed