Skip to content

Commit

Permalink
Change SPI to default to llvm 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lgritz committed Nov 10, 2011
1 parent 6d667fe commit 252bc24
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions site/spi/Makefile-bits
Expand Up @@ -20,10 +20,11 @@ ifeq ($(SP_ARCH), spinux1_x86_64)
platform=spinux1
# put any gcc-4.4/spinux1 specific stuff here
ifeq (${LLVM_VERSION},)
LLVM_VERSION := 2.9
LLVM_VERSION := 3.0
LLVM_VERSION_SUFFIX := rc3
endif
ifeq (${LLVM_DIRECTORY},)
LLVM_DIRECTORY := /shots/spi/home/lib/arnold/spinux1/llvm_${LLVM_VERSION}
LLVM_DIRECTORY := /shots/spi/home/lib/arnold/spinux1/llvm_${LLVM_VERSION}${LLVM_VERSION_SUFFIX}
endif
MY_CMAKE_FLAGS += \
-DILMBASE_CUSTOM=1 \
Expand Down

0 comments on commit 252bc24

Please sign in to comment.