From d48d611f999fed347c1cad5687524995baed5ad6 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Fri, 6 Nov 2015 00:40:50 +0000 Subject: [PATCH] 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. --- patches/binutils-2.25.1/0001-staticpie.diff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/binutils-2.25.1/0001-staticpie.diff b/patches/binutils-2.25.1/0001-staticpie.diff index 1cb6ef4..70bdebf 100644 --- a/patches/binutils-2.25.1/0001-staticpie.diff +++ b/patches/binutils-2.25.1/0001-staticpie.diff @@ -459,7 +459,7 @@ index cf3b586..1e5e5cf 100644 doing. +@kindex --no-dynamic-linker -+@itemx --no-dynamic-linker ++@item --no-dynamic-linker +When producing an executable file, omit the request for a dynamic +linker to be used at load-time. This is only meaningful for ELF +executables that contain dynamic relocations, and usually requires