libgo: Use stat_atim.go on Solaris 12+
commit8dcdfb3892ca09812246fea50ae56c2be2fbc154
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 10 Sep 2015 21:17:00 +0000 (10 21:17 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 10 Sep 2015 21:17:00 +0000 (10 21:17 +0000)
tree0c52b22a5b1c8f42de2137e6e300136297897d88
parent053d0b42d353d5159a6ec8124dfb8856723e1e6d
libgo: Use stat_atim.go on Solaris 12+

    From Rainer Orth.

    Solaris 12 changes the stat_[amc]tim members of struct stat from
    timestruc_t to timespec_t for XPG7 compatiblity, thus breaking the libgo
    build.  The following patch checks for this change and uses the common
    stat_atim.go if appropriate.

    Reviewed-on: https://go-review.googlesource.com/14495

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@227665 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/go/gofrontend/MERGE
libgo/Makefile.am
libgo/Makefile.in
libgo/configure
libgo/configure.ac