]> git.ipfire.org Git - thirdparty/glibc.git/blob - sysdeps/hppa/configure
po: Update translations
[thirdparty/glibc.git] / sysdeps / hppa / configure
1 # This file is generated from configure.ac by Autoconf. DO NOT EDIT!
2
3 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for assembler line separator" >&5
4 printf %s "checking for assembler line separator... " >&6; }
5 if test ${libc_cv_asm_line_sep+y}
6 then :
7 printf %s "(cached) " >&6
8 else $as_nop
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\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
14 (eval $ac_try) 2>&5
15 ac_status=$?
16 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
17 test $ac_status = 0; }; }; 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=';'
26 fi
27 rm -f conftest*
28 fi
29 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $libc_cv_asm_line_sep" >&5
30 printf "%s\n" "$libc_cv_asm_line_sep" >&6; }
31 printf "%s\n" "#define ASM_LINE_SEP $libc_cv_asm_line_sep" >>confdefs.h
32
33
34 printf "%s\n" "#define HIDDEN_VAR_NEEDS_DYNAMIC_RELOC 1" >>confdefs.h
35
36
37 # PIE builds fail on binutils 2.37 and earlier, see:
38 # https://sourceware.org/bugzilla/show_bug.cgi?id=28672
39 printf "%s\n" "#define PIE_UNSUPPORTED 1" >>confdefs.h
40
41 # work around problem with autoconf and empty lines at the end of files
42