From: Thomas Schwinge Date: Wed, 28 Feb 2024 22:06:25 +0000 (+0100) Subject: Inline 'gcc/rust/Make-lang.in:RUST_LIBDEPS' into single user X-Git-Tag: basepoints/gcc-15~172 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3fda76af4f342ad1ba8bd901a72d811e8357e99;p=thirdparty%2Fgcc.git Inline 'gcc/rust/Make-lang.in:RUST_LIBDEPS' into single user gcc/rust/ * Make-lang.in (RUST_LIBDEPS): Inline into single user. --- diff --git a/gcc/rust/Make-lang.in b/gcc/rust/Make-lang.in index b8bfe01ce59b..8db041636183 100644 --- a/gcc/rust/Make-lang.in +++ b/gcc/rust/Make-lang.in @@ -210,10 +210,8 @@ rust_OBJS = $(RUST_ALL_OBJS) rust/rustspec.o LIBPROC_MACRO_INTERNAL = ../libgrust/libproc_macro_internal/libproc_macro_internal.a -RUST_LIBDEPS = $(LIBDEPS) $(LIBPROC_MACRO_INTERNAL) - # The compiler itself is called crab1 -crab1$(exeext): $(RUST_ALL_OBJS) attribs.o $(BACKEND) $(RUST_LIBDEPS) $(rust.prev) +crab1$(exeext): $(RUST_ALL_OBJS) attribs.o $(BACKEND) $(LIBDEPS) $(LIBPROC_MACRO_INTERNAL) $(rust.prev) @$(call LINK_PROGRESS,$(INDEX.rust),start) +$(LLINKER) $(ALL_LINKERFLAGS) $(LDFLAGS) -o $@ \ $(RUST_ALL_OBJS) attribs.o $(BACKEND) $(LIBS) $(LIBPROC_MACRO_INTERNAL) $(BACKENDLIBS)