1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #7389 from tianon/replace-amd64-build-tags-with-cgo-as-appropriate

Replace amd64 build tags with cgo as appropriate
This commit is contained in:
Tibor Vass 2014-08-07 16:24:19 -04:00
commit ab3e34e187
21 changed files with 16 additions and 26 deletions

View file

@ -1,5 +1,3 @@
// +build amd64
package lxc
import (

View file

@ -1,4 +1,4 @@
// +build !linux !amd64
// +build !linux
package lxc

View file

@ -1,5 +1,3 @@
// +build amd64
package aufs
import "syscall"

View file

@ -1,4 +1,4 @@
// +build !linux !amd64
// +build !linux
package aufs

View file

@ -1,4 +1,4 @@
// +build linux,amd64
// +build linux
package btrfs

View file

@ -1,3 +1,3 @@
// +build !linux !amd64
// +build !linux !cgo
package btrfs

View file

@ -1,4 +1,4 @@
// +build linux,amd64
// +build linux
package devmapper

View file

@ -1,4 +1,4 @@
// +build linux,amd64
// +build linux
package devmapper

View file

@ -1,4 +1,4 @@
// +build linux,amd64
// +build linux
package devmapper

View file

@ -1,4 +1,4 @@
// +build linux,amd64
// +build linux
package devmapper

View file

@ -1,4 +1,4 @@
// +build linux,amd64
// +build linux
package devmapper

View file

@ -1,4 +1,4 @@
// +build linux,amd64
// +build linux
package devmapper

View file

@ -1,4 +1,4 @@
// +build linux,amd64
// +build linux
package devmapper

View file

@ -1,4 +1,4 @@
// +build linux,amd64
// +build linux
package devmapper

View file

@ -1,4 +1,4 @@
// +build linux,amd64
// +build linux
package devmapper

View file

@ -1,5 +1,3 @@
// +build amd64
package mount
import (

View file

@ -1,4 +1,4 @@
// +build !linux,!freebsd linux,!amd64 freebsd,!cgo
// +build !linux,!freebsd freebsd,!cgo
package mount

View file

@ -1,5 +1,3 @@
// +build amd64
package mount
import (

View file

@ -1,4 +1,4 @@
// +build !linux,!freebsd linux,!amd64 freebsd,!cgo
// +build !linux,!freebsd freebsd,!cgo
package mount

View file

@ -1,5 +1,3 @@
// +build amd64
package kernel
import (

View file

@ -1,4 +1,4 @@
// +build !linux !amd64
// +build !linux
package kernel