Author: Wim Lavrijsen <[email protected]>
Branch: reflex-support
Changeset: r63489:56e32cdbf135
Date: 2013-04-12 12:54 -0700
http://bitbucket.org/pypy/pypy/changeset/56e32cdbf135/
Log: add rule to create .s from .cxx
diff --git a/rpython/translator/c/genc.py b/rpython/translator/c/genc.py
--- a/rpython/translator/c/genc.py
+++ b/rpython/translator/c/genc.py
@@ -462,6 +462,7 @@
else:
mk.definition('OBJECTS', '$(ASMLBLFILES) gcmaptable.s')
mk.rule('%.s', '%.c', '$(CC) $(CFLAGS) $(CFLAGSEXTRA)
-frandom-seed=$< -o $@ -S $< $(INCLUDEDIRS)')
+ mk.rule('%.s', '%.cxx', '$(CXX) $(CFLAGS) $(CFLAGSEXTRA)
-frandom-seed=$< -o $@ -S $< $(INCLUDEDIRS)')
mk.rule('%.lbl.s %.gcmap', '%.s',
[
'$(PYTHON)
$(RPYDIR)/translator/c/gcc/trackgcroot.py '
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit