Skip to content

Commit 89afebb

Browse files
author
Allan Sandfeld Jensen
committed
Set arm_arch as well
Either overlooked or added after we make the GN switch. Change-Id: I93bfc27c2e71165901c2046ab2ea902d9dad39d3 Reviewed-by: Michal Klocek <[email protected]>
1 parent 53df50a commit 89afebb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/config/linux.pri

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ contains(QT_ARCH, "arm") {
4444
!isEmpty(MFLOAT): gn_args += arm_float_abi=\"$$MFLOAT\"
4545

4646
MARCH = $$extractCFlag("-march=.*")
47+
!isEmpty(MARCH): gn_args += arm_arch=\"$$MARCH\"
4748

4849
MARMV = $$replace(MARCH, "armv",)
4950
!isEmpty(MARMV) {

0 commit comments

Comments
 (0)