aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorSimplyTheOther <simplytheother@gmail.com>2020-12-09 10:59:13 +0800
committerSimplyTheOther <simplytheother@gmail.com>2020-12-09 10:59:13 +0800
commit0e5d54bcb0d9e540fdf063b8602610ec4cc9e155 (patch)
treee43121aaba24ec94526dffff843e796ad27a8a57 /gcc
parentc7080f178a637cad04e196a404d5d44bb33189af (diff)
downloadgcc-0e5d54bcb0d9e540fdf063b8602610ec4cc9e155.zip
gcc-0e5d54bcb0d9e540fdf063b8602610ec4cc9e155.tar.gz
gcc-0e5d54bcb0d9e540fdf063b8602610ec4cc9e155.tar.bz2
Changed compiled files in makefile to be identical with upstream - hopefully prevents compile error
Diffstat (limited to 'gcc')
-rw-r--r--gcc/rust/Make-lang.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/rust/Make-lang.in b/gcc/rust/Make-lang.in
index 3293f90..35d5758 100644
--- a/gcc/rust/Make-lang.in
+++ b/gcc/rust/Make-lang.in
@@ -69,7 +69,8 @@ GRS_OBJS = \
rust/rust-parse.o \
rust/rust-ast-full-test.o \
rust/rust-session-manager.o \
- rust/rust-resolution.o \
+ rust/rust-name-resolution.o \
+ rust/rust-type-resolution.o \
rust/rust-scan.o \
rust/rust-compile.o \
rust/rust-macro-expand.o \