summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2014-02-26 20:41:20 (EST)
committer P. J. McDermott <pjm@nac.net>2014-02-26 20:41:20 (EST)
commit8558cf4b5a286ca3f00441bdc79eeb41b1112e3e (patch)
treee7722e2826bb4c39005b62d5a3ddedf3ed655cad /lib
parenta52f8bc222e0048d9dea33d5118e6c69735a5bde (diff)
lib/buildsystem.sh: Initialize more global vars.
Diffstat (limited to 'lib')
-rw-r--r--lib/buildsystem.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/buildsystem.sh b/lib/buildsystem.sh
index 5c76922..8207bcc 100644
--- a/lib/buildsystem.sh
+++ b/lib/buildsystem.sh
@@ -25,10 +25,13 @@ autoconf
kbuild
make
'
+_OH_BUILDSYSTEM_WORK_AREA=''
_OH_BUILDSYSTEM_SOURCE_DIR="${PWD}/src"
_OH_BUILDSYSTEM_BUILD_DIR="${PWD}/src"
_OH_BUILDSYSTEM_DESTDIR="${PWD}/dest"
_OH_BUILDSYSTEM_SYSTEM=''
+_OH_BUILDSYSTEM_TARGET_ARCH=''
+_OH_BUILDSYSTEM_BUILD_TARGET=''
oh_buildsystems_init()
{