Skip to content
  • Simon Marlow's avatar
    [project @ 2003-03-21 10:59:20 by simonmar] · 63a5c646
    Simon Marlow authored
    GNU ar seems to have trouble with duplicate object file names if you
    use the 's' modifier, so detect GNU ar here and use a simple 'ar q'
    command to create archives.
    
    This bug was tickled when I replaced an 'ar q' with '$(AR)' in
    target.mk yesterday: the default $(AR) is 'ar clqs'.
    63a5c646