]> git.ipfire.org Git - thirdparty/gcc.git/commit
build: Add libgrust as compilation modules
authorPierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
Wed, 25 Oct 2023 11:06:48 +0000 (13:06 +0200)
committerMarc Poulhiès <dkm@kataplop.net>
Thu, 14 Dec 2023 12:58:57 +0000 (13:58 +0100)
commit725fb3595622a4ad8cd078a42fab1c395cbf90cb
treee39d82737ac19e2638805a470085d55ca15c4b20
parentf37c55c14bc1176ef9a15fe584fb6d1bf2e6162f
build: Add libgrust as compilation modules

Define the libgrust directory as a host compilation module as well as
for targets. Disable target libgrust if we're not building target
libstdc++.

ChangeLog:

* Makefile.def: Add libgrust as host & target module.
* configure.ac: Add libgrust to host tools list. Add libgrust to
noconfigdirs if we're not building target libstdc++.
* Makefile.in: Regenerate.
* configure: Regenerate.

gcc/rust/ChangeLog:

* config-lang.in: Add libgrust as a target module for the rust
language.

Co-authored-by: Thomas Schwinge <thomas@codesourcery.com>
Signed-off-by: Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
Makefile.def
Makefile.in
configure
configure.ac
gcc/rust/config-lang.in