summaryrefslogtreecommitdiffstats
path: root/libgo/Makefile.in
diff options
context:
space:
mode:
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2011-12-16 14:45:49 +0000
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2011-12-16 14:45:49 +0000
commit5fb00ad86de49d3b38e8aa72b83edb0f18e1f91e (patch)
treeeb29d49c8104e9ecb5c03b9c06bb1ebb12709b1f /libgo/Makefile.in
parent909d92883f3526ac0b87cc3b0904285ff997e21c (diff)
downloadppe42-gcc-5fb00ad86de49d3b38e8aa72b83edb0f18e1f91e.tar.gz
ppe42-gcc-5fb00ad86de49d3b38e8aa72b83edb0f18e1f91e.zip
os: Fix fileInfoFromStat for Solaris.
From Rainer Orth. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182402 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgo/Makefile.in')
-rw-r--r--libgo/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/libgo/Makefile.in b/libgo/Makefile.in
index 244cda86da3..70f3aca9ed8 100644
--- a/libgo/Makefile.in
+++ b/libgo/Makefile.in
@@ -1096,6 +1096,8 @@ go_net_files = \
@LIBGO_IS_IRIX_TRUE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_FALSE@go_os_sys_file = go/os/sys_uname.go
@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_TRUE@go_os_sys_file = go/os/sys_uname.go
@LIBGO_IS_LINUX_TRUE@go_os_sys_file = go/os/sys_linux.go
+@LIBGO_IS_SOLARIS_FALSE@go_os_stat_file = go/os/stat.go
+@LIBGO_IS_SOLARIS_TRUE@go_os_stat_file = go/os/stat_solaris.go
go_os_files = \
$(go_os_dir_file) \
go/os/dir.go \
@@ -1112,7 +1114,7 @@ go_os_files = \
go/os/path.go \
go/os/path_unix.go \
go/os/proc.go \
- go/os/stat.go \
+ $(go_os_stat_file) \
go/os/str.go \
$(go_os_sys_file) \
go/os/time.go \
OpenPOWER on IntegriCloud