]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gcc: remove incpath.o from CXX_C_OBJS
authorMartin Liska <mliska@suse.cz>
Thu, 1 Dec 2022 09:31:51 +0000 (10:31 +0100)
committerMartin Liska <mliska@suse.cz>
Thu, 1 Dec 2022 16:22:47 +0000 (17:22 +0100)
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.

gcc/cp/Make-lang.in

index af25bdc044a85cf3ed4a5e6034e990787f9c018f..75e2f7c7ba37256e31c667c8bf893c124aa3be5b 100644 (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++.