commit: 40f8991efebfd3ddfe46336f0f3019904dcaece7
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 27 13:56:56 2020 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> 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 <grobian <AT> 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";
}