
18 Oct
2006
18 Oct
'06
7:03 a.m.
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