jornada6xx: fix TARGET_ARCH to 'sh' - close #892
authorMarcin Juszkiewicz <hrw@openembedded.org>
Thu, 27 Apr 2006 13:28:19 +0000 (13:28 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 27 Apr 2006 13:28:19 +0000 (13:28 +0000)
conf/machine/jornada6xx.conf

index 6526f50..03fa7fa 100644 (file)
@@ -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"