From 231ee9e24df68ddc7e8859dc12cb281d8d6a9947 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 27 Jul 2012 19:29:49 -0400 Subject: Add a README. --- 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 -- cgit v0.9.1