]> git.ipfire.org Git - thirdparty/gcc.git/commit - configure
build: Don't check for host-prefixed 'cargo' program
authorThomas Schwinge <tschwinge@baylibre.com>
Mon, 15 Apr 2024 11:33:48 +0000 (13:33 +0200)
committerThomas Schwinge <tschwinge@baylibre.com>
Tue, 16 Apr 2024 07:43:47 +0000 (09:43 +0200)
commit3ebc7898a55988e84ab3625700a827e3e82b016f
treeb559834eac019ef4222c85a218e93d8dd028b91e
parent79ff53453e88e40c4f2ecf6f7f7409afc41b46fc
build: Don't check for host-prefixed 'cargo' program

Follow-up to commit 3e1e73fc99584440e5967577f2049573eeaf4596
"build: Check for cargo when building rust language":

On 2024-04-15T13:14:42+0200, I wrote:
> I now wonder: instead of 'AC_CHECK_TOOL', shouldn't this use
> 'AC_CHECK_PROG'?  (We always want plain 'cargo', not host-prefixed
> 'aarch64-linux-gnu-cargo' etc., right?)  I'll look into changing this.

* configure: Regenerate.
config/
* acx.m4 (ACX_PROG_CARGO): Use 'AC_CHECK_PROGS'.
config/acx.m4
configure