diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2019-05-13 20:26:24 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2019-05-13 20:26:24 +0000 |
commit | 93ee143d1888051fbf3156212accc154af3a667b (patch) | |
tree | cfe431691d948b2710293d70df70e1b6822b80eb /libgo/configure.ac | |
parent | bceb07e3584c9d8ea3e5760636ae24ff7f8606ff (diff) | |
download | gcc-93ee143d1888051fbf3156212accc154af3a667b.tar.gz |
libgo: drop Solaris 10 support
Based on patch by Rainer Orth.
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/176938
From-SVN: r271135
Diffstat (limited to 'libgo/configure.ac')
-rw-r--r-- | libgo/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/configure.ac b/libgo/configure.ac index 03c07fe8838..c47253b28f3 100644 --- a/libgo/configure.ac +++ b/libgo/configure.ac @@ -397,7 +397,7 @@ case "$target" in # msghdr in <sys/socket.h>. OSCFLAGS="$OSCFLAGS -D_XOPEN_SOURCE=500" ;; - *-*-solaris2.1[[01]]) + *-*-solaris2.*) # Solaris 10+ needs this so struct msghdr gets the msg_control # etc. fields in <sys/socket.h> (_XPG4_2). _XOPEN_SOURCE=600 as # above doesn't work with C99. |