public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-6270] Rust: Don't depend on unused 'target-libffi', 'target-libbacktrace'
@ 2023-02-22  8:20 Thomas Schwinge
  0 siblings, 0 replies; only message in thread
From: Thomas Schwinge @ 2023-02-22  8:20 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:7411eca498beb13729cc2acec77e68250940aa81

commit r13-6270-g7411eca498beb13729cc2acec77e68250940aa81
Author: Thomas Schwinge <thomas@codesourcery.com>
Date:   Mon Feb 20 13:01:50 2023 +0100

    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.

Diff:
---
 gcc/rust/config-lang.in | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gcc/rust/config-lang.in b/gcc/rust/config-lang.in
index 89055be5cd4..aac66c9b962 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"

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-02-22  8:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-22  8:20 [gcc r13-6270] Rust: Don't depend on unused 'target-libffi', 'target-libbacktrace' Thomas Schwinge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).