This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/14316] collect2 doesnt build on windows hosts
- From: "eric at ecentral dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Mar 2004 17:04:19 -0000
- Subject: [Bug bootstrap/14316] collect2 doesnt build on windows hosts
- References: <20040227020715.14316.droopycom@yahoo.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From eric at ecentral dot com 2004-03-17 17:04 -------
The case for msdosdjgpp in fixinc/mkfixinc.sh is to "Choose one or two-process
fix methodology. Systems that cannot handle bi-directional pipes must use the
two process method."
After that there's a case statement that checks "for special fix rules for
particular targets" and lists a bunch of targets that don't do any fixing. The
two targets I'm interested in, avr and m68k-elf, are not listed in this. I
don't know whether they should be or not.
After this is when it builds fixinc, which it does for avr and m68k-elf. And
fixinc is built with POSIX calls.
Eric
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14316