Remove STT_IFUNC support.
[deliverable/binutils-gdb.git] / bfd / configure.in
index 22ceb61a8fe7276dcd6ca9d53d22553c12c031a7..47ef10ccdfa65193c7c7fd57bac2ebb99f82bde9 100644 (file)
@@ -8,7 +8,7 @@ AC_CONFIG_SRCDIR([libbfd.c])
 AC_CANONICAL_TARGET
 AC_ISC_POSIX
 
-AM_INIT_AUTOMAKE(bfd, 2.19.50)
+AM_INIT_AUTOMAKE(bfd, 2.19.51)
 
 dnl These must be called before LT_INIT, because it may want
 dnl to call AC_CHECK_PROG.
@@ -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
This page took 0.023485 seconds and 4 git commands to generate.