mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-04-02 10:52:54 -04:00
* update copyrigh info * create a stable "branch" of the package git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3865 96395faa-99c1-11dd-bbfe-3dabce05a288
6 lines
307 B
Text
6 lines
307 B
Text
#* -fPIC option was removed for multiple reason.
|
|
# - Code only support x86 architecture.
|
|
# - Upstream code uses the ebx register so it's not compliant with PIC.
|
|
# - Impacts the performance too much.
|
|
# - Only plugins. No package will link to them.
|
|
pcsx2-plugins-unstable: shlib-with-non-pic-code
|