Source-Changes-HG archive

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

[src/trunk]: src/regress/sys/crypto/des_asm Since the i386-specific DES assem...



details:   https://anonhg.NetBSD.org/src/rev/4804adb40a21
branches:  trunk
changeset: 347112:4804adb40a21
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sun Aug 14 19:05:24 2016 +0000

description:
Since the i386-specific DES assembly is not PIC, don't build this as PIE.

diffstat:

 regress/sys/crypto/des_asm/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 0da6ba82dc7d -r 4804adb40a21 regress/sys/crypto/des_asm/Makefile
--- a/regress/sys/crypto/des_asm/Makefile       Sun Aug 14 19:03:28 2016 +0000
+++ b/regress/sys/crypto/des_asm/Makefile       Sun Aug 14 19:05:24 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3 2002/09/18 05:41:52 lukem Exp $
+#      $NetBSD: Makefile,v 1.4 2016/08/14 19:05:24 joerg Exp $
 #      $KAME: Makefile,v 1.5 2000/11/08 05:58:25 itojun Exp $
 
 NOMAN=         # defined
@@ -6,6 +6,8 @@
 PROG=          destest
 SRCS=          destest.c des_ecb.c des_enc.S des_setkey.c
 
+NOPIE=         yes
+
 .include "../Makefile.inc"
 .include <bsd.own.mk>
 



Home | Main Index | Thread Index | Old Index