Merge branch 'jw/make-arflags-customizable' into maint
authorJunio C Hamano <gitster@pobox.com>
Fri, 16 Oct 2015 21:32:36 +0000 (14:32 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 16 Oct 2015 21:32:36 +0000 (14:32 -0700)
commit4d2a3011eed6abda1399de2774bd8f08db1581f9
treee5e94f9df7bc13d810bd021b33028a8d3927bcef
parenta3bbfe5d006f0f4deb59f92b3079ccf67764ea34
parentac179b4d9ceb460ca0b6bc77806b54b8e7dc3dd4
Merge branch 'jw/make-arflags-customizable' into maint

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