diff options
author | Thomas Schwinge <tschwinge@baylibre.com> | 2024-02-28 22:41:42 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@baylibre.com> | 2024-04-15 13:03:35 +0200 |
commit | cb70a49b30f0a22ec7a1b7df29c3ab370d603f90 (patch) | |
tree | 6573af4796c7c9af281839f14fea75349bf5b878 | |
parent | 7f4ba5480e0ee5c03317d24d3fa858c0966f3464 (diff) | |
download | gcc-cb70a49b30f0a22ec7a1b7df29c3ab370d603f90.zip gcc-cb70a49b30f0a22ec7a1b7df29c3ab370d603f90.tar.gz gcc-cb70a49b30f0a22ec7a1b7df29c3ab370d603f90.tar.bz2 |
Remove 'libgrust/libproc_macro_internal' from 'gcc/rust/Make-lang.in:RUST_LDFLAGS'
This isn't necessary, as the full path to 'libproc_macro_internal.a' is
specified elsewhere.
gcc/rust/
* Make-lang.in (RUST_LDFLAGS): Remove
'libgrust/libproc_macro_internal'.
-rw-r--r-- | gcc/rust/Make-lang.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rust/Make-lang.in b/gcc/rust/Make-lang.in index 4d73412..e901668 100644 --- a/gcc/rust/Make-lang.in +++ b/gcc/rust/Make-lang.in @@ -208,7 +208,7 @@ RUST_ALL_OBJS = $(GRS_OBJS) $(RUST_TARGET_OBJS) rust_OBJS = $(RUST_ALL_OBJS) rust/rustspec.o -RUST_LDFLAGS = $(LDFLAGS) -L./../libgrust/libproc_macro_internal +RUST_LDFLAGS = $(LDFLAGS) RUST_LIBDEPS = $(LIBDEPS) ../libgrust/libproc_macro_internal/libproc_macro_internal.a # The compiler itself is called crab1 |