gcc/libgo/go/os
Ian Lance Taylor 3d0fa95d5c os: fix build tags for dir_regfile.go
We want to build dir_regfile.go if not GNU/linux, and not solaris/386,
    and not solaris/sparc.  The latter two conditions were incorrect.  To
    write ! solaris/386 we have to write !solaris !386.  I forgot De
    Morgan's Law.
    
    Reviewed-on: https://go-review.googlesource.com/26870

From-SVN: r239393
2016-08-11 21:36:13 +00:00
..
exec
signal
user os/user: fix Solaris declaration. 2016-07-26 01:38:33 +00:00
dir_largefile.go libgo: change build procedure to use build tags 2016-08-06 00:36:33 +00:00
dir_plan9.go
dir_regfile.go os: fix build tags for dir_regfile.go 2016-08-11 21:36:13 +00:00
dir.go
doc.go
env_test.go
env_unix_test.go
env.go
error_plan9.go
error_test.go
error_unix_test.go
error_unix.go
error_windows_test.go
error_windows.go
error.go
exec_plan9.go
exec_posix.go
exec_unix.go
exec_windows.go
exec.go
export_test.go
file_plan9.go
file_posix.go
file_unix.go
file.go
getwd_darwin.go
getwd.go
os_test.go libgo: change build procedure to use build tags 2016-08-06 00:36:33 +00:00
os_unix_test.go
path_plan9.go
path_test.go
path_unix.go
path_windows.go
path.go
pipe_bsd.go
pipe_linux.go
pipe_test.go
proc.go
stat_atim.go libgo: change build procedure to use build tags 2016-08-06 00:36:33 +00:00
stat_atimespec.go libgo: change build procedure to use build tags 2016-08-06 00:36:33 +00:00
stat_dragonfly.go
stat_nacl.go
stat_plan9.go
stat_solaris.go libgo: change build procedure to use build tags 2016-08-06 00:36:33 +00:00
stat.go libgo: change build procedure to use build tags 2016-08-06 00:36:33 +00:00
sticky_bsd.go
sticky_notbsd.go
str.go
sys_bsd.go
sys_darwin.go
sys_freebsd.go
sys_linux.go
sys_nacl.go
sys_plan9.go
sys_uname.go libgo: change build procedure to use build tags 2016-08-06 00:36:33 +00:00
sys_unix.go
types_plan9.go
types_unix.go
types_windows.go
types.go
wait_unimp.go
wait_wait6.go
wait_waitid.go