Browse Source

Newer compiler (#2629)

Fredrik Widlund 8 years ago
parent
commit
773c998b44
1 changed files with 4 additions and 4 deletions
  1. 4 4
      toolset/setup/linux/frameworks/libreactor.sh

+ 4 - 4
toolset/setup/linux/frameworks/libreactor.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 #!/bin/bash
 
 
-fw_depends gcc-4.9
+fw_depends gcc-6
 
 
 fw_installed libreactor && return 0
 fw_installed libreactor && return 0
 
 
@@ -8,9 +8,9 @@ LIBREACTOR_HOME=$IROOT/libreactor_techempower
 
 
 git clone https://github.com/fredrikwidlund/libreactor_techempower
 git clone https://github.com/fredrikwidlund/libreactor_techempower
 cd $LIBREACTOR_HOME
 cd $LIBREACTOR_HOME
-export CC=gcc-4.9
-export RANLIB=gcc-ranlib-4.9
-export AR=gcc-ar-4.9
+export CC=gcc-6
+export RANLIB=gcc-ranlib-6
+export AR=gcc-ar-6
 ./autogen.sh
 ./autogen.sh
 ./configure
 ./configure
 make
 make