Rafael Ávila de Espíndola wrote:
I have done some work on generating debian cross-compilers. Currently I
generate ppc and ppc64 compilers. To build the debs:
1) Create a dir with
binutils-2.15.tar.bz2, glibc-2.3.2.tar.bz2 linux-2.6.7.tar.bz2,
crosstool-0.28-rc29.tar.gz, gcc-3.4.1.tar.bz2, and
glibc-linuxthreads-2.3.2.tar.bz2
2) Apply the attached patch
3)dpkg-buildpackage -rfakeroot
Thanks. Are the extra patches inside your attached patch good
enough to contribute back to gcc mainline?
e.g. would it be sensible to do
mv debian/patches/glibc-2.3.2-csu-make.patch
patches/glibc-2.3.2/glibc-2.3.2-csu-make.patch
?
- Dan