From: Marcin Juszkiewicz Date: Thu, 27 Apr 2006 13:28:19 +0000 (+0000) Subject: jornada6xx: fix TARGET_ARCH to 'sh' - close #892 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79ea420061817e7fdb1b8df966e9e71c048695c5;p=openembedded.git jornada6xx: fix TARGET_ARCH to 'sh' - close #892 --- 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"