commit | b5e006edb9387c774ab8d4ac27c14fe81de38d0a | [log] [tgz] |
---|---|---|
author | Shi, Steven <steven.shi@intel.com> | Wed Aug 03 17:43:03 2016 +0800 |
committer | Liming Gao <liming.gao@intel.com> | Wed Aug 10 12:56:27 2016 +0800 |
tree | b8c3459fdbd7a851ddb0f567540b7fc2fd3679eb | |
parent | 5aeafb3a254e7cd9e1fb69a0d391388a51c6e210 [diff] |
BaseTools-Conf:Remove short dash in ar flag for LLVM Both binutils ar and LLVM ar support "cr", but LLVM ar doens't support add "-" in the flags, and llvm-ar cannot accept "-cr". So remove the short dash "-" to make llvm archives work. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Steven Shi <steven.shi@intel.com> Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>