Make the "this code is not 64bit clean" die less strict like it was before so
authorZac Medico <zmedico@gentoo.org>
Thu, 10 Apr 2008 16:19:30 +0000 (16:19 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 10 Apr 2008 16:19:30 +0000 (16:19 -0000)
that maintainers aren't disturbed by too many bugs like bug #216848.

svn path=/main/branches/2.1.2/; revision=9802

bin/misc-functions.sh

index b326cdd165881914d127936f0f8d1659358206c0..e8ab7b05c24cfd3c2c18354a6476008cef62f1a4 100755 (executable)
@@ -312,11 +312,7 @@ install_qa_check() {
                        eqawarn "           but will almost certainly crash on 64bit architectures."
                        eqawarn "${f}"
                        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";;
-                               *) abort="yes";;
-                       esac
+                       abort="yes"
                fi
                if [[ ${abort} == "yes" ]] ; then
                        echo "Please do not file a Gentoo bug and instead" \