From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9ECC91382C5 for ; Fri, 27 Nov 2020 13:57:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB42DE07FE; Fri, 27 Nov 2020 13:57:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B166DE07FE for ; Fri, 27 Nov 2020 13:57:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7782634136D for ; Fri, 27 Nov 2020 13:57:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F18CA3FB for ; Fri, 27 Nov 2020 13:57:09 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1606485416.40f8991efebfd3ddfe46336f0f3019904dcaece7.grobian@gentoo> Subject: [gentoo-commits] repo/proj/prefix:master commit in: sys-devel/binutils-config/files/ X-VCS-Repository: repo/proj/prefix X-VCS-Files: sys-devel/binutils-config/files/ldwrapper.c X-VCS-Directories: sys-devel/binutils-config/files/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 40f8991efebfd3ddfe46336f0f3019904dcaece7 X-VCS-Branch: master Date: Fri, 27 Nov 2020 13:57:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 02a45d7a-6e62-4a6f-8fb5-fba2fa418530 X-Archives-Hash: 90ebca28f3c628048b90efc7488f690e commit: 40f8991efebfd3ddfe46336f0f3019904dcaece7 Author: Fabian Groffen gentoo org> AuthorDate: Fri Nov 27 13:56:56 2020 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Fri Nov 27 13:56:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=40f8991e sys-devel/binutils-config-5.1-r3: fix embarrasing syntax error Package-Manager: Portage-3.0.8-prefix, Repoman-3.0.2 Signed-off-by: Fabian Groffen gentoo.org> sys-devel/binutils-config/files/ldwrapper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/binutils-config/files/ldwrapper.c b/sys-devel/binutils-config/files/ldwrapper.c index 75575f31f6..3ff5a0bc3e 100644 --- a/sys-devel/binutils-config/files/ldwrapper.c +++ b/sys-devel/binutils-config/files/ldwrapper.c @@ -388,7 +388,7 @@ main(int argc, char *argv[]) /* inject this first to make the intention clear */ #ifdef DARWIN_LD_SYSLIBROOT newargv[j++] = "-syslibroot"; - newargv[j++] = EPREFIX "/MacOSX.sdk" + newargv[j++] = EPREFIX "/MacOSX.sdk"; #endif newargv[j++] = "-search_paths_first"; }