Skip to content
  • Ian Lynagh's avatar
    Tweak the Makefile code for making .a libs; fixes trac #3642 · 64c64a6e
    Ian Lynagh authored
    The main change is that, rather than using "xargs ar" we now put
    all the filenames into a file, and do "ar @file". This means that
    ar adds all the files at once, which works around a problem where
    files with the same basename in a later invocation were overwriting
    the existing file in the .a archive.
    64c64a6e