diff options
author | Koen Kooi <koen@openembedded.org> | 2006-04-27 14:48:46 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-27 14:48:46 +0000 |
commit | 220cace8b7456e588cd4b9fe4052930e68cf5b81 (patch) | |
tree | d38cec215b2a79926ef6d01401bf45c332a8df89 /conf | |
parent | 8e260c1c32d36bfc13fc2280d3b7f9b5c119401e (diff) | |
parent | b69f270795075fa96879d0129a14a74691e2059d (diff) |
merge of 0248315b9fe761433566e0707c8fbad66689a3af
and 060d946096395a1f0639f18f63d678fe52f718bd
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/jornada6xx.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/jornada6xx.conf b/conf/machine/jornada6xx.conf index 6526f50ef4..03fa7faa62 100644 --- a/conf/machine/jornada6xx.conf +++ b/conf/machine/jornada6xx.conf @@ -2,8 +2,8 @@ #@NAME: HP Jornada 680 #@DESCRIPTION: Machine configuration for the HITACHI SH3 based HP Jornada 6xx palmtop computer -TARGET_ARCH = "sh3" -IPKG_ARCHS = "all sh3 ${MACHINE}" +TARGET_ARCH = "sh" +IPKG_ARCHS = "all ${TARGET_ARCH} ${MACHINE}" PREFERRED_VERSION_glibc = "2.3.4" PREFERRED_VERSION_glibc-initial = "2.3.4" |