From 1ff4b85a196f8b3f02e52473a1fd15d61e616990 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 16 Jul 2009 17:44:19 +0000 Subject: [PATCH] add hppa64 to the 64bit list as pointed out by Michael Haubenwallner svn path=/main/trunk/; revision=13828 --- bin/misc-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh index f8ba5eb12..58619f0ac 100755 --- a/bin/misc-functions.sh +++ b/bin/misc-functions.sh @@ -393,7 +393,7 @@ install_qa_check() { # just warn on 32bit hosts but bail on 64bit hosts case ${CHOST} in - alpha*|ia64*|powerpc64*|mips64*|sparc64*|x86_64*) gentoo_bug=yes ;; + alpha*|hppa64*|ia64*|powerpc64*|mips64*|sparc64*|x86_64*) gentoo_bug=yes ;; esac abort=yes -- 2.26.2