aboutsummaryrefslogtreecommitdiff
path: root/libgo/configure
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2014-04-16 20:33:57 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2014-04-16 20:33:57 +0000
commit73cc28d4e7afd539934e7033d0e6dea6c8265852 (patch)
treee260111252f06f4287732263aeffb954aca02ee2 /libgo/configure
parent1dbdb7561806589afa85316032156d988cb9a060 (diff)
downloadgcc-73cc28d4e7afd539934e7033d0e6dea6c8265852.zip
gcc-73cc28d4e7afd539934e7033d0e6dea6c8265852.tar.gz
gcc-73cc28d4e7afd539934e7033d0e6dea6c8265852.tar.bz2
libgo: Remove Solaris 8 & 9 support.
From Rainer Orth. From-SVN: r209448
Diffstat (limited to 'libgo/configure')
-rwxr-xr-xlibgo/configure19
1 files changed, 0 insertions, 19 deletions
diff --git a/libgo/configure b/libgo/configure
index f4b8c10..81936a8 100755
--- a/libgo/configure
+++ b/libgo/configure
@@ -13889,11 +13889,6 @@ case "$target" in
# msghdr in <sys/socket.h>.
OSCFLAGS="$OSCFLAGS -D_XOPEN_SOURCE=500"
;;
- *-*-solaris2.[89])
- # Solaris 8/9 need this so struct msghdr gets the msg_control
- # etc. fields in <sys/socket.h> (_XPG4_2).
- OSCFLAGS="$OSCFLAGS -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D__EXTENSIONS__"
- ;;
*-*-solaris2.1[01])
# Solaris 10+ needs this so struct msghdr gets the msg_control
# etc. fields in <sys/socket.h> (_XPG4_2). _XOPEN_SOURCE=600 as
@@ -15053,20 +15048,6 @@ $as_echo "#define HAVE_STRUCT_EXCEPTION 1" >>confdefs.h
fi
-case "$target" in
- sparc*-*-solaris2.[89]*)
- libgo_cv_lib_makecontext_stack_top=yes
- ;;
- *)
- libgo_cv_lib_makecontext_stack_top=no
- ;;
-esac
-if test "$libgo_cv_lib_makecontext_stack_top" = "yes"; then
-
-$as_echo "#define MAKECONTEXT_STACK_TOP 1" >>confdefs.h
-
-fi
-
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether setcontext clobbers TLS variables" >&5
$as_echo_n "checking whether setcontext clobbers TLS variables... " >&6; }
if test "${libgo_cv_lib_setcontext_clobbers_tls+set}" = set; then :