Merge branch 'jw/make-arflags-customizable'
authorJunio C Hamano <gitster@pobox.com>
Mon, 5 Oct 2015 19:30:23 +0000 (12:30 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 5 Oct 2015 19:30:23 +0000 (12:30 -0700)
commit1e7ea4e7abe6214a06d8acd60e6f6e2a09f7d05c
treebd98fb3b7d11937c4eb6ce593675237537def24b
parent6560584494a8053431d0c8e90b78d50f71c8055b
parentac179b4d9ceb460ca0b6bc77806b54b8e7dc3dd4
Merge branch 'jw/make-arflags-customizable'

The Makefile always runs the library archiver with hardcoded "crs"
options, which was inconvenient for exotic platforms on which
people want to use programs with totally different set of command
line options.

* jw/make-arflags-customizable:
  Makefile: allow $(ARFLAGS) specified from the command line
Makefile