Deleted Added
sdiff udiff text old ( 146906 ) new ( 161660 )
full compact
1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.59.
4#
5# Copyright (C) 2003 Free Software Foundation, Inc.
6# This configure script is free software; the Free Software Foundation
7# gives unlimited permission to copy, distribute and modify it.
8## --------------------- ##

--- 11077 unchanged lines hidden (view full) ---

11086echo "${ECHO_T}$gcc_cv_as_alpha_explicit_relocs" >&6
11087if test $gcc_cv_as_alpha_explicit_relocs = yes; then
11088
11089cat >>confdefs.h <<\_ACEOF
11090#define HAVE_AS_EXPLICIT_RELOCS 1
11091_ACEOF
11092
11093fi
11094 ;;
11095
11096 cris-*-*)
11097 echo "$as_me:$LINENO: checking assembler for -no-mul-bug-abort option" >&5
11098echo $ECHO_N "checking assembler for -no-mul-bug-abort option... $ECHO_C" >&6
11099if test "${gcc_cv_as_cris_no_mul_bug+set}" = set; then
11100 echo $ECHO_N "(cached) $ECHO_C" >&6
11101else

--- 2758 unchanged lines hidden ---