gcc

Comment 0 for bug 1623418

Revision history for this message
Alexander Ivchenko (aivchenk) wrote :

gcc-5 from Ubuntu is configured with MPX support, but it is broken due
to always-added linker option "-as-needed".

Here is the GCC upstream bug & fix

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77267

https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=240057

Would it be possible to backport this fix to Ubuntu gcc-5 build?