(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
[glibc.git] / sysdeps / hppa / configure
blob07bde0e0eeadd21925a90e1d09a2825eb622f6b1
1 # This file is generated from configure.in by Autoconf.  DO NOT EDIT!
3 hppa*linux*)
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
8 else
9   cat > conftest.s <<EOF
10 nop ; is_old_puffin
11 EOF
12 if { ac_try='${CC-cc} -c $ASFLAGS conftest.s 1>&5'
13   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14   (eval $ac_try) 2>&5
15   ac_status=$?
16   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17   (exit $ac_status); }; }; then
18   libc_cv_asm_line_sep='!'
19 else
20   if test -z "$enable_hacker_mode"; then
21     echo "*** You need a newer assembler to compile glibc"
22     rm -f conftest*
23     exit 1
24   fi
25   libc_cv_asm_line_sep=';'
27 rm -f conftest*
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
33 _ACEOF