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/configure | |
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/configure')
-rwxr-xr-x | bfd/configure | 5 |
1 files changed, 5 insertions, 0 deletions
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. |