* configure.in: Deactivate large-file support on native x86-solaris
authorJoel Brobecker <brobecker@gnat.com>
Tue, 25 Nov 2008 19:07:10 +0000 (19:07 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Tue, 25 Nov 2008 19:07:10 +0000 (19:07 +0000)
        as well unless the user explicitly requested it.
        * configure: Regenerate.

bfd/ChangeLog
bfd/configure
bfd/configure.in

index ea1742338c070c3c16cbdfb7db76006913faecd0..9d4a323dd7f79182892daee19abbb8661a3b35cd 100644 (file)
@@ -1,3 +1,9 @@
+2008-11-25  Joel Brobecker  <brobecker@adacore.com>
+
+       * 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  <joseph@codesourcery.com>
 
        * elf32-arm.c (elf32_arm_final_link_relocate): Do not turn
index 9827e6c1c745c714b545bd0d154be0eecddcff35..042f5d1f74c7e478fa38fef52ac2db83c48807f6 100755 (executable)
@@ -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
index 22ceb61a8fe7276dcd6ca9d53d22553c12c031a7..7297ee0e7094c2a390c1735c7a152273063d714b 100644 (file)
@@ -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