add preliminary support for the XScale port, generic endianness indication
authorImre Kaloz <kaloz@openwrt.org>
Fri, 14 Apr 2006 10:23:54 +0000 (10:23 +0000)
committerImre Kaloz <kaloz@openwrt.org>
Fri, 14 Apr 2006 10:23:54 +0000 (10:23 +0000)
commit49db057b1cedb852b597aa224892e717d80fb92a
tree7edfadeab9f6a1bb05b76aee93d1638515f4b284
parentd5f4c0a29d63ea7514178f64d54cf7931a46b29a
add preliminary support for the XScale port, generic endianness indication

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3648 3c298f89-4303-0410-b956-a3cf2f4a3e73
24 files changed:
openwrt/Config.in
openwrt/target/Config.in
openwrt/target/linux/Config.in
openwrt/target/linux/Makefile
openwrt/target/linux/generic-2.6/patches/005-gcc4_fix.patch
openwrt/target/linux/image/jffs2.mk
openwrt/target/linux/image/squashfs.mk
openwrt/target/linux/image/xscale/Makefile [new file with mode: 0644]
openwrt/target/linux/package/base-files/files/xscale-2.6/etc/config/network [new file with mode: 0644]
openwrt/target/linux/package/base-files/files/xscale-2.6/etc/init.d/S00xscale [new file with mode: 0755]
openwrt/target/linux/package/base-files/files/xscale-2.6/init [new file with mode: 0755]
openwrt/target/linux/rules.mk
openwrt/target/linux/xscale-2.6/Makefile [new file with mode: 0644]
openwrt/target/linux/xscale-2.6/config [new file with mode: 0644]
openwrt/target/linux/xscale-2.6/patches/001-gateway_7001.patch [new file with mode: 0644]
openwrt/toolchain/Config.in
openwrt/toolchain/gcc/4.0.3/800-arm-bigendian.patch [new file with mode: 0644]
openwrt/toolchain/gcc/4.1.0/800-arm-bigendian.patch [new file with mode: 0644]
openwrt/toolchain/gcc/Config.in
openwrt/toolchain/gdb/patches/830-arm_gcc4.patch [new file with mode: 0644]
openwrt/toolchain/kernel-headers/Makefile
openwrt/toolchain/kernel-headers/files/config.arm [new file with mode: 0644]
openwrt/toolchain/uClibc/files/config.armeb [new file with mode: 0644]
openwrt/toolchain/uClibc/patches/140-uclibc_do_div_ldso.patch [new file with mode: 0644]