diff options
author | woglinde <heinold@inf.fu-berlin.de> | 2008-11-30 18:31:49 +0100 |
---|---|---|
committer | woglinde <heinold@inf.fu-berlin.de> | 2008-11-30 18:33:08 +0100 |
commit | f228ef8a476b56e561fd16d266dba4438c92613f (patch) | |
tree | 3b3c74f19511881fe20560c263143882eb9ab815 /classes | |
parent | b7dea7728314fb969b3002bf2dd69e250ef61505 (diff) |
qmake: add *linux-uclibcgnueabi-oe-g++ to the qmakespecs
* patch was provided by Andrea Adami <andrea.adami@gmail.com> alias ant
* now we can build qt stuff with the arm-uclibc-eabi toolchain
* bump PR on qmake-native and qmake2-native
Diffstat (limited to 'classes')
-rw-r--r-- | classes/qmake_base.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/qmake_base.bbclass b/classes/qmake_base.bbclass index ea8903c278..5eccfa47e4 100644 --- a/classes/qmake_base.bbclass +++ b/classes/qmake_base.bbclass @@ -33,7 +33,7 @@ oe_qmake_mkspecs () { qmake_base_do_configure() { case ${QMAKESPEC} in - *linux-oe-g++|*linux-uclibc-oe-g++|*linux-gnueabi-oe-g++) + *linux-oe-g++|*linux-uclibc-oe-g++|*linux-gnueabi-oe-g++|*linux-uclibcgnueabi-oe-g++) ;; *-oe-g++) die Unsupported target ${TARGET_OS} for oe-g++ qmake spec |