From 7b8e0d49cbfd8a911978d4b72f3d97e11a6d34ec Mon Sep 17 00:00:00 2001 From: Marek Polacek Date: Tue, 10 Jul 2012 14:30:24 +0200 Subject: Get rid of ASM_GLOBAL_DIRECTIVE. --- configure.in | 31 +++++-------------------------- 1 file changed, 5 insertions(+), 26 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 5028e6411e..6b6dde5a83 100644 --- a/configure.in +++ b/configure.in @@ -581,34 +581,13 @@ else AC_MSG_RESULT(yes) fi -AC_CACHE_CHECK(for assembler global-symbol directive, - libc_cv_asm_global_directive, [dnl -libc_cv_asm_global_directive=UNKNOWN -for ac_globl in .globl .global .EXPORT; do - cat > conftest.s <&AS_MESSAGE_LOG_FD); then - libc_cv_asm_global_directive=${ac_globl} - fi - rm -f conftest* - test $libc_cv_asm_global_directive != UNKNOWN && break -done]) -if test $libc_cv_asm_global_directive = UNKNOWN; then - AC_MSG_ERROR(cannot determine asm global directive) -else - AC_DEFINE_UNQUOTED(ASM_GLOBAL_DIRECTIVE, ${libc_cv_asm_global_directive}) -fi - AC_CACHE_CHECK(for assembler .type directive prefix, libc_cv_asm_type_prefix, [dnl libc_cv_asm_type_prefix=no for ac_try_prefix in '@' '%' '#'; do cat > conftest.s < conftest.s < conftest.s < conftest.s <&AS_MESSAGE_LOG_FD); then -- cgit v1.2.1