diff options
author | SimplyTheOther <simplytheother@gmail.com> | 2020-04-17 16:49:26 +0800 |
---|---|---|
committer | Philip Herron <philip.herron@embecosm.com> | 2020-11-27 17:04:34 +0000 |
commit | 55750e277c99c357ba67e0224f6f7eb9a50a1b46 (patch) | |
tree | ba98e1fcfc703604eb823dd304267a2d851d454b | |
parent | 5a2eebc2920ed96e509559e92e74a4af78d95eb6 (diff) | |
download | gcc-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.in | 4 |
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) |