summaryrefslogtreecommitdiff
path: root/config/largefile.m4
diff options
context:
space:
mode:
authorJoseph Myers <jsm@polyomino.org.uk>2009-11-30 16:46:35 +0000
committerJoseph Myers <jsm@polyomino.org.uk>2009-11-30 16:46:35 +0000
commitb649aae600aaf20eeb32a09db2c82b53bb98d1f5 (patch)
tree705aaf26adcb262cfa2068c9cb2121ed7de59011 /config/largefile.m4
parentcc6120f6a3bc5173c88d544c8a4d0d69dfbb046d (diff)
downloadgdb-b649aae600aaf20eeb32a09db2c82b53bb98d1f5.tar.gz
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 'config/largefile.m4')
-rw-r--r--config/largefile.m45
1 files changed, 5 insertions, 0 deletions
diff --git a/config/largefile.m4 b/config/largefile.m4
index 9449b12dca4..4a88fd738fd 100644
--- a/config/largefile.m4
+++ b/config/largefile.m4
@@ -5,6 +5,11 @@
AC_DEFUN([ACX_LARGEFILE],[dnl
+# The tests for host and target for $enable_largefile require
+# canonical names.
+AC_REQUIRE([AC_CANONICAL_HOST])
+AC_REQUIRE([AC_CANONICAL_TARGET])
+
# As the $enable_largefile decision depends on --enable-plugins we must set it
# even in directories otherwise not depending on the $plugins option.