diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-10-24 07:46:01 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-10-24 07:46:01 +0000 |
commit | 5be73c9adf139f70a664e8374a5a85f6a7bf0937 (patch) | |
tree | 44eb5107415ec76abbd035e446ee56a39575dd1f /conf/machine/nslu2.conf | |
parent | edcd457d33b9f474b196efa0faadf45a2eeccb75 (diff) |
ucslugc, nslu2: formalise different build configs, move to IAL 2.0 and nslu2-kernel
- ucslugc is substantially as before, however the configuration is now
- expressed as a specific instance of nslu2-btu.conf (big-endian, thumb,
- uclibc). The other six buildable variants of ucslugc have been added
- as separate configuration files, all with names of the form 'nslu2-???'
- for big vs little, arm vs thumb and glibc vs uclibc.
- IAL 2.0 is now in a testable state (reboot works) and so is the default
- for all nslu2-??? configurations.
- Overridable variables of the form UCSLUGC_* have been replaced with
- variables named NSLU2_*
Diffstat (limited to 'conf/machine/nslu2.conf')
-rw-r--r-- | conf/machine/nslu2.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/nslu2.conf b/conf/machine/nslu2.conf index d22c3b5568..737d4e7c17 100644 --- a/conf/machine/nslu2.conf +++ b/conf/machine/nslu2.conf @@ -86,7 +86,7 @@ FULL_OPTIMIZATION = "-Os -fomit-frame-pointer -frename-registers \ # to get this fixed. NSLU2_ARCH_TYPE = "b" TARGET_ARCH = "arme${NSLU2_ARCH_TYPE}" -# To change to little endian see distro/ucslugc.conf +# To change to little endian see distro/nslu2-dist.conf # The list of valid architectures for thumb or arm on NSLU2. The arm list is # derived from the architecture settings known to gcc, the thumb list is then |