Source-Changes-HG archive

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

[src/trunk]: src/share/examples/asm/hello This example is plain asm code, run...



details:   https://anonhg.NetBSD.org/src/rev/fcdfbfda3435
branches:  trunk
changeset: 373855:fcdfbfda3435
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Mar 07 10:43:53 2023 +0000

description:
This example is plain asm code, running ctf tools on it is not usefull

diffstat:

 share/examples/asm/hello/Makefile.inst |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r b3945501a418 -r fcdfbfda3435 share/examples/asm/hello/Makefile.inst
--- a/share/examples/asm/hello/Makefile.inst    Tue Mar 07 09:47:48 2023 +0000
+++ b/share/examples/asm/hello/Makefile.inst    Tue Mar 07 10:43:53 2023 +0000
@@ -1,4 +1,7 @@
-# $NetBSD: Makefile.inst,v 1.2 2022/10/14 19:42:13 ryo Exp $
+# $NetBSD: Makefile.inst,v 1.3 2023/03/07 10:43:53 martin Exp $
+
+NOPIE=         # defined
+NOCTF=         # defined
 
 .include <bsd.own.mk>
 
@@ -7,7 +10,6 @@
 MAN=           # empty
 LDFLAGS=       -nostdlib
 SRCS=          ${MACHINE_CPU}.s
-MKPIE=         no
 .endif
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index