]> git.wh0rd.org - patches.git/blame - 10_all_generate-pie-scripts.patch
more random patches. who knows.
[patches.git] / 10_all_generate-pie-scripts.patch
CommitLineData
5e993f12 12006-07-19 Mike Frysinger <vapier@gentoo.org>
2
3 * emulparams/hppa64linux.sh (GENERATE_PIE_SCRIPT): Set to yes.
4
5--- ld/emulparams/hppa64linux.sh
6+++ ld/emulparams/hppa64linux.sh
7@@ -13,6 +13,7 @@
8 ENTRY="main"
9 TEMPLATE_NAME=elf32
10 GENERATE_SHLIB_SCRIPT=yes
11+GENERATE_PIE_SCRIPT=yes
12
13 # We really want multiple .stub sections, one for each input .text section,
14 # but for now this is good enough.