Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[qtbase] Build aarch64 with qreal==double as default upstream. Contri…
…butes to JB#49697

Double is nowadays the default upstream. As we don't have yet
64-bit ABI to break, we can use the default for that.
  • Loading branch information
pvuorela authored and mkosola committed Oct 4, 2020
1 parent dbd510d commit c665528
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rpm/qtbase.spec
Expand Up @@ -494,7 +494,9 @@ MAKEFLAGS=%{?_smp_mflags} \
%endif
-kms \
-gbm \
%ifnarch aarch64
-qreal float \
%endif
-journald \
-no-use-gold-linker
fi # config.status check
Expand Down

0 comments on commit c665528

Please sign in to comment.