> gcc-cross build depends on libc#-dev (depending on the host > architecture), instead of libc#-dev-arch-cross (depending on the target > architecture). Here's a patch to fix this. I can now build gcc-cross > using pbuilder: > > host:~> GCC_TARGET=i386 debian/rules control > host:~> GCC_TARGET=i386 pdebuild --debbuildopts "-uc -us" > > What do you think?
I have incorporated your change (not exact your patch - but something similar) into my trees for gcc-3.3, gcc-3.4 and gcc-4.0. After some testing of this and other changes I'll submit everything to debian gcc maintainer.

