summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2012-10-09 18:57:07 +0000
committerTom Stellard <thomas.stellard@amd.com>2012-10-09 18:57:07 +0000
commitf46b2c8112ca81dd15cc372104006c655075f3a0 (patch)
tree33f1548fdc5c70489a3c286da2837150f5145c0a
parent2713c4ebaf42a1def1141005ff61eb2074ef0097 (diff)
Revert "Remove NVPTX from default targets, so libclc will work with LLVM 3.1"
-rwxr-xr-xconfigure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py
index 0d05e0c..0236345 100755
--- a/configure.py
+++ b/configure.py
@@ -40,7 +40,7 @@ llvm_clang = os.path.join(llvm_bindir, 'clang')
llvm_link = os.path.join(llvm_bindir, 'llvm-link')
llvm_opt = os.path.join(llvm_bindir, 'opt')
-default_targets = ['r600--']
+default_targets = ['nvptx--nvidiacl', 'nvptx64--nvidiacl', 'r600--']
targets = args
if not targets: