pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/standalone-tcsh mipsn64eb also requires no pie ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/49ae2d3bfd15
branches:  trunk
changeset: 374912:49ae2d3bfd15
user:      mrg <mrg%pkgsrc.org@localhost>
date:      Thu Mar 03 03:33:47 2022 +0000

description:
mipsn64eb also requires no pie (probably el too) currently.

diffstat:

 shells/standalone-tcsh/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r f185ec61ebdb -r 49ae2d3bfd15 shells/standalone-tcsh/Makefile
--- a/shells/standalone-tcsh/Makefile   Thu Mar 03 03:33:22 2022 +0000
+++ b/shells/standalone-tcsh/Makefile   Thu Mar 03 03:33:47 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2022/02/05 05:39:55 mrg Exp $
+# $NetBSD: Makefile,v 1.40 2022/03/03 03:33:47 mrg Exp $
 #
 
 # FIXME: This is because of PREFIX=/ below.
@@ -17,7 +17,8 @@
 ONLY_FOR_PLATFORM+=    NetBSD-*-* OpenBSD-*-* SunOS-*-*
 
 .if "${OPSYS}" == "NetBSD" && \
-    (${MACHINE_ARCH} == "aarch64" || ${MACHINE_ARCH} == "aarch64eb")
+    (${MACHINE_ARCH} == "aarch64" || ${MACHINE_ARCH} == "aarch64eb" || \
+     ${MACHINE_ARCH} == "mipsn64-el" || ${MACHINE_ARCH} == "mipsn64eb")
 MKPIE_SUPPORTED= no
 .endif
 



Home | Main Index | Thread Index | Old Index