]> git.ipfire.org Git - thirdparty/gcc.git/commit
Remove fpic multilib on x86_64-vxworks
authorOlivier Hainque <hainque@adacore.com>
Sun, 15 Nov 2020 09:56:51 +0000 (09:56 +0000)
committerOlivier Hainque <hainque@adacore.com>
Tue, 14 Dec 2021 12:56:56 +0000 (12:56 +0000)
commitd8eae5abf3d9d1363980342889635ccee1a7090d
tree9903807623979b876702cb1044c63b03448f9f9c
parent336dc544ebca867794a8e57c65afe303fd8ecc66
Remove fpic multilib on x86_64-vxworks

The addition of fPIC for shared libraries is performed
independently from multilibs and fpic multilibs have
no other particular purpose for VxWorks at this stage.

They incur extra build time, complexify the install tree
and are a bit tricky because -fpic is not supported for kernel
mode.

2021-12-14  Olivier Hainque  <hainque@adacore.com>

gcc/
* config/i386/t-vxworks: Drop the fPIC multilibs.
gcc/config/i386/t-vxworks