summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-07-27 19:29:49 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-07-27 19:29:49 (EDT)
commit231ee9e24df68ddc7e8859dc12cb281d8d6a9947 (patch)
tree38d2b1c0edb7981d06fef157e8814b5c2661a04e
parentff9c57454a77ce8c5f9977145d71a4bb5d1f241d (diff)
Add a README.
-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