diff options
Diffstat (limited to 'boehm-gc/configure')
-rwxr-xr-x | boehm-gc/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/boehm-gc/configure b/boehm-gc/configure index ebf3bdd2f1a..b950a0706c4 100755 --- a/boehm-gc/configure +++ b/boehm-gc/configure @@ -5768,7 +5768,7 @@ cat >>confdefs.h <<\_ACEOF _ACEOF ;; - sparc-sun-solaris2.*) + sparc*-sun-solaris2.*) machdep="sparc_mach_dep.lo" ;; ia64-*-*) @@ -6446,7 +6446,7 @@ fi echo "$as_me:$LINENO: checking whether Solaris gcc optimization fix is necessary" >&5 echo $ECHO_N "checking whether Solaris gcc optimization fix is necessary... $ECHO_C" >&6 case "$host" in - sparc-sun-solaris2*|*aix*) + *aix*) if test "$GCC" = yes; then echo "$as_me:$LINENO: result: yes" >&5 echo "${ECHO_T}yes" >&6 |