]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
autoupdate: replace obsolete macros AC_CANONICAL_SYSTEM
authorMatthieu Longo <matthieu.longo@arm.com>
Tue, 28 May 2024 09:49:43 +0000 (10:49 +0100)
committerAlan Modra <amodra@gmail.com>
Sun, 9 Jun 2024 22:55:55 +0000 (08:25 +0930)
commit29496481662736f0a24bfc1daf31dbfc9d2bb7ee
treee416ca6ffa4390002975e6e16561767eecfbb0c3
parent5a8f592c7618ba2054683469e0c8909273ca4e7d
autoupdate: replace obsolete macros AC_CANONICAL_SYSTEM

- AC_CANONICAL_SYSTEM by:
    * AC_CANONICAL_HOST where host, and host_alias are needed
    * AC_CANONICAL_TARGET where target_alias is needed
  https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.72/autoconf.html#index-AC_005fCANONICAL_005fTARGET-1
config/acx.m4
config/lthostflags.m4
configure.ac
gnulib/configure.ac
libbacktrace/configure.ac
zlib/configure.ac