Browse Source

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.
Rich Felker 9 years ago
parent
commit
d48d611f99
1 changed files with 1 additions and 1 deletions
  1. 1 1
      patches/binutils-2.25.1/0001-staticpie.diff

+ 1 - 1
patches/binutils-2.25.1/0001-staticpie.diff

@@ -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