diff options
author | Sergei Trofimovich <siarheit@google.com> | 2016-12-15 09:02:50 +0000 |
---|---|---|
committer | Sergei Trofimovich <siarheit@google.com> | 2016-12-15 09:02:50 +0000 |
commit | 52c5e55348170f27f5ef1cb010c4c96ab4aa47cc (patch) | |
tree | 3064984b427ba4cc70a7dc3b1c7b718fc9fe3f7e /utils | |
parent | 26ce99cc47446eba704c867fbd2d88f31c325805 (diff) | |
download | haskell-52c5e55348170f27f5ef1cb010c4c96ab4aa47cc.tar.gz |
mk/config.mk.in: enable SMP on ARMv7+ (Trac #12981)
Before the change result of expression
ArchSupportsSMP="$(if $(filter $(ARM_ISA),ARMv5 ARMv6),NO,YES)"
to evaluate to
ArchSupportsSMP="YES"
After the change it's
ArchSupportsSMP=YES
Thanks to orion for the fix!
Fixes Trac #12981
Signed-off-by: Sergei Trofimovich <siarheit@google.com>
Diffstat (limited to 'utils')
0 files changed, 0 insertions, 0 deletions