forked from Imagelibrary/binutils-gdb
bfd/
* configure.in: Call ACX_LARGEFILE. Stop calling AC_PLUGINS, AC_SYS_LARGEFILE and checking the Solaris largefile exception. * aclocal.m4: Regenerate. * configure: Regenerate. binutils/ * configure.in: Call ACX_LARGEFILE. Stop calling AC_PLUGINS, AC_SYS_LARGEFILE and checking the Solaris largefile exception. * aclocal.m4: Regenerate. * configure: Regenerate. gas/ * configure.in: Call ACX_LARGEFILE. Stop calling AC_SYS_LARGEFILE. * aclocal.m4: Regenerate. * configure: Regenerate. gdb/ * configure.ac: Call ACX_LARGEFILE. * aclocal.m4: Call m4_include for ../config/largefile.m4 and ../config/plugins.m4. * configure: Regenerate. * config.in: Regenerate. gprof/ * configure.in: Call ACX_LARGEFILE. Stop calling AC_SYS_LARGEFILE. * aclocal.m4: Regenerate. * configure: Regenerate. ld/ * configure.in: Call ACX_LARGEFILE. Stop calling AC_SYS_LARGEFILE. * aclocal.m4: Regenerate. * configure: Regenerate.
This commit is contained in:
@@ -16,25 +16,7 @@ AC_PROG_CC
|
||||
AC_GNU_SOURCE
|
||||
AC_USE_SYSTEM_EXTENSIONS
|
||||
|
||||
AC_PLUGINS
|
||||
|
||||
case "${target}" in
|
||||
changequote(,)dnl
|
||||
sparc-*-solaris*|i[3-7]86-*-solaris*)
|
||||
changequote([,])dnl
|
||||
# See comment in bfd/configure.in for the reason for this test.
|
||||
# PR 9992/binutils: We have to duplicate the behaviour of bfd's
|
||||
# configure script so that the utilities in this directory agree
|
||||
# on the size of structures used to describe files.
|
||||
if test "${target}" = "${host}" -a "$enable_largefile" != 'yes'; then
|
||||
if test "$plugins" = "no"; then
|
||||
enable_largefile="no"
|
||||
fi
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
||||
AC_SYS_LARGEFILE
|
||||
ACX_LARGEFILE
|
||||
LT_INIT
|
||||
|
||||
AC_ARG_ENABLE(targets,
|
||||
|
||||
Reference in New Issue
Block a user