diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-10-22 13:26:28 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-10-29 03:48:20 -0400 |
commit | 6a0902702d64ce683c81c04069f46f6e1078a094 (patch) | |
tree | fe3b669b038f570b67b3bd450d37cb3da9b9634e /hadrian/cfg | |
parent | 8e5de15da1ded1909e10483c7ae3ba1ae3e87b17 (diff) | |
download | haskell-6a0902702d64ce683c81c04069f46f6e1078a094.tar.gz |
hadrian: Define NOSMP when building rts unregisterised
It seems that NOSMP was previously only defined when compiling the
compiler, not the RTS. Fix this.
In addition do some spring-cleaning and make the logic match that of the
Make build system.
Diffstat (limited to 'hadrian/cfg')
-rw-r--r-- | hadrian/cfg/system.config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hadrian/cfg/system.config.in b/hadrian/cfg/system.config.in index 80fc3a3043..6c78f43ccb 100644 --- a/hadrian/cfg/system.config.in +++ b/hadrian/cfg/system.config.in @@ -150,6 +150,7 @@ target-has-gnu-nonexec-stack = @TargetHasGnuNonexecStack@ target-has-ident-directive = @TargetHasIdentDirective@ target-has-subsections-via-symbols = @TargetHasSubsectionsViaSymbols@ target-has-rts-linker = @TargetHasRTSLinker@ +target-arm-version = @ARM_ISA@ # Include and library directories: #================================= |