canadian cross trouble with libiberty location
Dan Kegel
dank@kegel.com
Mon May 17 05:32:00 GMT 2004
Jim Wilson wrote:
Ah, I see the problem. You didn't explicitly say what make command you
used, but it is fairly obvious that you did
make all-gcc
Correct.
This won't work, because all-gcc does not depend on ALL_BUILD_MODULES.
If you do
make all
it will work. Or alternatively, you can do
make all-build-libiberty
make all-gcc
In gcc-3.4, just "make all-gcc" will work fine. Nathanael Nerode fixed
this. Explicitly adding "make all-build-libiberty" should work for any
modern gcc version, so it should be OK to hard code that if it is simpler.
Your timing is excellent. Thanks so much for the info; I'll try it out ASAP.
- Dan
--
My technical stuff: http://kegel.com
My politics: see http://www.misleader.org for examples of why I'm for regime change
More information about the Gcc
mailing list