File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 328
328
# iPhones/iPads/... won't understand the compiled code, as the compiler will emit LDSETALH
329
329
# FIXME: we should have iOS as an argument to this derivation, and then make this, as well as
330
330
# disableLargeAddress space conditional on iOS = true.
331
- + lib . optionalString ( stdenv . targetPlatform . isDarwin && stdenv . targetPlatform . isAarch64 ) "'*.rts.ghc.c.opts += -optc-mcpu=apple-a7 -optc-march=armv8-a+norcpc'"
331
+ + lib . optionalString ( stdenv . targetPlatform . isDarwin && stdenv . targetPlatform . isAarch64 ) " '*.rts.ghc.c.opts += -optc-mcpu=apple-a7 -optc-march=armv8-a+norcpc'"
332
332
# For GHC versions in the 9.x range that don't support the +native_bignum flavour transformer yet
333
333
+ lib . optionalString ( ( enableNativeBignum && ! hadrianHasNativeBignumFlavour ) )
334
334
" --bignum=native"
You can’t perform that action at this time.
0 commit comments