Ian Lance Taylor <i...@google.com> writes:

> @@ -326,13 +336,18 @@
>  }
>  
>  {
> +     text="T"
> +     case "$GOARCH" in
> +     ppc*) text="D" ;;

This is wrong for ppc.

Andreas.

diff --git a/libgo/testsuite/gotest b/libgo/testsuite/gotest
index da1162e..208cbaf 100755
--- a/libgo/testsuite/gotest
+++ b/libgo/testsuite/gotest
@@ -355,7 +355,7 @@ localname() {
 {
        text="T"
        case "$GOARCH" in
-       ppc*) text="D" ;;
+       ppc64) text="D" ;;
        esac
 
        symtogo='sed -e s/_test/XXXtest/ -e s/.*_\([^_]*\.\)/\1/ -e 
s/XXXtest/_test/'

-- 
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

Reply via email to