aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimplyTheOther <simplytheother@gmail.com>2020-04-17 16:49:26 +0800
committerPhilip Herron <philip.herron@embecosm.com>2020-11-27 17:04:34 +0000
commit55750e277c99c357ba67e0224f6f7eb9a50a1b46 (patch)
treeba98e1fcfc703604eb823dd304267a2d851d454b
parent5a2eebc2920ed96e509559e92e74a4af78d95eb6 (diff)
downloadgcc-55750e277c99c357ba67e0224f6f7eb9a50a1b46.zip
gcc-55750e277c99c357ba67e0224f6f7eb9a50a1b46.tar.gz
gcc-55750e277c99c357ba67e0224f6f7eb9a50a1b46.tar.bz2
Changed compiler name in Make-lang.in to be consistent with other files
-rw-r--r--gcc/rust/Make-lang.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/rust/Make-lang.in b/gcc/rust/Make-lang.in
index 9324cb4..e5d704f 100644
--- a/gcc/rust/Make-lang.in
+++ b/gcc/rust/Make-lang.in
@@ -72,8 +72,8 @@ GRS_OBJS = \
$(END)
# removed object files from here
-# The compiler itself is called grs1
-grs1$(exeext): $(GRS_OBJS) attribs.o $(BACKEND) $(LIBDEPS)
+# The compiler itself is called rust1 (formerly grs1)
+rust1$(exeext): $(GRS_OBJS) attribs.o $(BACKEND) $(LIBDEPS)
+$(LLINKER) $(ALL_LINKERFLAGS) $(LDFLAGS) -o $@ \
$(GRS_OBJS) attribs.o $(BACKEND) $(LIBS) $(BACKENDLIBS)