Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hppa/stand No debug, pic, or ctf for standalone code.



details:   https://anonhg.NetBSD.org/src/rev/a4e2146b6fee
branches:  trunk
changeset: 343695:a4e2146b6fee
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Feb 21 03:33:18 2016 +0000

description:
No debug, pic, or ctf for standalone code.
- debug makes things not fit
- ctf is useless
- pic does not work with the function call convention standalone uses

diffstat:

 sys/arch/hppa/stand/Makefile.inc |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 9e624f75b75f -r a4e2146b6fee sys/arch/hppa/stand/Makefile.inc
--- a/sys/arch/hppa/stand/Makefile.inc  Sun Feb 21 01:33:56 2016 +0000
+++ b/sys/arch/hppa/stand/Makefile.inc  Sun Feb 21 03:33:18 2016 +0000
@@ -1,8 +1,11 @@
-#      $NetBSD: Makefile.inc,v 1.1 2014/02/24 07:23:43 skrll Exp $
+#      $NetBSD: Makefile.inc,v 1.2 2016/02/21 03:33:18 christos Exp $
 
+NOPIE=yes
+NOCTF=yes
+NODEBUG=yes
 BINDIR=                /usr/mdec
 
-.include <bsd.own.mk>
+.include <bsd.init.mk>
 
 COPTS+=                -Wno-pointer-sign
 COPTS+=                -fno-strict-aliasing



Home | Main Index | Thread Index | Old Index