public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r10379 - main/branches/prefix/bin
@ 2008-05-20 12:59 Fabian Groffen (grobian)
  0 siblings, 0 replies; only message in thread
From: Fabian Groffen (grobian) @ 2008-05-20 12:59 UTC (permalink / raw
  To: gentoo-commits

Author: grobian
Date: 2008-05-20 12:59:04 +0000 (Tue, 20 May 2008)
New Revision: 10379

Modified:
   main/branches/prefix/bin/misc-functions.sh
Log:
add sparcv9 as 64-bits host, as we use it instead of sparc64

Modified: main/branches/prefix/bin/misc-functions.sh
===================================================================
--- main/branches/prefix/bin/misc-functions.sh	2008-05-20 03:08:36 UTC (rev 10378)
+++ main/branches/prefix/bin/misc-functions.sh	2008-05-20 12:59:04 UTC (rev 10379)
@@ -450,7 +450,7 @@
 			vecho -ne '\a\n'
 			# just warn on 32bit hosts but bail on 64bit hosts
 			case ${CHOST} in
-				alpha*|ia64*|powerpc64*|mips64*|sparc64*|x86_64*) die "this code is not 64bit clean";;
+				alpha*|ia64*|powerpc64*|mips64*|sparc64*|sparcv9*|x86_64*) die "this code is not 64bit clean";;
 				*) abort="yes";;
 			esac
 		fi

-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-05-20 12:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-20 12:59 [gentoo-commits] portage r10379 - main/branches/prefix/bin Fabian Groffen (grobian)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox