]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Inline 'gcc/rust/Make-lang.in:RUST_LIBDEPS' into single user
authorThomas Schwinge <tschwinge@baylibre.com>
Wed, 28 Feb 2024 22:06:25 +0000 (23:06 +0100)
committerThomas Schwinge <tschwinge@baylibre.com>
Mon, 15 Apr 2024 11:03:35 +0000 (13:03 +0200)
gcc/rust/
* Make-lang.in (RUST_LIBDEPS): Inline into single user.

gcc/rust/Make-lang.in

index b8bfe01ce59b041655c57d55f260d26ffcbd1e8a..8db0416361839b43709b7a8a18bfbca625370544 100644 (file)
@@ -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)