[pypy-svn] r23720 - pypy/dist/pypy/translator/llvm

rxe at codespeak.net rxe at codespeak.net
Tue Feb 28 01:53:32 CET 2006


Author: rxe
Date: Tue Feb 28 01:53:30 2006
New Revision: 23720

Modified:
   pypy/dist/pypy/translator/llvm/buildllvm.py
Log:
Make use gcc by default.



Modified: pypy/dist/pypy/translator/llvm/buildllvm.py
==============================================================================
--- pypy/dist/pypy/translator/llvm/buildllvm.py	(original)
+++ pypy/dist/pypy/translator/llvm/buildllvm.py	Tue Feb 28 01:53:30 2006
@@ -59,7 +59,7 @@
 
 def make_module_from_llvm(genllvm, llvmfile,
                           pyxfile=None, optimize=True, exe_name=None,
-                          profile=False, cleanup=False, use_gcc=False):
+                          profile=False, cleanup=False, use_gcc=True):
 
     # where we are building
     dirpath = llvmfile.dirpath()



More information about the Pypy-commit mailing list