[Pkg-golang-commits] [golang] 01/01: Add "mips64el" (since Go 1.6 supports it) to "goenv.sh" (in preparation for doing the work to actually enable it at some point)

Tianon Gravi tianon at debian.org
Mon Feb 22 02:19:44 UTC 2016


This is an automated email from the git hooks/post-receive script.

tianon pushed a commit to branch debian-sid
in repository golang.

commit fa055be7e20788925c3e2871384de1b898a6420f
Author: Tianon Gravi <tianon at debian.org>
Date:   Sun Feb 21 18:19:06 2016 -0800

    Add "mips64el" (since Go 1.6 supports it) to "goenv.sh" (in preparation for doing the work to actually enable it at some point)
---
 debian/helpers/goenv.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/helpers/goenv.sh b/debian/helpers/goenv.sh
index 4722d1c..28146ff 100755
--- a/debian/helpers/goenv.sh
+++ b/debian/helpers/goenv.sh
@@ -14,6 +14,7 @@ __goarch__deb_arch_cpu() {
 		amd64|arm|arm64|ppc64) echo "$1" ;;
 		i386) echo 386 ;;
 		ppc64el) echo ppc64le ;;
+		mips64el) echo mips64le ;;
 		*) echo >&2 "error: unrecongized DEB_*_ARCH_CPU: $1"; exit 1 ;;
 	esac
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-golang/golang.git



More information about the pkg-golang-commits mailing list