1 # This file is generated from configure.in by Autoconf. DO NOT EDIT!
4 echo "$as_me:$LINENO: checking for assembler line separator" >&5
5 echo $ECHO_N "checking for assembler line separator... $ECHO_C" >&6
6 if test "${libc_cv_asm_line_sep+set}" = set; then
7 echo $ECHO_N "(cached) $ECHO_C" >&6
12 if { ac_try='${CC-cc} -c $ASFLAGS conftest.s 1>&5'
13 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17 (exit $ac_status); }; }; then
18 libc_cv_asm_line_sep='!'
20 if test -z "$enable_hacker_mode"; then
21 echo "*** You need a newer assembler to compile glibc"
25 libc_cv_asm_line_sep=';'
29 echo "$as_me:$LINENO: result: $libc_cv_asm_line_sep" >&5
30 echo "${ECHO_T}$libc_cv_asm_line_sep" >&6
31 cat >>confdefs.h <<_ACEOF
32 #define ASM_LINE_SEP $libc_cv_asm_line_sep