From: Junio C Hamano Date: Thu, 13 Jun 2019 20:19:43 +0000 (-0700) Subject: Merge branch 'ab/deprecate-R-for-dynpath' X-Git-Tag: v2.23.0-rc0~129 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/51d6c0f0159a7f8ec02bc5a095172cee857b4e3a?hp=--cc 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 --- 51d6c0f0159a7f8ec02bc5a095172cee857b4e3a