Author: David Schneider <david.schnei...@picle.org>
Branch: 
Changeset: r65141:2c5be52130b3
Date: 2013-07-01 17:17 +0200
http://bitbucket.org/pypy/pypy/changeset/2c5be52130b3/

Log:    add -fPIC flag

diff --git a/rpython/translator/platform/arm.py 
b/rpython/translator/platform/arm.py
--- a/rpython/translator/platform/arm.py
+++ b/rpython/translator/platform/arm.py
@@ -17,6 +17,7 @@
 
 class ARM(Linux):
     name = "arm"
+    shared_only = ('-fPIC',)
 
     available_librarydirs = [SB2 + '/lib/arm-linux-gnueabi/',
                              SB2 + '/lib/arm-linux-gnueabihf/',
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to