Upload Tizen:Base source
[external/eglibc.git] / ports / sysdeps / arm / configure
1 # This file is generated from configure.in by Autoconf.  DO NOT EDIT!
2  # Local configure fragment for sysdeps/arm.
3
4 { $as_echo "$as_me:$LINENO: checking whether the CFI directive .cfi_sections is supported" >&5
5 $as_echo_n "checking whether the CFI directive .cfi_sections is supported... " >&6; }
6 if test "${libc_cv_asm_cfi_directive_sections+set}" = set; then
7   $as_echo_n "(cached) " >&6
8 else
9   cat > conftest.s <<EOF
10         .text
11         .cfi_sections .debug_frame, .eh_frame
12         .cfi_startproc
13         .cfi_endproc
14 EOF
15   if { ac_try='${CC-cc} $ASFLAGS -c conftest.s 1>&5'
16   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17   (eval $ac_try) 2>&5
18   ac_status=$?
19   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20   (exit $ac_status); }; }; then
21     libc_cv_asm_cfi_directive_sections=yes
22   else
23     libc_cv_asm_cfi_directive_sections=no
24   fi
25   rm -f conftest*
26 fi
27 { $as_echo "$as_me:$LINENO: result: $libc_cv_asm_cfi_directive_sections" >&5
28 $as_echo "$libc_cv_asm_cfi_directive_sections" >&6; }
29 if test $libc_cv_asm_cfi_directive_sections != yes; then
30   { { $as_echo "$as_me:$LINENO: error: need .cfi_sections in this configuration" >&5
31 $as_echo "$as_me: error: need .cfi_sections in this configuration" >&2;}
32    { (exit 1); exit 1; }; }
33 fi