diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-08-25 20:31:24 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-08-25 20:31:24 +0000 |
commit | 050838a4919a2dfb6da0124eacdfad0a22259251 (patch) | |
tree | c435c608bf0d21d25c322f3d1b5e88627fba219c /configure.in | |
parent | 01c771d0ac8ff3588eefd9745e9450962a1bcdd6 (diff) | |
download | glibc-050838a4919a2dfb6da0124eacdfad0a22259251.tar.gz glibc-050838a4919a2dfb6da0124eacdfad0a22259251.tar.xz glibc-050838a4919a2dfb6da0124eacdfad0a22259251.zip |
Update.
* configure.in (libc_cv_asm_global_directive): Indent .text in test code so that the lame HPUX compiler recognizes it. * sysdeps/hppa/bits/endian.h: New file. * sysdeps/unix/sysv/hpux/bits/errno.h: New file. * sysdeps/unix/sysv/hpux/bits/setjmp.h: New file. * sysdeps/unix/sysv/hpux/bits/stat.h: New file. * sysdeps/unix/sysv/hpux/bits/types.h: New file.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index c8b4b6a7a2..d79d38789b 100644 --- a/configure.in +++ b/configure.in @@ -660,7 +660,7 @@ AC_CACHE_CHECK(for assembler global-symbol directive, libc_cv_asm_global_directive=UNKNOWN for ac_globl in .globl .global .EXPORT; do cat > conftest.s <<EOF -.text + .text ${ac_globl} foo foo: EOF |