public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-4450] gcc: remove incpath.o from CXX_C_OBJS
@ 2022-12-01 16:23 Martin Liska
  0 siblings, 0 replies; only message in thread
From: Martin Liska @ 2022-12-01 16:23 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:a5354dafb30cb13a3fbdf731ccea61ca51f406b1

commit r13-4450-ga5354dafb30cb13a3fbdf731ccea61ca51f406b1
Author: Martin Liska <mliska@suse.cz>
Date:   Thu Dec 1 10:31:51 2022 +0100

    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.

Diff:
---
 gcc/cp/Make-lang.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/cp/Make-lang.in b/gcc/cp/Make-lang.in
index af25bdc044a..75e2f7c7ba3 100644
--- a/gcc/cp/Make-lang.in
+++ b/gcc/cp/Make-lang.in
@@ -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++.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-12-01 16:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-01 16:23 [gcc r13-4450] gcc: remove incpath.o from CXX_C_OBJS Martin Liska

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).