summaryrefslogtreecommitdiffstats
path: root/target/toolchain/files/wrapper.sh
diff options
context:
space:
mode:
Diffstat (limited to 'target/toolchain/files/wrapper.sh')
-rwxr-xr-xtarget/toolchain/files/wrapper.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/toolchain/files/wrapper.sh b/target/toolchain/files/wrapper.sh
index 4b3f8f911a..09a9cac928 100755
--- a/target/toolchain/files/wrapper.sh
+++ b/target/toolchain/files/wrapper.sh
@@ -43,6 +43,7 @@ TOOLCHAIN_BIN_DIR="$REALNAME_DIR/"
# Set the PATH so that our run-time location is first
# (get_feature is run from the path, so this has to be set)
+export ORIG_PATH=${ORIG_PATH:-$PATH}
export PATH="$TOOLCHAIN_BIN_DIR":$PATH
export GCC_HONOUR_COPTS