summaryrefslogtreecommitdiffstats
path: root/libclc
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2014-01-29 20:03:24 +0000
committerTom Stellard <thomas.stellard@amd.com>2014-01-29 20:03:24 +0000
commitac0fb621cef63422ebec88e73f548a033dee93cc (patch)
tree1c014471b3b2305889676ffebbd471a6c83dab3e /libclc
parentd2ad22ae41abb1864103bc25e23de694895e181b (diff)
downloadbcm5719-llvm-ac0fb621cef63422ebec88e73f548a033dee93cc.tar.gz
bcm5719-llvm-ac0fb621cef63422ebec88e73f548a033dee93cc.zip
Enforce python2 for systems that use python3 as their default.
Patch by: Dan Liew llvm-svn: 200413
Diffstat (limited to 'libclc')
-rwxr-xr-xlibclc/configure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libclc/configure.py b/libclc/configure.py
index c3f757622a8..8a493978b27 100755
--- a/libclc/configure.py
+++ b/libclc/configure.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python2
def c_compiler_rule(b, name, description, compiler, flags):
command = "%s -MMD -MF $out.d %s -c -o $out $in" % (compiler, flags)
OpenPOWER on IntegriCloud