mkspecs: use cross compile tools with LTCG
AR and NM have different tools when LTCG is used, override those also when cross compiling. Fixes: QTBUG-71595 Change-Id: I5347bd1874688dd89395c50ff6dd08fb1c0ebab1 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
This commit is contained in:
parent
67c66c4ea4
commit
033cc3403a
@ -24,5 +24,9 @@ QMAKE_OBJCOPY = $${CROSS_COMPILE}objcopy
|
||||
QMAKE_NM = $${CROSS_COMPILE}nm -P
|
||||
QMAKE_STRIP = $${CROSS_COMPILE}strip
|
||||
|
||||
# modifications to gcc-base.conf
|
||||
QMAKE_AR_LTCG = $${CROSS_COMPILE}gcc-ar cqs
|
||||
QMAKE_NM_LTCG = $${CROSS_COMPILE}gcc-nm -P
|
||||
|
||||
contains(DISTRO_OPTS, deb-multi-arch): \
|
||||
QMAKE_PKG_CONFIG = $${CROSS_COMPILE}pkg-config
|
||||
|
Loading…
x
Reference in New Issue
Block a user