From: Perl 5 Porters Date: Mon, 24 Jun 1996 03:07:54 +0000 (+0000) Subject: perl 5.003: hints/solaris_2.sh X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cee5ebb5fd9b3bed7994e2b13a764cb9ab6f0c10;p=p5sagit%2Fp5-mst-13.2.git perl 5.003: hints/solaris_2.sh Remove outdated fixincludes test Update message about workarounds for GNU as/ld --- diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh index ce7ff6e..6ce4666 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 <