[pypy-commit] pypy default: add -fPIC flag

bivab noreply at buildbot.pypy.org
Mon Jul 1 17:18:41 CEST 2013


Author: David Schneider <david.schneider at 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/',


More information about the pypy-commit mailing list