aboutsummaryrefslogtreecommitdiff
path: root/libctf/Makefile.in
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2021-02-20 18:05:20 +1030
committerAlan Modra <amodra@gmail.com>2021-02-21 14:26:38 +1030
commit93993f67849234cff651542c3d4d9f0f3d2fa651 (patch)
tree35299c852ce96dae278bf5fdc3568f13b4e771b5 /libctf/Makefile.in
parentf9eb40677197453bc8c03889ad7e412a759563ba (diff)
downloadbinutils-93993f67849234cff651542c3d4d9f0f3d2fa651.zip
binutils-93993f67849234cff651542c3d4d9f0f3d2fa651.tar.gz
binutils-93993f67849234cff651542c3d4d9f0f3d2fa651.tar.bz2
libctf AC_CANONICAL_TARGET
AC_CANONICAL_TARGET is needed for @target@ substitution in the makefile. AC_CANONICAL_HOST and AC_CANONICAL_BUILD are alread invoked indirectly, make them explicit. * configure.ac: Invoke AC_CANONICAL_TARGET, AC_CANONICAL_HOST and AC_CANONICAL_BUILD. * configure: Regenerate. * Makefile.in: Regenerate.
Diffstat (limited to 'libctf/Makefile.in')
-rw-r--r--libctf/Makefile.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/libctf/Makefile.in b/libctf/Makefile.in
index 7e0dd09..badbb38 100644
--- a/libctf/Makefile.in
+++ b/libctf/Makefile.in
@@ -107,6 +107,7 @@ PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
+target_triplet = @target@
@NEED_CTF_QSORT_R_TRUE@am__append_1 = ctf-qsort_r.c
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
@@ -435,8 +436,12 @@ sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
sysconfdir = @sysconfdir@
+target = @target@
target_alias = @target_alias@
+target_cpu = @target_cpu@
target_noncanonical = @target_noncanonical@
+target_os = @target_os@
+target_vendor = @target_vendor@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
@@ -1018,6 +1023,8 @@ site.exp: Makefile $(EXTRA_DEJAGNU_SITE_CONFIG)
@echo 'set build_triplet $(build_triplet)' >>site.tmp
@echo 'set host_alias "$(host_alias)"' >>site.tmp
@echo 'set host_triplet $(host_triplet)' >>site.tmp
+ @echo 'set target_alias "$(target_alias)"' >>site.tmp
+ @echo 'set target_triplet $(target_triplet)' >>site.tmp
@list='$(EXTRA_DEJAGNU_SITE_CONFIG)'; for f in $$list; do \
echo "## Begin content included from file $$f. Do not modify. ##" \
&& cat `test -f "$$f" || echo '$(srcdir)/'`$$f \