From: Simon Marlow Date: Thu, 2 Mar 2006 17:05:05 +0000 (+0000) Subject: Make -split-objs work with --make X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ec968a32e9b02c230dfcbff9660c3e61900d8235;hp=ec968a32e9b02c230dfcbff9660c3e61900d8235;p=ghc-hetmet.git Make -split-objs work with --make This turned out to be a lot easier than I thought. Just moving a few bits of -split-objs support from the build system into the compiler was enough. The only thing that Cabal needs to do in order to support -split-objs now is to pass the names of the split objects rather than the monolithic ones to 'ar'. ---