summaryrefslogtreecommitdiff
path: root/ports/sysdeps/arm/configure
blob: 066a8b69c5866101bdb698fe4b0d0463182dba72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# This file is generated from configure.in by Autoconf.  DO NOT EDIT!
 # Local configure fragment for sysdeps/arm.

{ $as_echo "$as_me:$LINENO: checking whether the CFI directive .cfi_sections is supported" >&5
$as_echo_n "checking whether the CFI directive .cfi_sections is supported... " >&6; }
if test "${libc_cv_asm_cfi_directive_sections+set}" = set; then
  $as_echo_n "(cached) " >&6
else
  cat > conftest.s <<EOF
	.text
	.cfi_sections .debug_frame, .eh_frame
	.cfi_startproc
	.cfi_endproc
EOF
  if { ac_try='${CC-cc} $ASFLAGS -c conftest.s 1>&5'
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  (eval $ac_try) 2>&5
  ac_status=$?
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  (exit $ac_status); }; }; then
    libc_cv_asm_cfi_directive_sections=yes
  else
    libc_cv_asm_cfi_directive_sections=no
  fi
  rm -f conftest*
fi
{ $as_echo "$as_me:$LINENO: result: $libc_cv_asm_cfi_directive_sections" >&5
$as_echo "$libc_cv_asm_cfi_directive_sections" >&6; }
if test $libc_cv_asm_cfi_directive_sections != yes; then
  { { $as_echo "$as_me:$LINENO: error: need .cfi_sections in this configuration" >&5
$as_echo "$as_me: error: need .cfi_sections in this configuration" >&2;}
   { (exit 1); exit 1; }; }
fi