From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-x136.google.com (mail-lf1-x136.google.com [IPv6:2a00:1450:4864:20::136]) by sourceware.org (Postfix) with ESMTPS id 1861E385840F for ; Thu, 1 Dec 2022 15:26:23 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 1861E385840F Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-lf1-x136.google.com with SMTP id bp15so2978722lfb.13 for ; Thu, 01 Dec 2022 07:26:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=317y1b+qKQZ8+X4xrkoViGOU0dKf/mlxRoACsbwZwd8=; b=ZgGrZazdQWXVK6Go8Tbwc+f/xBDsVJR0osEFPJNkyInI2oWlZwwwoohauG8EZMNB// ev+U7t+sFebqFH2UrGMJpjIDAlHLHSJ10xszQcKB7hUdVCR0VWByLZ7Qbo9laLbMbb2s 3BNW4WVfN1ACrsWoZ+cX6Th2eVle7/K1+Gj1By9CsewadfoXA5Os4gBBDmjd/4L+YFCr nBzM8T+oaIUDh9B+E7y0JGtulgyLwLDGvxL4WbWSHiCCDSMbs+J2La60L0CVlWPjfQYv ZrnFpBzcxD9ZdSw+ZxTkPbNmeJORZAhYiEEtuREGHUJqfo2FdRSTfhHJPoZ6zRb5poDj vvqw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=317y1b+qKQZ8+X4xrkoViGOU0dKf/mlxRoACsbwZwd8=; b=Lg6SlgPAdWChOU6XlcTV5CR++KQnGsE9vhKyV42uhd+YyItohnqa7sJ2LCGENFe2A7 7CdqutegT2MtqsaKIMRkHPvZ9L/UklQeljP2iAsI8gU1fxpmuvDHgQAjdlncL7ZqDrQj XhPJG8Pucv3ZDuTBD/CPKax9PNyXvTuk89sFIfoQrO+lrLkSWfqtoTYdmuVzlUvuJ3fl O5zX7QaDt6MURD1iSbhoPh76RCqZQgmiuf5Cb9aI5KHi4XQl/IVyYchdReiWrX1+WPvU AiSoHwh8e8mNC+Y8E6ZydFAYlQkgWVHRLdK0C7sVBFrFZJRmAlGi/UheUcSolkdNHV/q cAkw== X-Gm-Message-State: ANoB5pn/JNlFxfpRRruAvlM7+OwFy+M08eVubT6VYGl8AGrDdDCKks3P MKmlGrJ5PV64KB+dbQDEpbpwM+MNZjQsskL21s4= X-Google-Smtp-Source: AA0mqf7caxJGPFhIPZJuGaZKjP/tLr5SdY57ikO/u0WYV9tSTZDwL1CVgg+2kDZBMc7OUFwK16oQ1oGiQImHsfLs4/E= X-Received: by 2002:a05:6512:38b2:b0:4b3:a022:2176 with SMTP id o18-20020a05651238b200b004b3a0222176mr23361399lft.395.1669908381262; Thu, 01 Dec 2022 07:26:21 -0800 (PST) MIME-Version: 1.0 References: <74d3217b-55b1-5f30-800e-e6ca655acf31@suse.cz> In-Reply-To: <74d3217b-55b1-5f30-800e-e6ca655acf31@suse.cz> From: Richard Biener Date: Thu, 1 Dec 2022 16:26:08 +0100 Message-ID: Subject: Re: [PATCH] gcc: remove incpath.o from CXX_C_OBJS To: =?UTF-8?Q?Martin_Li=C5=A1ka?= Cc: gcc-patches@gcc.gnu.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-7.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,GIT_PATCH_0,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Thu, Dec 1, 2022 at 10:33 AM Martin Li=C5=A1ka wrote: > > The object is already included in OBJS (libbackend.a), thus > we don't need it. > > Noticed while using partial linking for libbackend.a. > > Ready to be installed? Looks obvious? OK. > Thanks, > Martin > > gcc/cp/ChangeLog: > > * Make-lang.in: Remove extra object dependency. > --- > 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 =3D attribs.o incpath.o \ > +CXX_C_OBJS =3D attribs.o \ > $(C_COMMON_OBJS) $(CXX_TARGET_OBJS) > > # Language-specific object files for C++ and Objective C++. > -- > 2.38.1 >