From cee5ebb5fd9b3bed7994e2b13a764cb9ab6f0c10 Mon Sep 17 00:00:00 2001 From: Perl 5 Porters Date: Mon, 24 Jun 1996 03:07:54 +0000 Subject: [PATCH] perl 5.003: hints/solaris_2.sh Remove outdated fixincludes test Update message about workarounds for GNU as/ld --- hints/solaris_2.sh | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh index ce7ff6eb4a2..6ce4666421e 100644 --- a/hints/solaris_2.sh +++ b/hints/solaris_2.sh @@ -3,7 +3,7 @@ # Andy Dougherty # Based on input from lots of folks, especially # Dean Roehrich - + # See man vfork. usevfork=false @@ -142,19 +142,7 @@ case "`${cc:-cc} -v 2>&1`" in awk '{print $NF}' | sed 's/specs$/include/'` # Determine if the fixed-includes look like they'll work. - sed 1q $tmp/stdarg.h 2>&1 | grep 'stdarg.h for GNU' 2>&1 >/dev/null - case $? in - 0) ;; - *) - cat <