blob: e7e181f0ede0181607bc9bfadfa306d19b47652f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
Binutils Package
================
Interesting Patches
-------------------
ld needs to be built with multiarch library directories in its list of search
paths. Debian has [a patch][debian-ld-ma-patch] to which we can refer for this.
Additionally, ld scripts need to be installed in the [correct
location][debian-ld-scriptdir-patch].
Building the Binutils Package
-----------------------------
You must set the `PKG_TARGET_ARCH` environment variable when building this
package.
[debian-ld-ma-patch]: http://patch-tracker.debian.org/patch/series/view/binutils/2.22-7.1/129_ld_mulitarch_dirs.patch
[debian-ld-scriptdir-patch]: http://patch-tracker.debian.org/patch/series/view/binutils/2.22-7.1/001_ld_makefile_patch.patch
|