[pypy-svn] r57661 - pypy/branch/cross-compilation/pypy/translator/c
fijal at codespeak.net
fijal at codespeak.net
Wed Aug 27 20:19:14 CEST 2008
Author: fijal
Date: Wed Aug 27 20:19:11 2008
New Revision: 57661
Modified:
pypy/branch/cross-compilation/pypy/translator/c/genc.py
Log:
Ooops, a typo and untested code
Modified: pypy/branch/cross-compilation/pypy/translator/c/genc.py
==============================================================================
--- pypy/branch/cross-compilation/pypy/translator/c/genc.py (original)
+++ pypy/branch/cross-compilation/pypy/translator/c/genc.py Wed Aug 27 20:19:11 2008
@@ -402,7 +402,7 @@
if self.config.translation.cc:
cc = self.config.translation.cc
else:
- cc = eci.get_compiler_for_platform()
+ cc = self.eci.get_compiler_for_platform()
if cc is None:
cc = 'gcc'
make_no_prof = ''
More information about the Pypy-commit
mailing list