mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 00:32:14 +02:00
qt4: disable gdb_dwarf_index
* qmake is trying to call native gdb and we don't depend on gdb-native (or even provide gdb-native) * fixes errors like this: /bin/sh: gdb: command not found /bin/sh: line 0: test: -gt: unary operator expected (From OE-Core rev: 6456b596a73232429e0d223089f32dc350ea20b0) Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
53841ce521
commit
33c762b8e5
@@ -49,6 +49,9 @@ QMAKE_PCH_OUTPUT_EXT = .gch
|
||||
QMAKE_LFLAGS_BSYMBOLIC_FUNC = -Wl,-Bsymbolic-functions
|
||||
QMAKE_LFLAGS_DYNAMIC_LIST = -Wl,--dynamic-list,
|
||||
|
||||
# do not depend on gdb
|
||||
CONFIG -= gdb_dwarf_index
|
||||
|
||||
# some linking helper...
|
||||
CONFIG += rpath_libdirs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user