This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

fix target lib rebuilding


Target side rebuilding is horribly broken, and has been that way for a long time.

This patch fixes it.

If you are lucky enough to never have seen it, just touch zlib/ configure and the do a make all-target-zlib to see:

configure: error: `target_alias' was not set in the previous run
configure: error: changes in the environment can compromise the build
configure: error: run `make distclean' and/or `rm ./config.cache' and start over
make[1]: *** [config.status] Error 1
make[1]: Leaving directory `/Volumes/mrs3/net/gcc-darwin/powerpc- apple-darwin8.0.0/zlib'
make: *** [all-target-zlib] Error 2


All target libraries are so broken, not just zlib.

Ok?

Attachment: runtime.diffs.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]