comparison gcc/configure @ 36:855418dad1a3

gcc-4.4-20091020
author e075725
date Tue, 22 Dec 2009 21:19:31 +0900
parents a06113de4d67
children 27e6f95b2c21 77e2b8dfacca
comparison
equal deleted inserted replaced
19:58ad6c70ea60 36:855418dad1a3
21674 echo "${ECHO_T}$gcc_cv_as_cfi_personality_directive" >&6 21674 echo "${ECHO_T}$gcc_cv_as_cfi_personality_directive" >&6
21675 21675
21676 21676
21677 cat >>confdefs.h <<_ACEOF 21677 cat >>confdefs.h <<_ACEOF
21678 #define HAVE_GAS_CFI_PERSONALITY_DIRECTIVE `if test $gcc_cv_as_cfi_personality_directive = yes; 21678 #define HAVE_GAS_CFI_PERSONALITY_DIRECTIVE `if test $gcc_cv_as_cfi_personality_directive = yes;
21679 then echo 1; else echo 0; fi`
21680 _ACEOF
21681
21682
21683 echo "$as_me:$LINENO: checking assembler for cfi sections directive" >&5
21684 echo $ECHO_N "checking assembler for cfi sections directive... $ECHO_C" >&6
21685 if test "${gcc_cv_as_cfi_sections_directive+set}" = set; then
21686 echo $ECHO_N "(cached) $ECHO_C" >&6
21687 else
21688 gcc_cv_as_cfi_sections_directive=no
21689 if test x$gcc_cv_as != x; then
21690 echo ' .text
21691 .cfi_sections .debug_frame, .eh_frame
21692 .cfi_startproc
21693 .cfi_endproc' > conftest.s
21694 if { ac_try='$gcc_cv_as -o conftest.o conftest.s >&5'
21695 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21696 (eval $ac_try) 2>&5
21697 ac_status=$?
21698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21699 (exit $ac_status); }; }
21700 then
21701 gcc_cv_as_cfi_sections_directive=yes
21702 else
21703 echo "configure: failed program was" >&5
21704 cat conftest.s >&5
21705 fi
21706 rm -f conftest.o conftest.s
21707 fi
21708 fi
21709 echo "$as_me:$LINENO: result: $gcc_cv_as_cfi_sections_directive" >&5
21710 echo "${ECHO_T}$gcc_cv_as_cfi_sections_directive" >&6
21711
21712
21713 cat >>confdefs.h <<_ACEOF
21714 #define HAVE_GAS_CFI_SECTIONS_DIRECTIVE `if test $gcc_cv_as_cfi_sections_directive = yes;
21679 then echo 1; else echo 0; fi` 21715 then echo 1; else echo 0; fi`
21680 _ACEOF 21716 _ACEOF
21681 21717
21682 21718
21683 # GAS versions up to and including 2.11.0 may mis-optimize 21719 # GAS versions up to and including 2.11.0 may mis-optimize