Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc/stand We don't want PIE!
details: https://anonhg.NetBSD.org/src/rev/54d085b1be42
branches: trunk
changeset: 345332:54d085b1be42
user: christos <christos%NetBSD.org@localhost>
date: Thu May 19 15:41:18 2016 +0000
description:
We don't want PIE!
diffstat:
sys/arch/sparc/stand/Makefile.inc | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r eefaa6378eaa -r 54d085b1be42 sys/arch/sparc/stand/Makefile.inc
--- a/sys/arch/sparc/stand/Makefile.inc Thu May 19 15:38:13 2016 +0000
+++ b/sys/arch/sparc/stand/Makefile.inc Thu May 19 15:41:18 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.12 2016/03/10 09:00:24 martin Exp $
+# $NetBSD: Makefile.inc,v 1.13 2016/05/19 15:41:18 christos Exp $
.ifndef __INCLUDED_STAND_MAKEFILE_INC
__INCLUDED_STAND_MAKEFILE_INC=
@@ -6,6 +6,7 @@
.include <bsd.own.mk>
BINDIR= /usr/mdec
+NOPIE= yes
CPPFLAGS+= -DSTANDALONE -I.
CFLAGS+= -ffreestanding ${${ACTIVE_CC} == "gcc":? -msoft-float :}
Home |
Main Index |
Thread Index |
Old Index