Remove support in configure for unsupported architectures
[glibc.git] / sysdeps / ia64 / configure
blob67a4b7e620fd9175e3cb4cb319f233a78c9446bf
1 # This file is generated from configure.in by Autoconf.  DO NOT EDIT!
2  # Local configure fragment for sysdeps/ia64.
4 { $as_echo "$as_me:$LINENO: checking if -g produces usable source locations for assembler-with-cpp" >&5
5 $as_echo_n "checking if -g produces usable source locations for assembler-with-cpp... " >&6; }
6 if test "${libc_cv_cpp_asm_debuginfo+set}" = set; then
7   $as_echo_n "(cached) " >&6
8 else
9   cat > conftest.S <<EOF
10 #include "confdefs.h"
12 /* comment on
13    two lines */
14         ${libc_cv_dot_text}
15         ${libc_cv_asm_global_directive} foo
16 foo:
17         /* Unfortunately this test only works for a real instruction,
18            not for any of the machine-independent pseudo-ops.
19            So we just have to assume everybody has a "nop".  */
20         nop.b   0;;
21         /* comment */
22         nop.b   0;;
23         /* comment */
24         nop.b   0;;
25 EOF
26 if { ac_try='${CC-cc} $CPPFLAGS $ASFLAGS -g -c conftest.S 1>&5'
27   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28   (eval $ac_try) 2>&5
29   ac_status=$?
30   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
31   (exit $ac_status); }; } && {
32    ac_pattern='conftest\.S'
33    { ac_try='readelf --debug-dump=line conftest.o |
34                    grep $ac_pattern 1>&5'
35   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36   (eval $ac_try) 2>&5
37   ac_status=$?
38   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
39   (exit $ac_status); }; }
40   }; then
41   libc_cv_cpp_asm_debuginfo=yes
42 else
43   libc_cv_cpp_asm_debuginfo=no
45 rm -f conftest*
47 { $as_echo "$as_me:$LINENO: result: $libc_cv_cpp_asm_debuginfo" >&5
48 $as_echo "$libc_cv_cpp_asm_debuginfo" >&6; }
49 if test $libc_cv_cpp_asm_debuginfo = yes; then
50   cat >>confdefs.h <<\_ACEOF
51 #define HAVE_CPP_ASM_DEBUGINFO 1
52 _ACEOF