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'.
This commit is contained in:
parent
7f4ba5480e
commit
cb70a49b30
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue