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:
parent
10f085135b
commit
7411eca498
1 changed files with 0 additions and 2 deletions
|
@ -29,6 +29,4 @@ compilers="rust1\$(exeext)"
|
|||
|
||||
build_by_default="no"
|
||||
|
||||
target_libs="target-libffi target-libbacktrace"
|
||||
|
||||
gtfiles="\$(srcdir)/rust/rust-lang.cc"
|
||||
|
|
Loading…
Add table
Reference in a new issue