revert disable NVPTX by default in Makefile

This commit is contained in:
evghenii
2015-01-27 07:02:49 +01:00
parent d4a77e1b44
commit bd28502d2c

View File

@@ -75,7 +75,7 @@ ARM_ENABLED=0
# Disable NVPTX by request
# To enable: make NVPTX_ENABLED=1
NVPTX_ENABLED=1
NVPTX_ENABLED=0
# Add llvm bin to the path so any scripts run will go to the right llvm-config
LLVM_BIN= $(shell $(LLVM_CONFIG) --bindir)