Skip to content

Commit

Permalink
etc: Bump compiler version
Browse files Browse the repository at this point in the history
  • Loading branch information
fwsGonzo committed Jan 29, 2018
1 parent a9157dc commit bcbcdc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions etc/install_from_bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ set -e
: ${ARCH:=x86_64}

# Try to find suitable compiler
cc_list="clang-3.9 clang-3.8 clang-3.7 clang-3.6 clang"
cxx_list="clang++-3.9 clang++-3.8 clang++-3.7 clang++-3.6 clang++"
cc_list="clang-7.0 clang-6.0 clang-5.0 clang-4.0 clang-3.9 clang"
cxx_list="clang++-7.0 clang++-6.0 clang++-5.0 clang++-4.0 clang++-3.9 clang++"

compiler=""
guess_compiler() {
Expand Down
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,8 @@ fi

printf "\n\n>>> IncludeOS installation Done!\n"
printf " %s\n" "To use IncludeOS set env variables for cmake to know your compiler, e.g.:"\
' export CC="clang-3.8"'\
' export CXX="clang++-3.8"'\
' export CC="clang-5.0"'\
' export CXX="clang++-5.0"'\
""\
"Test your installation with ./test.sh"

Expand Down

0 comments on commit bcbcdc8

Please sign in to comment.