Gentoo Archives: gentoo-commits

From: "Michael Haubenwallner (haubi)" <haubi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-alt r1613 - trunk/toolchain-prefix-wrapper/ld
Date: Mon, 14 Apr 2008 07:59:32
Message-Id: E1JlJb7-0006xl-SW@stork.gentoo.org
1 Author: haubi
2 Date: 2008-04-14 07:59:29 +0000 (Mon, 14 Apr 2008)
3 New Revision: 1613
4
5 Modified:
6 trunk/toolchain-prefix-wrapper/ld/ldwrapper.c
7 Log:
8 renamed 'binutils-libdir' to 'toolchain-libdir' in debug output
9
10 Modified: trunk/toolchain-prefix-wrapper/ld/ldwrapper.c
11 ===================================================================
12 --- trunk/toolchain-prefix-wrapper/ld/ldwrapper.c 2008-04-10 19:29:15 UTC (rev 1612)
13 +++ trunk/toolchain-prefix-wrapper/ld/ldwrapper.c 2008-04-14 07:59:29 UTC (rev 1613)
14 @@ -493,14 +493,14 @@
15 static void add_target_runpath(LdWrapperData* data)
16 {
17 add_libpath(data, data->pluginIn.sysRunpath, AddLibpath,
18 - "append target's binutils-libdir to sys-runpath",
19 + "append target's toolchain-libdir to sys-runpath",
20 StringGetBuffer(data->target.eprefix), StringGetLength(data->target.eprefix),
21 "/usr/", strlen("/usr/"),
22 StringGetBuffer(data->target.triplet), StringGetLength(data->target.triplet),
23 "/lib/gcc", strlen("/lib/gcc"),
24 NULL);
25 add_libpath(data, data->pluginIn.sysRunpath, AddLibpath,
26 - "append target's binutils-libdir to sys-runpath",
27 + "append target's toolchain-libdir to sys-runpath",
28 StringGetBuffer(data->target.eprefix), StringGetLength(data->target.eprefix),
29 "/usr/", strlen("/usr/"),
30 StringGetBuffer(data->target.triplet), StringGetLength(data->target.triplet),
31
32 --
33 gentoo-commits@l.g.o mailing list