summaryrefslogtreecommitdiff
path: root/Cross/config.sh-arm-linux-n770
diff options
context:
space:
mode:
authorNeil Bowers <neilb@neilb.org>2022-03-16 23:43:53 +0000
committerPaul Evans <leonerd@leonerd.org.uk>2022-04-20 11:38:21 +0100
commit39f8eb4a21670e6b973dcfc86d0b1339064f5642 (patch)
treea4cb56aa6e1ecc5bcee37d1a45da13c3ef17a273 /Cross/config.sh-arm-linux-n770
parent79311730f400cc7f546ab72f6dbb22fddb27856d (diff)
downloadperl-39f8eb4a21670e6b973dcfc86d0b1339064f5642.tar.gz
Add Configure question for taint support
This adds a Configure question for whether you want taint support. It defaults to "yes", so that ./Configure -des will build a perl which supports taint in the usual way. If you say "no", then perl is compiled with -DSILENT_NO_TAINT_SUPPORT so that taint features silently do nothing. I've submitted a separate pull request on perl/metaconfig, which adds the underlying metaconfig unit for this question, which was used to build this Configure script.
Diffstat (limited to 'Cross/config.sh-arm-linux-n770')
-rw-r--r--Cross/config.sh-arm-linux-n7701
1 files changed, 1 insertions, 0 deletions
diff --git a/Cross/config.sh-arm-linux-n770 b/Cross/config.sh-arm-linux-n770
index 434128e0fe..0916220da4 100644
--- a/Cross/config.sh-arm-linux-n770
+++ b/Cross/config.sh-arm-linux-n770
@@ -1098,6 +1098,7 @@ submit=''
subversion='11'
sysman='/usr/share/man/man1'
tail=''
+taint_support='define'
tar=''
targetarch=''
targetsh='/bin/sh'