Explorar o código

Use a slightly less old C compiler

Fredrik Widlund %!s(int64=9) %!d(string=hai) anos
pai
achega
1f01422c34
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      toolset/setup/linux/frameworks/libreactor.sh

+ 3 - 0
toolset/setup/linux/frameworks/libreactor.sh

@@ -10,6 +10,9 @@ LIBREACTOR_HOME=$IROOT/libreactor_techempower
 
 git clone https://github.com/fredrikwidlund/libreactor_techempower
 cd $LIBREACTOR_HOME
+export CC=gcc-4.9
+export RANLIB=gcc-ranlib-4.9
+export AR=gcc-ar-4.9
 ./autogen.sh
 ./configure
 make