Index: libcxx/trunk/utils/merge_archives.py =================================================================== --- libcxx/trunk/utils/merge_archives.py +++ libcxx/trunk/utils/merge_archives.py @@ -118,7 +118,7 @@ execute_command_verbose([ar_exe, '-x', arc], cwd=temp_directory_root, verbose=args.verbose) - files = glob.glob(os.path.join(temp_directory_root, '*.o')) + files = glob.glob(os.path.join(temp_directory_root, '*.o*')) if not files: print_and_exit('Failed to glob for %s' % glob_path) cmd = [ar_exe, '-qc', args.output] + files