build-many-glibcs.py: Add openrisc hard float glibc variant
[glibc.git] / sysdeps / mips / configure
blob1e8c6711e65eb1e719346482bc157d9a86c379f4
1 # This file is generated from configure.ac by Autoconf.  DO NOT EDIT!
2  # Local configure fragment for sysdeps/mips.
4 printf "%s\n" "#define HIDDEN_VAR_NEEDS_DYNAMIC_RELOC 1" >>confdefs.h
9 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
10 printf %s "checking for grep that handles long lines and -e... " >&6; }
11 if test ${ac_cv_path_GREP+y}
12 then :
13   printf %s "(cached) " >&6
14 else $as_nop
15   if test -z "$GREP"; then
16   ac_path_GREP_found=false
17   # Loop through the user's path and test for each of PROGNAME-LIST
18   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
21   IFS=$as_save_IFS
22   case $as_dir in #(((
23     '') as_dir=./ ;;
24     */) ;;
25     *) as_dir=$as_dir/ ;;
26   esac
27     for ac_prog in grep ggrep
28    do
29     for ac_exec_ext in '' $ac_executable_extensions; do
30       ac_path_GREP="$as_dir$ac_prog$ac_exec_ext"
31       as_fn_executable_p "$ac_path_GREP" || continue
32 # Check for GNU ac_path_GREP and select it if it is found.
33   # Check for GNU $ac_path_GREP
34 case `"$ac_path_GREP" --version 2>&1` in
35 *GNU*)
36   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
38   ac_count=0
39   printf %s 0123456789 >"conftest.in"
40   while :
41   do
42     cat "conftest.in" "conftest.in" >"conftest.tmp"
43     mv "conftest.tmp" "conftest.in"
44     cp "conftest.in" "conftest.nl"
45     printf "%s\n" 'GREP' >> "conftest.nl"
46     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
47     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
48     as_fn_arith $ac_count + 1 && ac_count=$as_val
49     if test $ac_count -gt ${ac_path_GREP_max-0}; then
50       # Best one so far, save it but keep looking for a better one
51       ac_cv_path_GREP="$ac_path_GREP"
52       ac_path_GREP_max=$ac_count
53     fi
54     # 10*(2^10) chars as input seems more than enough
55     test $ac_count -gt 10 && break
56   done
57   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
58 esac
60       $ac_path_GREP_found && break 3
61     done
62   done
63   done
64 IFS=$as_save_IFS
65   if test -z "$ac_cv_path_GREP"; then
66     as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
67   fi
68 else
69   ac_cv_path_GREP=$GREP
73 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
74 printf "%s\n" "$ac_cv_path_GREP" >&6; }
75  GREP="$ac_cv_path_GREP"
78 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
79 printf %s "checking for egrep... " >&6; }
80 if test ${ac_cv_path_EGREP+y}
81 then :
82   printf %s "(cached) " >&6
83 else $as_nop
84   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
85    then ac_cv_path_EGREP="$GREP -E"
86    else
87      if test -z "$EGREP"; then
88   ac_path_EGREP_found=false
89   # Loop through the user's path and test for each of PROGNAME-LIST
90   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
91 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
93   IFS=$as_save_IFS
94   case $as_dir in #(((
95     '') as_dir=./ ;;
96     */) ;;
97     *) as_dir=$as_dir/ ;;
98   esac
99     for ac_prog in egrep
100    do
101     for ac_exec_ext in '' $ac_executable_extensions; do
102       ac_path_EGREP="$as_dir$ac_prog$ac_exec_ext"
103       as_fn_executable_p "$ac_path_EGREP" || continue
104 # Check for GNU ac_path_EGREP and select it if it is found.
105   # Check for GNU $ac_path_EGREP
106 case `"$ac_path_EGREP" --version 2>&1` in
107 *GNU*)
108   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
110   ac_count=0
111   printf %s 0123456789 >"conftest.in"
112   while :
113   do
114     cat "conftest.in" "conftest.in" >"conftest.tmp"
115     mv "conftest.tmp" "conftest.in"
116     cp "conftest.in" "conftest.nl"
117     printf "%s\n" 'EGREP' >> "conftest.nl"
118     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
119     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
120     as_fn_arith $ac_count + 1 && ac_count=$as_val
121     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
122       # Best one so far, save it but keep looking for a better one
123       ac_cv_path_EGREP="$ac_path_EGREP"
124       ac_path_EGREP_max=$ac_count
125     fi
126     # 10*(2^10) chars as input seems more than enough
127     test $ac_count -gt 10 && break
128   done
129   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
130 esac
132       $ac_path_EGREP_found && break 3
133     done
134   done
135   done
136 IFS=$as_save_IFS
137   if test -z "$ac_cv_path_EGREP"; then
138     as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
139   fi
140 else
141   ac_cv_path_EGREP=$EGREP
144    fi
146 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
147 printf "%s\n" "$ac_cv_path_EGREP" >&6; }
148  EGREP="$ac_cv_path_EGREP"
151 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler is using the 2008 NaN encoding" >&5
152 printf %s "checking whether the compiler is using the 2008 NaN encoding... " >&6; }
153 if test ${libc_cv_mips_nan2008+y}
154 then :
155   printf %s "(cached) " >&6
156 else $as_nop
157   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
158 /* end confdefs.h.  */
160 #ifdef __mips_nan2008
162 #endif
163 _ACEOF
164 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
165   $EGREP "yes" >/dev/null 2>&1
166 then :
167   libc_cv_mips_nan2008=yes
168 else $as_nop
169   libc_cv_mips_nan2008=no
171 rm -rf conftest*
174 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $libc_cv_mips_nan2008" >&5
175 printf "%s\n" "$libc_cv_mips_nan2008" >&6; }
176 if test x$libc_cv_mips_nan2008 = xyes; then
177   printf "%s\n" "#define HAVE_MIPS_NAN2008 1" >>confdefs.h