Module Name: src
Committed By: christos
Date: Sun Feb 21 03:33:18 UTC 2016
Modified Files:
src/sys/arch/hppa/stand: Makefile.inc
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/hppa/stand/Makefile.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/hppa/stand/Makefile.inc
diff -u src/sys/arch/hppa/stand/Makefile.inc:1.1 src/sys/arch/hppa/stand/Makefile.inc:1.2
--- src/sys/arch/hppa/stand/Makefile.inc:1.1 Mon Feb 24 02:23:43 2014
+++ src/sys/arch/hppa/stand/Makefile.inc Sat Feb 20 22:33:18 2016
@@ -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