gcc: remove incpath.o from CXX_C_OBJS

The object is already included in OBJS (libbackend.a), thus
we don't need it.

gcc/cp/ChangeLog:

	* Make-lang.in: Remove extra object dependency.
This commit is contained in:
Martin Liska 2022-12-01 10:31:51 +01:00
parent c126e144d4
commit a5354dafb3

View File

@ -81,7 +81,7 @@ g++-cross$(exeext): xg++$(exeext)
# The compiler itself.
# Shared with C front end:
CXX_C_OBJS = attribs.o incpath.o \
CXX_C_OBJS = attribs.o \
$(C_COMMON_OBJS) $(CXX_TARGET_OBJS)
# Language-specific object files for C++ and Objective C++.