This series has an generic part to build a cross toolchain where build == host == target (add fake build type to HOST_CROSS_AUTOCONF) which is useful for all toolchains.
The rest of this series is a 'pure64' x86_64-unknown-linux-gnu glibc toolchain. The pure64 means that glibc's slibdir is set to /lib instead of /lib64. Since we build for embedded systems it is not necessary to have multilib-able toolchains. Additionally the '/lib - only' approach fits best to current ptxdist way of building the rootfs. Andreas Bießmann (7): add fake build type to HOST_CROSS_AUTOCONF architecture.in: add x86_64 arch add x86_64-unknown-linux-gnu configuration fixup_ptxconfigs.sh: add x86_64 target glibc-headers: prepare for x86_64 build gcc-4.6.2: add pure64 patch for x86_64 glibc: force slibdir to /lib fixup_ptxconfigs.sh | 6 + .../0304-gcc-i386-use-pure64-CLFS-patch.patch | 47 ++++++++ patches/gcc-4.6.2/series | 3 +- ...utils-2.21.1a_kernel-2.6.39-sanitized.ptxconfig | 118 ++++++++++++++++++++ rules/architecture.in | 4 + rules/cross-gcc.make | 1 + rules/glibc-crt.make | 4 +- rules/glibc-first.make | 1 + rules/glibc-headers.make | 3 + rules/glibc.make | 3 + rules/pre/toolchain.make | 2 + 11 files changed, 189 insertions(+), 3 deletions(-) create mode 100644 patches/gcc-4.6.2/0304-gcc-i386-use-pure64-CLFS-patch.patch create mode 100644 ptxconfigs/x86_64-unknown-linux-gnu_gcc-4.6.2_glibc-2.14.1_binutils-2.21.1a_kernel-2.6.39-sanitized.ptxconfig -- 1.7.9 -- ptxdist mailing list [email protected]
