summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2020-11-27 14:56:56 +0100
committerFabian Groffen <grobian@gentoo.org>2020-11-27 14:56:56 +0100
commit40f8991efebfd3ddfe46336f0f3019904dcaece7 (patch)
tree827173a90b580835a1c0c7621f7fe1c2f21ff93a /sys-devel/binutils-config
parentsys-devel/binutils-config-5.1-r3: revbump for libsysroot support (diff)
downloadprefix-40f8991efebfd3ddfe46336f0f3019904dcaece7.tar.gz
prefix-40f8991efebfd3ddfe46336f0f3019904dcaece7.tar.bz2
prefix-40f8991efebfd3ddfe46336f0f3019904dcaece7.zip
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@gentoo.org>
Diffstat (limited to 'sys-devel/binutils-config')
-rw-r--r--sys-devel/binutils-config/files/ldwrapper.c2
1 files changed, 1 insertions, 1 deletions
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";
}