Merge branch 'ab/deprecate-R-for-dynpath'
authorJunio C Hamano <gitster@pobox.com>
Thu, 13 Jun 2019 20:19:43 +0000 (13:19 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 13 Jun 2019 20:19:43 +0000 (13:19 -0700)
commit51d6c0f0159a7f8ec02bc5a095172cee857b4e3a
tree2a074219de2e517068f4ee3854504eabaf01e546
parent2a983b227dd6df4d8db6e53e2f5be8afad061b60
parent0f50c8e32c872097f86c424a17e2e4f856bd2f6e
Merge branch 'ab/deprecate-R-for-dynpath'

The way of specifying the path to find dynamic libraries at runtime
has been simplified.  The old default to pass -R/path/to/dir has been
replaced with the new default to pass -Wl,-rpath,/path/to/dir,
which is the more recent GCC uses.  Those who need to build with an
old GCC can still use "CC_LD_DYNPATH=-R"

* ab/deprecate-R-for-dynpath:
  Makefile: remove the NO_R_TO_GCC_LINKER flag
Makefile