Duncan Coutts schrieb:
>> 1. Without "SplitObjs=NO" in mk/build.mk, will every file be compiled as
>> if -split-objs were on ghc's command line?
> 
> Not "as if", the build system really does add -split-objs and does some
> other magic when "SplitObjs=NO" is not in mk/build.mk.

My stage2 compiler (created without "SplitObjs=NO") works without any
further options. But as soon as I add -split-objs I also have to add
-opta-mcpu=ultrasparc.

I wonder when -split-objs is in effect? Only during building? Or never
under solaris if not supplied explicitely?

Christian
_______________________________________________
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to