This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
fix target lib rebuilding
- From: Mike Stump <mrs at apple dot com>
- To: "gcc-patches at gcc dot gnu dot org Patches" <gcc-patches at gcc dot gnu dot org>
- Date: Wed, 27 Apr 2005 19:27:08 -0700
- Subject: 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