summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-11-14 20:18:35 (EST)
committer P. J. McDermott <pjm@nac.net>2012-11-14 20:18:35 (EST)
commitc05a2435ce3e5075c2c100757fe7ea1cd8895558 (patch)
treefe7bcff10e1dca4303f772163aae397b0f4d23f7
parent3a5f2a4f839227f3ee345cb4d657cb425f9058fc (diff)
Set an OPK_TOOL_PREFIX environment variable.
-rw-r--r--src/ob-buildenv.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ob-buildenv.sh b/src/ob-buildenv.sh
index 13cc20c..9aa8fe8 100644
--- a/src/ob-buildenv.sh
+++ b/src/ob-buildenv.sh
@@ -84,6 +84,7 @@ setup_toolchain()
SIZE='${tool_prefix}size'
STRINGS='${tool_prefix}strings'
STRIP='${tool_prefix}strip'
+ OPK_TOOL_PREFIX='${tool_prefix}'
EOF
}