From f228ef8a476b56e561fd16d266dba4438c92613f Mon Sep 17 00:00:00 2001 From: woglinde Date: Sun, 30 Nov 2008 18:31:49 +0100 Subject: qmake: add *linux-uclibcgnueabi-oe-g++ to the qmakespecs * patch was provided by Andrea Adami alias ant * now we can build qt stuff with the arm-uclibc-eabi toolchain * bump PR on qmake-native and qmake2-native --- classes/qmake_base.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes') 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 -- cgit v1.2.3