summaryrefslogtreecommitdiff
path: root/bfd/configure.in
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2008-11-25 19:07:10 +0000
committerJoel Brobecker <brobecker@gnat.com>2008-11-25 19:07:10 +0000
commit1562a4623a01a1bfa7b5922f2bdb382bc535bd68 (patch)
tree141cd3beab7f216b96a4e1a392e8ea03ab748374 /bfd/configure.in
parent20b99fad2a2bcb2e5d3354d07e4e623981c46cca (diff)
downloadbinutils-redhat-1562a4623a01a1bfa7b5922f2bdb382bc535bd68.tar.gz
* 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.in')
-rw-r--r--bfd/configure.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/bfd/configure.in b/bfd/configure.in
index 22ceb61a8f..7297ee0e70 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