From: Joel Brobecker Date: Tue, 25 Nov 2008 19:07:10 +0000 (+0000) Subject: * configure.in: Deactivate large-file support on native x86-solaris X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=85f77068e7a88f1a1026d524d4e56dadd44bd802;p=binutils-gdb.git * configure.in: Deactivate large-file support on native x86-solaris as well unless the user explicitly requested it. * configure: Regenerate. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index ea1742338c0..9d4a323dd7f 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2008-11-25 Joel Brobecker + + * configure.in: Deactivate large-file support on native x86-solaris + as well unless the user explicitly requested it. + * configure: Regenerate. + 2008-11-25 Joseph Myers * elf32-arm.c (elf32_arm_final_link_relocate): Do not turn diff --git a/bfd/configure b/bfd/configure index 9827e6c1c74..042f5d1f74c 100755 --- a/bfd/configure +++ b/bfd/configure @@ -4936,9 +4936,9 @@ _ACEOF case "${target}" in - sparc-*-solaris*) - # On native 32bit sparc-solaris, large-file and procfs support are - # mutually exclusive; and without procfs support, the elf module + sparc-*-solaris*|i[3-7]86-*-solaris*) + # On native 32bit sparc and ia32 solaris, large-file and procfs support + # are mutually exclusive; and without procfs support, the elf module # cannot provide certain routines such as elfcore_write_prpsinfo # or elfcore_write_prstatus. So unless the user explicitly requested # large-file support through the --enable-largefile switch, disable diff --git a/bfd/configure.in b/bfd/configure.in index 22ceb61a8fe..7297ee0e709 100644 --- a/bfd/configure.in +++ b/bfd/configure.in @@ -24,9 +24,11 @@ AC_GNU_SOURCE AC_USE_SYSTEM_EXTENSIONS case "${target}" in - sparc-*-solaris*) - # On native 32bit sparc-solaris, large-file and procfs support are - # mutually exclusive; and without procfs support, the elf module +changequote(,)dnl + sparc-*-solaris*|i[3-7]86-*-solaris*) +changequote([,])dnl + # On native 32bit sparc and ia32 solaris, large-file and procfs support + # are mutually exclusive; and without procfs support, the elf module # cannot provide certain routines such as elfcore_write_prpsinfo # or elfcore_write_prstatus. So unless the user explicitly requested # large-file support through the --enable-largefile switch, disable