math: update loongarch64 ulps
[glibc.git] / sysdeps / arm / preconfigure
blob8f7b0953889d3fbd37fcc8fb5b4c2885c3fc3b9d
1 # This file is generated from configure.ac by Autoconf.  DO NOT EDIT!
2  # Local preconfigure fragment for sysdeps/arm
4 case "$machine" in
5 arm*)
6   # If the compiler enables unwind tables by default, this causes
7   # problems with undefined symbols in -nostdlib link tests.  To
8   # avoid this, add -fno-unwind-tables here and remove it in
9   # sysdeps/arm/configure.ac after those tests have been run.
10   if test "${CFLAGS+set}" != "set"; then
11     CFLAGS="-g -O2"
12   fi
13   CFLAGS="$CFLAGS -fno-unwind-tables"
15   base_machine=arm
16   # Lets ask the compiler which ARM family we've got
17   # Unfortunately it doesn't define any flags for implementations
18   # that you might pass to -mcpu or -mtune
19   # Note if you add patterns here you must ensure that
20   # an appropriate directory exists in sysdeps/arm
21   archcppflag=`$CC $CFLAGS $CPPFLAGS -E -dM -xc /dev/null |
22     sed -n 's/^#define \(__ARM_ARCH_[0-9].*__\) .*$/\1/p'`
24   case "x$archcppflag" in
25   x__ARM_ARCH_[89]*__)
26     machine=armv7
27     { printf "%s\n" "$as_me:${as_lineno-$LINENO}: Found compiler is configured for something newer than v7 - using v7" >&5
28 printf "%s\n" "$as_me: Found compiler is configured for something newer than v7 - using v7" >&6;}
29     ;;
31   x__ARM_ARCH_7A__)
32     machine=armv7
33     { printf "%s\n" "$as_me:${as_lineno-$LINENO}: Found compiler is configured for $machine" >&5
34 printf "%s\n" "$as_me: Found compiler is configured for $machine" >&6;}
35     ;;
37   x__ARM_ARCH_6T2__)
38     machine=armv6t2
39     { printf "%s\n" "$as_me:${as_lineno-$LINENO}: Found compiler is configured for $machine" >&5
40 printf "%s\n" "$as_me: Found compiler is configured for $machine" >&6;}
41     ;;
42   x__ARM_ARCH_6*__)
43     machine=armv6
44     { printf "%s\n" "$as_me:${as_lineno-$LINENO}: Found compiler is configured for $machine" >&5
45 printf "%s\n" "$as_me: Found compiler is configured for $machine" >&6;}
46     ;;
47   *)
48     machine=arm
49     { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: arm/preconfigure: Did not find ARM architecture type; using default" >&5
50 printf "%s\n" "$as_me: WARNING: arm/preconfigure: Did not find ARM architecture type; using default" >&2;}
51     ;;
52   esac
56 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for egrep -e" >&5
57 printf %s "checking for egrep -e... " >&6; }
58 if test ${ac_cv_path_EGREP_TRADITIONAL+y}
59 then :
60   printf %s "(cached) " >&6
61 else case e in #(
62   e) if test -z "$EGREP_TRADITIONAL"; then
63   ac_path_EGREP_TRADITIONAL_found=false
64   # Loop through the user's path and test for each of PROGNAME-LIST
65   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
66 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
68   IFS=$as_save_IFS
69   case $as_dir in #(((
70     '') as_dir=./ ;;
71     */) ;;
72     *) as_dir=$as_dir/ ;;
73   esac
74     for ac_prog in grep ggrep
75    do
76     for ac_exec_ext in '' $ac_executable_extensions; do
77       ac_path_EGREP_TRADITIONAL="$as_dir$ac_prog$ac_exec_ext"
78       as_fn_executable_p "$ac_path_EGREP_TRADITIONAL" || continue
79 # Check for GNU ac_path_EGREP_TRADITIONAL and select it if it is found.
80   # Check for GNU $ac_path_EGREP_TRADITIONAL
81 case `"$ac_path_EGREP_TRADITIONAL" --version 2>&1` in #(
82 *GNU*)
83   ac_cv_path_EGREP_TRADITIONAL="$ac_path_EGREP_TRADITIONAL" ac_path_EGREP_TRADITIONAL_found=:;;
86   ac_count=0
87   printf %s 0123456789 >"conftest.in"
88   while :
89   do
90     cat "conftest.in" "conftest.in" >"conftest.tmp"
91     mv "conftest.tmp" "conftest.in"
92     cp "conftest.in" "conftest.nl"
93     printf "%s\n" 'EGREP_TRADITIONAL' >> "conftest.nl"
94     "$ac_path_EGREP_TRADITIONAL" -E 'EGR(EP|AC)_TRADITIONAL$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
95     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
96     as_fn_arith $ac_count + 1 && ac_count=$as_val
97     if test $ac_count -gt ${ac_path_EGREP_TRADITIONAL_max-0}; then
98       # Best one so far, save it but keep looking for a better one
99       ac_cv_path_EGREP_TRADITIONAL="$ac_path_EGREP_TRADITIONAL"
100       ac_path_EGREP_TRADITIONAL_max=$ac_count
101     fi
102     # 10*(2^10) chars as input seems more than enough
103     test $ac_count -gt 10 && break
104   done
105   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
106 esac
108       $ac_path_EGREP_TRADITIONAL_found && break 3
109     done
110   done
111   done
112 IFS=$as_save_IFS
113   if test -z "$ac_cv_path_EGREP_TRADITIONAL"; then
114     :
115   fi
116 else
117   ac_cv_path_EGREP_TRADITIONAL=$EGREP_TRADITIONAL
120     if test "$ac_cv_path_EGREP_TRADITIONAL"
121 then :
122   ac_cv_path_EGREP_TRADITIONAL="$ac_cv_path_EGREP_TRADITIONAL -E"
123 else case e in #(
124   e) if test -z "$EGREP_TRADITIONAL"; then
125   ac_path_EGREP_TRADITIONAL_found=false
126   # Loop through the user's path and test for each of PROGNAME-LIST
127   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
128 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
130   IFS=$as_save_IFS
131   case $as_dir in #(((
132     '') as_dir=./ ;;
133     */) ;;
134     *) as_dir=$as_dir/ ;;
135   esac
136     for ac_prog in egrep
137    do
138     for ac_exec_ext in '' $ac_executable_extensions; do
139       ac_path_EGREP_TRADITIONAL="$as_dir$ac_prog$ac_exec_ext"
140       as_fn_executable_p "$ac_path_EGREP_TRADITIONAL" || continue
141 # Check for GNU ac_path_EGREP_TRADITIONAL and select it if it is found.
142   # Check for GNU $ac_path_EGREP_TRADITIONAL
143 case `"$ac_path_EGREP_TRADITIONAL" --version 2>&1` in #(
144 *GNU*)
145   ac_cv_path_EGREP_TRADITIONAL="$ac_path_EGREP_TRADITIONAL" ac_path_EGREP_TRADITIONAL_found=:;;
148   ac_count=0
149   printf %s 0123456789 >"conftest.in"
150   while :
151   do
152     cat "conftest.in" "conftest.in" >"conftest.tmp"
153     mv "conftest.tmp" "conftest.in"
154     cp "conftest.in" "conftest.nl"
155     printf "%s\n" 'EGREP_TRADITIONAL' >> "conftest.nl"
156     "$ac_path_EGREP_TRADITIONAL" 'EGR(EP|AC)_TRADITIONAL$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
157     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
158     as_fn_arith $ac_count + 1 && ac_count=$as_val
159     if test $ac_count -gt ${ac_path_EGREP_TRADITIONAL_max-0}; then
160       # Best one so far, save it but keep looking for a better one
161       ac_cv_path_EGREP_TRADITIONAL="$ac_path_EGREP_TRADITIONAL"
162       ac_path_EGREP_TRADITIONAL_max=$ac_count
163     fi
164     # 10*(2^10) chars as input seems more than enough
165     test $ac_count -gt 10 && break
166   done
167   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
168 esac
170       $ac_path_EGREP_TRADITIONAL_found && break 3
171     done
172   done
173   done
174 IFS=$as_save_IFS
175   if test -z "$ac_cv_path_EGREP_TRADITIONAL"; then
176     as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
177   fi
178 else
179   ac_cv_path_EGREP_TRADITIONAL=$EGREP_TRADITIONAL
181  ;;
182 esac
183 fi ;;
184 esac
186 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP_TRADITIONAL" >&5
187 printf "%s\n" "$ac_cv_path_EGREP_TRADITIONAL" >&6; }
188  EGREP_TRADITIONAL=$ac_cv_path_EGREP_TRADITIONAL
190 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
191 /* end confdefs.h.  */
192 #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
193                      yes
194                     #endif
196 _ACEOF
197 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
198   $EGREP_TRADITIONAL "yes" >/dev/null 2>&1
199 then :
200   endianness=le
201 else case e in #(
202   e) endianness=be ;;
203 esac
205 rm -rf conftest*
208   machine=arm/$endianness/$machine
209   with_fp_cond="!defined __SOFTFP__"
210 esac