mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 08:00:26 +08:00
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:
parent
c126e144d4
commit
a5354dafb3
@ -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++.
|
||||
|
Loading…
x
Reference in New Issue
Block a user