as well unless the user explicitly requested it.
* configure: Regenerate.
+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
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
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