summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README20
1 files changed, 20 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..e7e181f
--- /dev/null
+++ b/README
@@ -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