* [gentoo-commits] gentoo-alt r1720 - trunk/toolchain-prefix-wrapper/ld
@ 2013-01-10 14:56 Fabian Groffen (grobian)
0 siblings, 0 replies; only message in thread
From: Fabian Groffen (grobian) @ 2013-01-10 14:56 UTC (permalink / raw
To: gentoo-commits
Author: grobian
Date: 2013-01-10 14:55:47 +0000 (Thu, 10 Jan 2013)
New Revision: 1720
Modified:
trunk/toolchain-prefix-wrapper/ld/ldwrapper.c
Log:
add_target_toolchain_runpath: usr/CHOST/lib/gcc no longer needs to exist (on Darwin)
Modified: trunk/toolchain-prefix-wrapper/ld/ldwrapper.c
===================================================================
--- trunk/toolchain-prefix-wrapper/ld/ldwrapper.c 2012-03-15 18:55:52 UTC (rev 1719)
+++ trunk/toolchain-prefix-wrapper/ld/ldwrapper.c 2013-01-10 14:55:47 UTC (rev 1720)
@@ -582,7 +582,7 @@
if (data->pluginIn.isCrossTriplet
|| data->pluginIn.isCrossEprefix
) {
- add_libpath(data, data->pluginIn.sysRunpath, AddLibpath,
+ add_libpath(data, data->pluginIn.sysRunpath, TestAndAddLibpath,
"append target toolchain to runpath",
StringGetBuffer(data->pluginIn.target.eprefix),
StringGetLength(data->pluginIn.target.eprefix),
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-01-10 18:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-10 14:56 [gentoo-commits] gentoo-alt r1720 - trunk/toolchain-prefix-wrapper/ld Fabian Groffen (grobian)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox