Merge pull request #473 from brahmaroutu/fix_ibm_power

Adding ppc64le build tag to compile on IBM Power
This commit is contained in:
Madhu Venugopal
2015-08-30 12:43:06 -07:00
2 changed files with 2 additions and 2 deletions
@@ -1,4 +1,4 @@
// +build arm ppc64
// +build arm ppc64 ppc64le
package bridge
@@ -1,4 +1,4 @@
// +build !arm,!ppc64
// +build !arm,!ppc64,!ppc64le
package bridge