We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 181ea68 commit 2064887Copy full SHA for 2064887
Makefile
@@ -94,9 +94,9 @@ all::
94
# Define OLD_ICONV if your library has an old iconv(), where the second
95
# (input buffer pointer) parameter is declared with type (const char **).
96
#
97
-# Define NO_R_TO_GCC if your gcc does not like "-R/path/lib" that
98
-# tells runtime paths to dynamic libraries; "-Wl,-rpath=/path/lib"
99
-# is used instead.
+# Define NO_R_TO_GCC_LINKER if your gcc does not like "-R/path/lib"
+# that tells runtime paths to dynamic libraries;
+# "-Wl,-rpath=/path/lib" is used instead.
100
101
# Define USE_NSEC below if you want git to care about sub-second file mtimes
102
# and ctimes. Note that you need recent glibc (at least 2.2.4) for this, and
0 commit comments