Author: Stefano Rivera <[email protected]>
Branch:
Changeset: r64286:be55314fd6a9
Date: 2013-05-18 21:14 +0200
http://bitbucket.org/pypy/pypy/changeset/be55314fd6a9/
Log: The default compiler on GNUkFreebsd is not clang
diff --git a/rpython/translator/platform/freebsd.py
b/rpython/translator/platform/freebsd.py
--- a/rpython/translator/platform/freebsd.py
+++ b/rpython/translator/platform/freebsd.py
@@ -14,7 +14,9 @@
shared_only = ('-fPIC',)
class GNUkFreebsd(Freebsd):
+ DEFAULT_CC = 'cc'
extra_libs = ('-lrt',)
class GNUkFreebsd_64(Freebsd_64):
+ DEFAULT_CC = 'cc'
extra_libs = ('-lrt',)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit