Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/ia64/stand/ia64/ski XXX: Can't do PIE yet because o...



details:   https://anonhg.NetBSD.org/src/rev/0d8ec0546b77
branches:  trunk
changeset: 819800:0d8ec0546b77
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Dec 17 18:41:13 2016 +0000

description:
XXX: Can't do PIE yet because of gp relocation in start.S

diffstat:

 sys/arch/ia64/stand/ia64/ski/Makefile |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r ef95c5112494 -r 0d8ec0546b77 sys/arch/ia64/stand/ia64/ski/Makefile
--- a/sys/arch/ia64/stand/ia64/ski/Makefile     Sat Dec 17 17:04:38 2016 +0000
+++ b/sys/arch/ia64/stand/ia64/ski/Makefile     Sat Dec 17 18:41:13 2016 +0000
@@ -4,6 +4,7 @@
 
 .include "../Makefile.booters"
 
+NOPIE=         yes
 PROG=          skiload
 MAN=#
 BINDIR?=       /usr/mdec



Home | Main Index | Thread Index | Old Index