diff options
author | Joseph Myers <joseph@codesourcery.com> | 2009-11-30 16:46:47 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2009-11-30 16:46:47 +0000 |
commit | 3388710e183210d7e86b0fb8d0688c0808df7bde (patch) | |
tree | 4c54ad4f0ea780577e01a3544d5b8e7ffe1752e6 /bfd | |
parent | ee9fd255b7b6d7c5b7d67b8ee7b24988cc0e267f (diff) | |
download | gdb-3388710e183210d7e86b0fb8d0688c0808df7bde.zip gdb-3388710e183210d7e86b0fb8d0688c0808df7bde.tar.gz gdb-3388710e183210d7e86b0fb8d0688c0808df7bde.tar.bz2 |
config:
* largefile.m4 (ACX_LARGEFILE): Require AC_CANONICAL_HOST and
AC_CANONICAL_TARGET.
bfd:
* configure: Regenerate.
binutils:
* configure: Regenerate.
gas:
* configure: Regenerate.
gdb:
* configure: Regenerate.
gprof:
* configure: Regenerate.
ld:
* configure: Regenerate.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rwxr-xr-x | bfd/configure | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index ce9ce06..ef07c94 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2009-11-30 Joseph Myers <joseph@codesourcery.com> + + * configure: Regenerate. + 2009-11-26 Per Øyvind Karlsen <peroyvind@mandriva.org> * plugin.c (bfd_plugin_bfd_copy_link_hash_symbol_type): Define. diff --git a/bfd/configure b/bfd/configure index d29e79b..d5c3426 100755 --- a/bfd/configure +++ b/bfd/configure @@ -11633,6 +11633,11 @@ CC="$lt_save_CC" # AC_PLUGINS setting $plugins is called by ACX_LARGEFILE. +# The tests for host and target for $enable_largefile require +# canonical names. + + + # As the $enable_largefile decision depends on --enable-plugins we must set it # even in directories otherwise not depending on the $plugins option. |