Move the -monly-n-regs flags into the Makefile, necessary for .hc
bootstrapping.
# Special options
PrelStorable_HC_OPTS = -monly-3-regs
-PrelCError_HC_OPTS = +RTS -K4m -RTS
+PrelCError_HC_OPTS = +RTS -K4m -RTS
+PrelInt_HC_OPTS = -monly-3-regs
+PrelWord_HC_OPTS = -monly-3-regs
#-----------------------------------------------------------------------------
# Dependency generation
\section[PrelInt]{Module @PrelInt@}
\begin{code}
-{-# OPTIONS -monly-3-regs #-}
-
#include "MachDeps.h"
module PrelInt (
\section[PrelWord]{Module @PrelWord@}
\begin{code}
-{-# OPTIONS -monly-3-regs #-}
-
#include "MachDeps.h"
module PrelWord (