From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1298) id E5DC13858C3A; Thu, 9 Dec 2021 17:50:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E5DC13858C3A MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Olivier Hainque To: gcc-cvs@gcc.gnu.org Subject: [gcc r12-5869] Fix path to t-ppc64-fp for ppc*-vxworks7* libgcc tmake_file X-Act-Checkin: gcc X-Git-Author: Frederic Konrad X-Git-Refname: refs/heads/master X-Git-Oldrev: fa9f40bacbd187996e03f93086fae1ab9052f51b X-Git-Newrev: a2c12cb70892d82506b3044c4c34f5667eb12835 Message-Id: <20211209175058.E5DC13858C3A@sourceware.org> Date: Thu, 9 Dec 2021 17:50:58 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Dec 2021 17:50:59 -0000 https://gcc.gnu.org/g:a2c12cb70892d82506b3044c4c34f5667eb12835 commit r12-5869-ga2c12cb70892d82506b3044c4c34f5667eb12835 Author: Frederic Konrad Date: Thu Jan 14 09:08:40 2021 +0100 Fix path to t-ppc64-fp for ppc*-vxworks7* libgcc tmake_file This fixes a basic mistake in the relative path used to reference a rs6000 specific Makefile fragment in the libgcc configuration bits for powerpc*-vxworks7. 2021-01-14 Fred Konrad libgcc/ * config.host (powerpc*-wrs-vxworks7*): Fix path to rs6000/t-ppc64-fp, relative to config/ not libgcc/. Diff: --- libgcc/config.host | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgcc/config.host b/libgcc/config.host index d4c035c7188..95a0b2ab4b1 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -1238,7 +1238,7 @@ powerpc*-*-linux*) md_unwind_header=rs6000/linux-unwind.h ;; powerpc*-wrs-vxworks7*) - tmake_file="$tmake_file rs6000/t-ppccomm rs6000/t-savresfgpr rs6000/t-crtstuff rs6000/t-linux t-dfprules config/rs6000/t-ppc64-fp t-slibgcc-libgcc" + tmake_file="$tmake_file rs6000/t-ppccomm rs6000/t-savresfgpr rs6000/t-crtstuff rs6000/t-linux t-dfprules rs6000/t-ppc64-fp t-slibgcc-libgcc" case $ppc_fp_type in 64) ;;