diff options
author | Koen Kooi <koen@openembedded.org> | 2006-05-02 18:19:01 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-02 18:19:01 +0000 |
commit | d08fb535971f6269da3d4f85d5cee0074efd52d3 (patch) | |
tree | 3fecf2031b2421c5d9f2a4ad361c93000be2adb5 /conf/machine/jornada6xx.conf | |
parent | e64c00e3dea991e7a540afa4b5974b2bdd14c9ef (diff) |
jornada6xx.conf: sh -> sh3 and remove PREFERRED_VERSIONS, those should be in the $DISTRO.conf
Diffstat (limited to 'conf/machine/jornada6xx.conf')
-rw-r--r-- | conf/machine/jornada6xx.conf | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/conf/machine/jornada6xx.conf b/conf/machine/jornada6xx.conf index 03fa7faa62..5aa492f57d 100644 --- a/conf/machine/jornada6xx.conf +++ b/conf/machine/jornada6xx.conf @@ -2,9 +2,7 @@ #@NAME: HP Jornada 680 #@DESCRIPTION: Machine configuration for the HITACHI SH3 based HP Jornada 6xx palmtop computer -TARGET_ARCH = "sh" +TARGET_ARCH = "sh3" IPKG_ARCHS = "all ${TARGET_ARCH} ${MACHINE}" -PREFERRED_VERSION_glibc = "2.3.4" -PREFERRED_VERSION_glibc-initial = "2.3.4" include conf/machine/include/tune-sh3.conf |