aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@baylibre.com>2024-02-28 22:41:42 +0100
committerThomas Schwinge <thomas@codesourcery.com>2024-04-16 07:46:13 +0000
commit97759a56aa09fcef19c2202d0d91dd9fedf94547 (patch)
treed4b8a4e317c4de7cfe7dc41b1715dced94b43460
parent9dda7062e0bddcfe08e08f6a4efd8dd544f89463 (diff)
downloadgcc-97759a56aa09fcef19c2202d0d91dd9fedf94547.zip
gcc-97759a56aa09fcef19c2202d0d91dd9fedf94547.tar.gz
gcc-97759a56aa09fcef19c2202d0d91dd9fedf94547.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. gcc/rust/ * Make-lang.in (RUST_LDFLAGS): Remove 'libgrust/libproc_macro_internal'.
-rw-r--r--gcc/rust/Make-lang.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rust/Make-lang.in b/gcc/rust/Make-lang.in
index a68ae1e..13e035d 100644
--- a/gcc/rust/Make-lang.in
+++ b/gcc/rust/Make-lang.in
@@ -225,7 +225,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 rust/libformat_parser.a
# The compiler itself is called crab1