Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/libc/tls Not designed for PIE



details:   https://anonhg.NetBSD.org/src/rev/92f9a6d3d08b
branches:  trunk
changeset: 346534:92f9a6d3d08b
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Jul 18 12:17:39 2016 +0000

description:
Not designed for PIE

diffstat:

 tests/lib/libc/tls/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r e41f3d5c2839 -r 92f9a6d3d08b tests/lib/libc/tls/Makefile
--- a/tests/lib/libc/tls/Makefile       Sun Jul 17 20:13:19 2016 +0000
+++ b/tests/lib/libc/tls/Makefile       Mon Jul 18 12:17:39 2016 +0000
@@ -1,5 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2016/06/18 12:12:09 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2016/07/18 12:17:39 christos Exp $
 
+NOPIE=yes
 .include <bsd.own.mk>
 
 TESTSDIR=      ${TESTSBASE}/lib/libc/tls



Home | Main Index | Thread Index | Old Index