From: Karl Berry Date: Mon, 18 Jul 2005 12:31:07 +0000 (+0000) Subject: autoupdate X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad4716737d6ffa8ce8a7a4f40e76c124ae9e722c;p=pspp autoupdate --- diff --git a/build-aux/config.guess b/build-aux/config.guess index 917bbc50f3..480b123b8e 100755 --- a/build-aux/config.guess +++ b/build-aux/config.guess @@ -873,6 +873,9 @@ EOF eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ;; + or32:Linux:*:*) + echo or32-unknown-linux-gnu + exit ;; ppc:Linux:*:*) echo powerpc-unknown-linux-gnu exit ;;