summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap9
1 files changed, 9 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index 26ade9a9ce89..9faa842f304c 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,5 +1,14 @@
#!/bin/sh
+if test -z "${SRC_ROOT}"; then
+ if test -f ./config_build.mk ; then
+ . ./config_build.mk
+ else
+ if test -f ./config_host.mk ; then
+ . ./config_host.mk
+ fi
+ fi
+fi
if test -z "${SOLARENV}"; then
if test -f ./Env.Build.sh ; then
. ./Env.Build.sh