diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -0,0 +1,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 |