mirror of
https://github.com/libretro/pcsx2.git
synced 2025-02-04 16:46:59 +00:00
d58bd29be0
* rename file to easily switch between stable/unstable * fix various lintian errors/warnings git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5205 96395faa-99c1-11dd-bbfe-3dabce05a288
7 lines
285 B
Plaintext
7 lines
285 B
Plaintext
#* -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.
|
|
: shlib-with-non-pic-code
|