aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorUwe Hermann2009-07-16 01:23:48 +0200
committerUwe Hermann2009-07-16 01:23:48 +0200
commit43d2a531279acd3a929832063c0ac247bb20c72c (patch)
tree51bbf591a4132ce06ea77e9385c8a5fbd75f719b /README
parente5c5371997cd1d5cdf69867fe634321f861470c1 (diff)
Mention how PREFIX can be used to override the toolchain.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 05cf1a3..fe87379 100644
--- a/README
+++ b/README
@@ -11,6 +11,10 @@ Building
$ make
+You may want to override the toolchain (e.g., arm-elf or arm-none-eabi):
+
+ $ PREFIX=arm-none-eabi make
+
Installation
------------