On Wed, Nov 11, 2015 at 3:48 AM, Rainer Orth <r...@cebitec.uni-bielefeld.de> wrote: > Ian Lance Taylor <i...@golang.org> writes: > >> On Sun, Nov 8, 2015 at 9:21 AM, Rainer Orth <r...@cebitec.uni-bielefeld.de> >> wrote: >>> >>> There were two remaining problems: >>> >>> * Before Solaris 12, sendfile only lives in libsendfile. This lead to >>> link failures in gotools. >>> >>> * Solaris 12 introduced a couple more types that use _in6_addr_t, which >>> are filtered out by mksysinfo.sh, leading to compilation failues. >>> >>> The following patch addresses both issues. Solaris 10 and 11 bootstraps >>> have completed, a Solaris 12 bootstrap is still running make check. >> >> Thanks. Committed to mainline. > > Great, thanks. The mkssysinfo.sh part is also necessary on the gcc-5 > branch. Tested on i386-pc-solaris2.12 and sparc-sun-solaris2.12, ok to > install?
Sure, go ahead. Ian