summaryrefslogtreecommitdiff
authorar <ar>2005-01-12 17:25:17 (UTC)
committer ar <ar>2005-01-12 17:25:17 (UTC)
commiteaaafd114a8210b0d434231290ec5e294aae91bb (patch) (side-by-side diff)
tree7f4c8c5895608c64a00241e947e076d35c7f51f0
parent5f267ae8b540c229201edb8d65fe40786ac8ec5d (diff)
downloadopie-eaaafd114a8210b0d434231290ec5e294aae91bb.zip
opie-eaaafd114a8210b0d434231290ec5e294aae91bb.tar.gz
opie-eaaafd114a8210b0d434231290ec5e294aae91bb.tar.bz2
- make host system for oe based builds configurable
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--Vars.make1
-rw-r--r--config.in5
-rw-r--r--mkspecs/qws/linux-oe-g++/qmake.conf2
3 files changed, 7 insertions, 1 deletions
diff --git a/Vars.make b/Vars.make
index 238918f..fe4f397 100644
--- a/Vars.make
+++ b/Vars.make
@@ -23,2 +23,3 @@ else
PLATFORM=sharp-linux
+ OEHOSTSYS:=$(CONFIG_OE_HOST_SYS)
endif
diff --git a/config.in b/config.in
index d9659be..323ca51 100644
--- a/config.in
+++ b/config.in
@@ -44,2 +44,7 @@ config OE_BUILD_DIR
+config OE_HOST_SYS
+ depends TARGET_OE
+ string "OE host system"
+ default "i686-linux"
+
config OPTIMIZE
diff --git a/mkspecs/qws/linux-oe-g++/qmake.conf b/mkspecs/qws/linux-oe-g++/qmake.conf
index c4c273f..90166b0 100644
--- a/mkspecs/qws/linux-oe-g++/qmake.conf
+++ b/mkspecs/qws/linux-oe-g++/qmake.conf
@@ -10,3 +10,3 @@ CONFIG += qt link_prl
-STAGING_BINDIR = $(OEDIR)/tmp/staging/i686-linux/bin
+STAGING_BINDIR = $(OEDIR)/tmp/staging/$(OEHOSTSYS)/bin
STAGING_CROSSDIR = $(OEDIR)/tmp/cross/bin