From: NIIBE Y. <gn...@m1...> - 2000-12-11 05:22:08
|
Denis Dowling wrote: > 1) What are the configuration options for gcc to prevent it trying to > build zlib. Currently > I configure gcc as per Stuart Menefy's notes and it attempts to build > zlib and bombs. I > can work around this by changing into the gcc subdirectory and doing > a make install here > but there must be a better way. make cross-gcc Don't let it make run-time library. > 2) The new cpplib in gcc looks to have some bugs. This causes it to > produce strange output > into the kernel/arch/sh/ld.script. I have worked around this with an > awk script. Please use -traditional -- |