Adding ppc64le build tag to compile on IBM Power

Signed-off-by: Srini Brahmaroutu <srbrahma@us.ibm.com>
This commit is contained in:
Srini Brahmaroutu 2015-08-27 04:18:11 +00:00
parent 6b9d51cbe0
commit 27e0db309f
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// +build arm ppc64
// +build arm ppc64 ppc64le
package bridge

View File

@ -1,4 +1,4 @@
// +build !arm,!ppc64
// +build !arm,!ppc64,!ppc64le
package bridge