Re: [perl #36235] perl + gcc-4.0.0 + solaris + gnu binutils
authorAndy Dougherty <doughera@lafayette.edu>
Tue, 26 Jul 2005 12:03:37 +0000 (08:03 -0400)
committerH.Merijn Brand <h.m.brand@xs4all.nl>
Wed, 10 Aug 2005 20:34:03 +0000 (20:34 +0000)
Message-ID: <Pine.SOC.4.62.0507261131300.8774@maxwell.phys.lafayette.edu>

p4raw-id: //depot/perl@25282

hints/solaris_2.sh

index fd77486..a322ac0 100644 (file)
@@ -211,7 +211,10 @@ echo 'int main() { return 0; }' > try.c
        # Indent to avoid propagation to config.sh
        verbose=`${cc:-cc} -v -o try try.c 2>&1`
 
-if echo "$verbose" | grep '^Reading specs from' >/dev/null 2>&1; then
+# XXX TODO:  'specs' output changed from 'Reading specs from' in gcc-[23] to 'Using
+# built-in specs' in gcc-4.  Perhaps we should just use the same gcc test as
+# in Configure to see if we're using gcc.
+if echo "$verbose" | egrep '(Reading specs from)|(Using built-in specs)' >/dev/null 2>&1; then
        #
        # Using gcc.
        #