aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2023-02-20 13:01:50 +0100
committerThomas Schwinge <thomas@codesourcery.com>2023-02-22 09:18:51 +0100
commit7411eca498beb13729cc2acec77e68250940aa81 (patch)
tree65488269fb739893fe27c4ed4f08af4ad2745a51 /gcc
parent10f085135bc98afa57309fcd679698a0122925bf (diff)
downloadgcc-7411eca498beb13729cc2acec77e68250940aa81.zip
gcc-7411eca498beb13729cc2acec77e68250940aa81.tar.gz
gcc-7411eca498beb13729cc2acec77e68250940aa81.tar.bz2
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 a75f038c069cc3a23b214854bedf04321fe88bc5 "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.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/rust/config-lang.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/rust/config-lang.in b/gcc/rust/config-lang.in
index 89055be..aac66c9 100644
--- a/gcc/rust/config-lang.in
+++ b/gcc/rust/config-lang.in
@@ -29,6 +29,4 @@ compilers="rust1\$(exeext)"
build_by_default="no"
-target_libs="target-libffi target-libbacktrace"
-
gtfiles="\$(srcdir)/rust/rust-lang.cc"