Forked from
Glasgow Haskell Compiler / GHC
-
Reuben Thomas authored
Added SplitObjs for when -split-objs is being used. Removed -split-objs and -odir from GhcLibHcOpts. -odir shouldn't be needed any more in any case. Changed order of recursive makes so that recursive make happens before make in the current directory. This helps when building hslibs as DLLs, where the cbits DLLs need to be made before the main DLLs.
Reuben Thomas authoredAdded SplitObjs for when -split-objs is being used. Removed -split-objs and -odir from GhcLibHcOpts. -odir shouldn't be needed any more in any case. Changed order of recursive makes so that recursive make happens before make in the current directory. This helps when building hslibs as DLLs, where the cbits DLLs need to be made before the main DLLs.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
opts.mk 5.38 KiB