Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: detect the right `ar` tool | Mike Frysinger | 2015-11-11 | 1 | -0/+270 |
Use automake's AM_PROG_AR helper instead of the default of hardcoding `ar` all the time. When cross-compiling, this can often be the wrong one to use. BUG=google-breakpad:519 R=ted.mielczarek@gmail.com Review URL: https://codereview.chromium.org/1435813002 . |