diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-10-19 01:06:38 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-10-19 01:06:38 +0000 |
commit | 979d2d692724a430e3c42471d716fa0b294ddf48 (patch) | |
tree | 38f8386753ed1655d8e1ab8efdc5afb2c2d66ffa /packages/uclibc/uclibc-0.9.28/nslu2/uClibc.machine | |
parent | 23cc7d590f6f9363d9326ee6896a349830a30ece (diff) |
uclibc: add uClibc.machine, uClibc.distro + empty defaults in uclibc.inc
- Change uclibc 0.9.28 ucslugc builds (only) to use the new mechanism
- to select ucslugc arm and armeb config
- There is no change to any build config (including ucslugc), just a
- change in mechanism.
Diffstat (limited to 'packages/uclibc/uclibc-0.9.28/nslu2/uClibc.machine')
-rw-r--r-- | packages/uclibc/uclibc-0.9.28/nslu2/uClibc.machine | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/uclibc/uclibc-0.9.28/nslu2/uClibc.machine b/packages/uclibc/uclibc-0.9.28/nslu2/uClibc.machine new file mode 100644 index 0000000000..a3dde947cf --- /dev/null +++ b/packages/uclibc/uclibc-0.9.28/nslu2/uClibc.machine @@ -0,0 +1,8 @@ +# NSLU2 specific machine overrides. +# +# NSLU2 can be arm or armeb - the ARCH (arm,armeb) decides +# this, NSLU2 is always XScale - this file enfoces this. +# +CONFIG_ARM_XSCALE=y +ARCH_HAS_MMU=y +HAS_FPU=n |