summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-11-09 22:52:30 (EST)
committer P. J. McDermott <pjm@nac.net>2012-11-09 22:52:30 (EST)
commit52aed2593981aca181e83dc929603ee31d877c8c (patch)
tree33e846f1011fcb60f04f72f3370cff455066c34b
parent9f4e5b4aca897841e42001af85e59fb109f9de3e (diff)
Update README.
-rw-r--r--README15
1 files changed, 13 insertions, 2 deletions
diff --git a/README b/README
index 51158a0..7833acc 100644
--- a/README
+++ b/README
@@ -10,8 +10,19 @@ paths. Debian has [a patch][debian-ld-ma-patch] to which we can refer for this.
Building the Binutils Package
-----------------------------
-You must set the `PKG_TARGET_ARCH` environment variable when building this
-package.
+If you want to temporarily change the targets for which Binutils is built, run
+the following commands before building:
+
+ $ ./config clean
+ $ PKG_TARGETS='list of architectures' ./config
+
+The default targets are listed in the `targets.in` file.
+
+To configure Binutils to be built for all default targets, run the following
+commands before building:
+
+ $ ./config clean
+ $ ./config
[debian-ld-ma-patch]: http://patch-tracker.debian.org/patch/series/view/binutils/2.22-7.1/129_ld_mulitarch_dirs.patch