summaryrefslogtreecommitdiff
path: root/libgo/configure
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2019-05-13 20:26:24 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2019-05-13 20:26:24 +0000
commit93ee143d1888051fbf3156212accc154af3a667b (patch)
treecfe431691d948b2710293d70df70e1b6822b80eb /libgo/configure
parentbceb07e3584c9d8ea3e5760636ae24ff7f8606ff (diff)
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')
-rwxr-xr-xlibgo/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/configure b/libgo/configure
index 06b68b0f416..888b6d96bc2 100755
--- a/libgo/configure
+++ b/libgo/configure
@@ -14138,7 +14138,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.