Skip to content
Snippets Groups Projects
Commit 7411eca4 authored by Thomas Schwinge's avatar Thomas Schwinge
Browse files

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 a75f038c
"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.
parent 10f08513
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,4 @@ compilers="rust1\$(exeext)"
build_by_default="no"
target_libs="target-libffi target-libbacktrace"
gtfiles="\$(srcdir)/rust/rust-lang.cc"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment