Skip to content

Commit

Permalink
Add BG/Q host-config for C++ (uses libc++)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbeckingsale authored and kennyweiss committed Apr 13, 2018
1 parent b1bbce0 commit e97d64a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cmake/blt-test/host-configs/[email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
set(CMAKE_CXX_COMPILER "/usr/apps/gnu/clang/r284961-stable/bin/bgclang++11" CACHE PATH "")
set(CMAKE_C_COMPILER "/usr/apps/gnu/clang/r284961-stable/bin/bgclang" CACHE PATH "")

# Use clang's libc++
set(CMAKE_CXX_FLAGS "-stdlib=libc++" CACHE STRING "")

0 comments on commit e97d64a

Please sign in to comment.