fix docs error introduced in binutils static pie patch
this broke the build. apparently the original patch I sent upstream had this error and it was fixed when committing without me noticing.
This commit is contained in:
parent
eeaae9e133
commit
d48d611f99
|
@ -459,7 +459,7 @@ index cf3b586..1e5e5cf 100644
|
||||||
doing.
|
doing.
|
||||||
|
|
||||||
+@kindex --no-dynamic-linker
|
+@kindex --no-dynamic-linker
|
||||||
+@itemx --no-dynamic-linker
|
+@item --no-dynamic-linker
|
||||||
+When producing an executable file, omit the request for a dynamic
|
+When producing an executable file, omit the request for a dynamic
|
||||||
+linker to be used at load-time. This is only meaningful for ELF
|
+linker to be used at load-time. This is only meaningful for ELF
|
||||||
+executables that contain dynamic relocations, and usually requires
|
+executables that contain dynamic relocations, and usually requires
|
||||||
|
|
Loading…
Reference in New Issue