add support for alternative C libraries (currently only glibc/eglibc) other (related...
authorNicolas Thill <nico@openwrt.org>
Thu, 8 Jan 2009 01:49:11 +0000 (01:49 +0000)
committerNicolas Thill <nico@openwrt.org>
Thu, 8 Jan 2009 01:49:11 +0000 (01:49 +0000)
commita3edea1b9136b05edfed95b58ba33a9ff46b6587
treed770d58fd59fc61cac796defdba965d6e1af5f71
parent001fd4384175d67eef5554613e6933ddb3c70585
add support for alternative C libraries (currently only glibc/eglibc) other (related) changes: - kernel headers are now installed using "make headers_install" on 2.6 - target names now contain an openwrt "vendor" tag (e.g. mips-openwrt-linux-gnu) - build directory names now contain gcc/libc name/version - default cpu for x86 is now i486 (required to build glibc/eglibc)

SVN-Revision: 13931
81 files changed:
include/package.mk
include/site/arm-linux-uclibc [deleted file]
include/site/arm-openwrt-linux-gnu [new file with mode: 0644]
include/site/arm-openwrt-linux-gnueabi [new file with mode: 0644]
include/site/arm-openwrt-linux-uclibc [new file with mode: 0644]
include/site/arm-openwrt-linux-uclibc-gnueabi [new file with mode: 0644]
include/site/armeb-linux-uclibc [deleted file]
include/site/armeb-openwrt-linux-gnu [new file with mode: 0644]
include/site/armeb-openwrt-linux-gnueabi [new file with mode: 0644]
include/site/armeb-openwrt-linux-uclibc [new file with mode: 0644]
include/site/armeb-openwrt-linux-uclibc-gnueabi [new file with mode: 0644]
include/site/avr32-linux-uclibc [deleted file]
include/site/avr32-openwrt-linux-gnu [new file with mode: 0644]
include/site/avr32-openwrt-linux-uclibc [new file with mode: 0644]
include/site/cris-linux-uclibc [deleted file]
include/site/cris-openwrt-linux-gnu [new file with mode: 0644]
include/site/cris-openwrt-linux-uclibc [new file with mode: 0644]
include/site/i386-linux [deleted file]
include/site/i386-linux-uclibc [deleted file]
include/site/i486-linux [new file with mode: 0644]
include/site/i486-openwrt-linux-gnu [new file with mode: 0644]
include/site/i486-openwrt-linux-uclibc [new file with mode: 0644]
include/site/i686-linux-uclibc [deleted file]
include/site/i686-openwrt-linux-gnu [new file with mode: 0644]
include/site/i686-openwrt-linux-uclibc [new file with mode: 0644]
include/site/linux-gnu [new file with mode: 0644]
include/site/mips-linux-uclibc [deleted file]
include/site/mips-openwrt-linux-gnu [new file with mode: 0644]
include/site/mips-openwrt-linux-uclibc [new file with mode: 0644]
include/site/mipsel-linux-uclibc [deleted file]
include/site/mipsel-linux2.4-uclibc [deleted file]
include/site/mipsel-openwrt-linux-gnu [new file with mode: 0644]
include/site/mipsel-openwrt-linux-uclibc [new file with mode: 0644]
include/site/mipsel-openwrt-linux2.4-uclibc [new file with mode: 0644]
include/site/powerpc-linux-uclibc [deleted file]
include/site/powerpc-openwrt-linux-gnu [new file with mode: 0644]
include/site/powerpc-openwrt-linux-uclibc [new file with mode: 0644]
include/site/x86_64-linux-uclibc [deleted file]
include/site/x86_64-openwrt-linux-gnu [new file with mode: 0644]
include/site/x86_64-openwrt-linux-uclibc [new file with mode: 0644]
include/target.mk
package/base-files/Makefile
package/kexec-tools/Makefile
rules.mk
toolchain/Config.in
toolchain/Makefile
toolchain/binutils/Makefile
toolchain/eglibc/Config.in [new file with mode: 0644]
toolchain/eglibc/Config.version [new file with mode: 0644]
toolchain/eglibc/Makefile [new file with mode: 0644]
toolchain/eglibc/config/Config.in [new file with mode: 0644]
toolchain/eglibc/patches/2.6.1/101-arm_asm_page_h.patch [new file with mode: 0644]
toolchain/eglibc/patches/2.7/101-arm_asm_page_h.patch [new file with mode: 0644]
toolchain/eglibc/patches/2.7/103-arm_nptl_cargs6.patch [new file with mode: 0644]
toolchain/eglibc/patches/2.7/104-arm_nptl_lowlevellock.patch [new file with mode: 0644]
toolchain/eglibc/patches/2.8/103-arm_nptl_cargs6.patch [new file with mode: 0644]
toolchain/eglibc/patches/2.8/104-arm_nptl_lowlevellock.patch [new file with mode: 0644]
toolchain/gcc/Config.in
toolchain/gcc/Makefile
toolchain/glibc-ports/Makefile [new file with mode: 0644]
toolchain/glibc-ports/patches/2.6.1/101-arm_asm_page_h.patch [new file with mode: 0644]
toolchain/glibc-ports/patches/2.6.1/102-arm_nptl.patch [new file with mode: 0644]
toolchain/glibc-ports/patches/2.6.1/401-mips_bootstrap_gcc_header_install.patch [new file with mode: 0644]
toolchain/glibc-ports/patches/2.6.1/603-powerpc-softfloat.patch [new file with mode: 0644]
toolchain/glibc-ports/patches/2.7/101-arm_asm_page_h.patch [new file with mode: 0644]
toolchain/glibc-ports/patches/2.7/102-arm_nptl.patch [new file with mode: 0644]
toolchain/glibc-ports/patches/2.7/103-arm_nptl_cargs6.patch [new file with mode: 0644]
toolchain/glibc-ports/patches/2.7/104-arm_nptl_lowlevellock.patch [new file with mode: 0644]
toolchain/glibc-ports/patches/2.7/401-mips_bootstrap_gcc_header_install.patch [new file with mode: 0644]
toolchain/glibc/Config.in [new file with mode: 0644]
toolchain/glibc/Config.version [new file with mode: 0644]
toolchain/glibc/Makefile [new file with mode: 0644]
toolchain/glibc/patches/2.3.6/001-make_install_lib_all.patch [new file with mode: 0644]
toolchain/glibc/patches/2.3.6/002-mips_bootstrap_gcc_header_install.patch [new file with mode: 0644]
toolchain/glibc/patches/2.3.6/601-powerpc_socket_week_alias.patch [new file with mode: 0644]
toolchain/glibc/patches/2.3.6/602-powerpc_cflags_initfini.patch [new file with mode: 0644]
toolchain/info.mk
toolchain/kernel-headers/Makefile
toolchain/uClibc/Config.in
toolchain/uClibc/Config.version
toolchain/uClibc/Makefile