aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-01-31 17:06:34 -0700
committerTom Rini <tom_rini@mentor.com>2011-01-31 17:06:34 -0700
commit96454e893be21bfef2bc684e7e9894640b1514d9 (patch)
treec73e4a23bb4bec09b2086599715ec3a9b82998b3
parente03b29400325613a8f48a802839fdebe920bb23a (diff)
downloadopenembedded-96454e893be21bfef2bc684e7e9894640b1514d9.tar.gz
qmake_base.bbclass: Add cases for linux-gnuspe/linux-uclibcspe
Signed-off-by: Tom Rini <tom_rini@mentor.com>
-rw-r--r--classes/qmake_base.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/qmake_base.bbclass b/classes/qmake_base.bbclass
index 3715cec0df..cf905a7be8 100644
--- a/classes/qmake_base.bbclass
+++ b/classes/qmake_base.bbclass
@@ -36,7 +36,7 @@ oe_qmake_mkspecs () {
qmake_base_do_configure() {
case ${QMAKESPEC} in
- *linux-oe-g++|*linux-uclibc-oe-g++|*linux-gnueabi-oe-g++|*linux-uclibceabi-oe-g++)
+ *linux-oe-g++|*linux-uclibc-oe-g++|*linux-gnueabi-oe-g++|*linux-uclibceabi-oe-g++|*linux-gnuspe-oe-g++|*linux-uclibcspe-oe-g++)
;;
*-oe-g++)
die Unsupported target ${TARGET_OS} for oe-g++ qmake spec