FS#69672 - Unnecessary gcc configure flags
Attached to Project:
Arch Linux
Opened by Christer Solskogen (solskogen) - Wednesday, 17 February 2021, 08:17 GMT
Last edited by Allan McRae (Allan) - Wednesday, 17 February 2021, 09:04 GMT
Opened by Christer Solskogen (solskogen) - Wednesday, 17 February 2021, 08:17 GMT
Last edited by Allan McRae (Allan) - Wednesday, 17 February 2021, 09:04 GMT
|
Details
GCC is configured with some old and unnecessary configure
flags like:
--with-isl (is ways on as long as isl directory (or symlink) exists in gcc source directory) --enable-clocale=gnu - defaults to gnu since glibc 2.3 --enable-gnu-unique-object - default since glibc 2.11 --enable-lto - not sure for how long this have been default --enable-shared - since forever (2.95.x?) --enable-threads=posix --disable-libunwind-exceptions |
This task depends upon
Comment by Allan McRae (Allan) -
Wednesday, 17 February 2021, 09:04 GMT
And it changes nothing to include them...