gcc configure --with-headers broken?
Alexandre Oliva
aoliva@redhat.com
Thu Aug 24 00:35:00 GMT 2000
On Aug 23, 2000, Matt Taggart <taggart@carmen.fc.hp.com> wrote:
> It looks like "-nostdinc" is added to the compile line but then the right
> include directory is not specified.
When --with-headers is given, configure disables newlib, so it
shouldn't be adding -nostdinc to FLAGS_FOR_TARGET. This was yet
another side effect of the top-level configure.in/Makefile.in overhaul
I started one month ago.
Does this (untested) patch fix it for you?
More information about the Gcc-bugs
mailing list