aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimplyTheOther <simplytheother@gmail.com>2020-04-17 17:16:35 +0800
committerPhilip Herron <philip.herron@embecosm.com>2020-11-27 17:04:34 +0000
commit6b779bad392d6eb53b4b0496e6614d40632d3c7c (patch)
treee8f913dbed4188031cb799ae1515fc9e64e18254
parent55750e277c99c357ba67e0224f6f7eb9a50a1b46 (diff)
downloadgcc-6b779bad392d6eb53b4b0496e6614d40632d3c7c.zip
gcc-6b779bad392d6eb53b4b0496e6614d40632d3c7c.tar.gz
gcc-6b779bad392d6eb53b4b0496e6614d40632d3c7c.tar.bz2
Fixed the compiler name in another place in Make-lang.in
-rw-r--r--gcc/rust/Make-lang.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rust/Make-lang.in b/gcc/rust/Make-lang.in
index e5d704f..6a2c6c2 100644
--- a/gcc/rust/Make-lang.in
+++ b/gcc/rust/Make-lang.in
@@ -30,7 +30,7 @@ GCCRS_INSTALL_NAME := $(shell echo gccrs|sed '$(program_transform_name)')
GCCRS_TARGET_INSTALL_NAME := $(target_noncanonical)-$(shell echo gccrs|sed '$(program_transform_name)')
# Define the names for selecting rust in LANGUAGES.
-rust: gccrs$(exeext) grs1$(exeext)
+rust: gccrs$(exeext) rust1$(exeext)
# Tell GNU make to ignore files by these names if they exist.
.PHONY: rust