Get rid of -fPIC #114
Open
Get rid of -fPIC #114
Comments
|
I assumed it made sense upstream, where GCC is the default compiler, so our patch just makes sure this argument is not appended when using the proprietary compiler. We don't deal with GCC issues on HP-UX on our own. If you care for that scenario, patches are welcome… ;-] |
|
Not fully, I do not consider GCC to be a default compiler on HP-UX. It is aCC. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
python-package/src/python/hpux_fpic.patch
Line 9 in e88eba7
I think this line is nonsense because
-fPICseems to be a compile time option. It does not make any sense to link with that. Does it?The text was updated successfully, but these errors were encountered: