Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 619138
Collapse All | Expand All

(-)a/Distribution/Simple/Program/Ar.hs (-5 / +5 lines)
Lines 66-74 createArLibArchive verbosity lbi targetPath files = do Link Here
66
  let simpleArgs  = case hostOS of
66
  let simpleArgs  = case hostOS of
67
             OSX -> ["-r", "-s"]
67
             OSX -> ["rs"]
68
             _   -> ["-r"]
68
             _   -> ["r"]
69
69
70
      initialArgs = ["-q"]
70
      initialArgs = ["q"]
71
      finalArgs   = case hostOS of
71
      finalArgs   = case hostOS of
72
             OSX -> ["-q", "-s"]
72
             OSX -> ["qs"]
73
             _   -> ["-q"]
73
             _   -> ["q"]
74
74

Return to bug 619138