Rust: Don't depend on unused 'target-libffi', 'target-libbacktrace'

For example:

    configure: error: "libffi has not been ported to nvptx-unknown-none."

Follow-up to commit a75f038c06
"gccrs: Add config-lang.in", which said:

> This was a copy/paste from gccgo front-end. We do not use any of the
> target_libs yet, [...]

	gcc/rust/
	* config-lang.in (target_libs): Remove.
This commit is contained in:
Thomas Schwinge 2023-02-20 13:01:50 +01:00
parent 10f085135b
commit 7411eca498

View file

@ -29,6 +29,4 @@ compilers="rust1\$(exeext)"
build_by_default="no"
target_libs="target-libffi target-libbacktrace"
gtfiles="\$(srcdir)/rust/rust-lang.cc"