Author: tstellar
Date: Wed Feb 12 08:54:17 2014
New Revision: 201239

URL: http://llvm.org/viewvc/llvm-project?rev=201239&view=rev
Log:
Revert "Enforce python2 for systems that use python3 as their default."

This reverts commit r200413.

This was breaking the build on systems where the python 2.x executable
was called python.

Modified:
    libclc/trunk/configure.py

Modified: libclc/trunk/configure.py
URL: 
http://llvm.org/viewvc/llvm-project/libclc/trunk/configure.py?rev=201239&r1=201238&r2=201239&view=diff
==============================================================================
--- libclc/trunk/configure.py (original)
+++ libclc/trunk/configure.py Wed Feb 12 08:54:17 2014
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/python
 
 def c_compiler_rule(b, name, description, compiler, flags):
   command = "%s -MMD -MF $out.d %s -c -o $out $in" % (compiler, flags)


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to