summaryrefslogtreecommitdiff
path: root/mkfiles/mkfile-NetBSD-power
AgeCommit message (Collapse)Author
2021-01-04NetBSD/arm: disable pax mprotect restrictions for emuValery Ushakov
ARM has separate read and execute protection bits so after writing out JIT code we need to make it executable with mprotect(2), but PAX wouldn't let us by default. Mark the emu binary so that this restriction is lifted. On other machines where this is not an issue set PAXCTL to a no-op.
2017-01-15Use explicit -fno-strict-aliasing to be on the safer side of things.Valery Ushakov
While -O is ok, gcc -O2 enables strict aliasing by default and miscompiles at least dtoa.c on powerpc.
2017-01-13mkfile-NetBSD-power - copied and trivially adjusted from the 386 versionValery Ushakov