ARM and Position Independent Code
- Posted by mattlewis (admin) Mar 04, 2013
- 2695 views
Can anyone confirm or deny whether ARM requires Position Independent Code (PIC) for building shared libraries? x86-64 on Linux does, but none of the other platforms that we support do. This required an additional runtime library for translating x86-64 shared libraries.
I'd like to get rid of this for platforms that don't need it, but I don't have access to any ARM stuff.
Matt