]> git.ipfire.org Git - thirdparty/gcc.git/commit
libgo: Use stat_atim.go on Solaris 12+
authorIan Lance Taylor <ian@gcc.gnu.org>
Thu, 10 Sep 2015 21:17:00 +0000 (21:17 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Thu, 10 Sep 2015 21:17:00 +0000 (21:17 +0000)
commit476013d60bccdca296731062ca8deced5c9c3e3a
tree0c52b22a5b1c8f42de2137e6e300136297897d88
parent9a21c05d8d2a58a23782dbcedb4aa6df62282aa0
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

From-SVN: r227665
gcc/go/gofrontend/MERGE
libgo/Makefile.am
libgo/Makefile.in
libgo/configure
libgo/configure.ac