diff options
author | Ian Lynagh <ian@well-typed.com> | 2012-09-10 12:45:34 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2012-09-10 12:45:34 +0100 |
commit | c85539630eef593061ac223c18d248355f78a921 (patch) | |
tree | cd21284a268aae09a01a9aa08a0b55031561d1e5 /compiler/ghc.cabal.in | |
parent | 0ee44def597152e6b25ac6647041542a6b1ee6b4 (diff) | |
download | haskell-c85539630eef593061ac223c18d248355f78a921.tar.gz |
Remove some CPP
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r-- | compiler/ghc.cabal.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index 8cec8271a2..f07cccffe0 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -542,6 +542,7 @@ Library RegAlloc.Linear.StackMap RegAlloc.Linear.Base RegAlloc.Linear.X86.FreeRegs + RegAlloc.Linear.X86_64.FreeRegs RegAlloc.Linear.PPC.FreeRegs RegAlloc.Linear.SPARC.FreeRegs |