diff options
author | Joel Brobecker <brobecker@gnat.com> | 2008-11-25 19:07:10 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2008-11-25 19:07:10 +0000 |
commit | 85f77068e7a88f1a1026d524d4e56dadd44bd802 (patch) | |
tree | 7b887334c588462698797c1fae1e4957a5802e50 /bfd/configure | |
parent | 1954000798df4fa1571ee51994105b75f31959d1 (diff) | |
download | gdb-85f77068e7a88f1a1026d524d4e56dadd44bd802.zip gdb-85f77068e7a88f1a1026d524d4e56dadd44bd802.tar.gz gdb-85f77068e7a88f1a1026d524d4e56dadd44bd802.tar.bz2 |
* configure.in: Deactivate large-file support on native x86-solaris
as well unless the user explicitly requested it.
* configure: Regenerate.
Diffstat (limited to 'bfd/configure')
-rwxr-xr-x | bfd/configure | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bfd/configure b/bfd/configure index 9827e6c..042f5d1 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 |