Commit 89afebb8 authored by Allan Sandfeld Jensen's avatar Allan Sandfeld Jensen
Browse files

Set arm_arch as well


Either overlooked or added after we make the GN switch.

Change-Id: I93bfc27c2e71165901c2046ab2ea902d9dad39d3
Reviewed-by: default avatarMichal Klocek <michal.klocek@qt.io>
Showing with 1 addition and 0 deletions
...@@ -44,6 +44,7 @@ contains(QT_ARCH, "arm") { ...@@ -44,6 +44,7 @@ contains(QT_ARCH, "arm") {
!isEmpty(MFLOAT): gn_args += arm_float_abi=\"$$MFLOAT\" !isEmpty(MFLOAT): gn_args += arm_float_abi=\"$$MFLOAT\"
MARCH = $$extractCFlag("-march=.*") MARCH = $$extractCFlag("-march=.*")
!isEmpty(MARCH): gn_args += arm_arch=\"$$MARCH\"
MARMV = $$replace(MARCH, "armv",) MARMV = $$replace(MARCH, "armv",)
!isEmpty(MARMV) { !isEmpty(MARMV) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment