Commit 25bab91e by Ian Lance Taylor

gotest: Only look in data segment for ppc64, not ppc*.

From Andreas Schwab.

From-SVN: r188944
parent 08a680a8
......@@ -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/'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment