[Bug c/56371] When building GCC from combined tree, configure is making wrong assumptions about 'gas' and 'ld'

k2k at narod dot ru gcc-bugzilla@gcc.gnu.org
Mon Feb 25 11:06:00 GMT 2013


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56371

--- Comment #5 from Karlson2k <k2k at narod dot ru> 2013-02-25 11:05:47 UTC ---
With current configure some capabilities tests for in-tree gas and ld are based
only on version (that's wrong, because for COFF many features (TLS) isn't
supported), other tests require version and ELF target (again wrong, because
some features (dwarf2) supported of COFF too)
To workaround this, I've patched configure to make real tests on gas and ld
even for combined tree as toplevel makefile build gas, ld and binutils before
running gcc configure.
But for real fix we need to patch autoconfigure files.



More information about the Gcc-bugs mailing list