summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorMathias Berchtold <mberchtold@gmail.com>2023-04-22 17:10:26 -0600
committerTomas Mraz <tomas@openssl.org>2023-04-25 12:09:27 +0200
commitd9b811dc01992adcc19ce400f38adc0eb7de2a0b (patch)
tree52138f2328bfab402eceb019a2089f8b35e2474f /Configure
parent3155b5a90e6ad9c7369d09e70e81686f4b321a73 (diff)
downloadopenssl-new-d9b811dc01992adcc19ce400f38adc0eb7de2a0b.tar.gz
Added ability to pass additional ASFLAGS to Configure
This allows additional command line options to be passed to the assembler. For example: Configure VC-WIN64A ASFLAGS=--reproducible Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20813)
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/Configure b/Configure
index 4e4681ae8f..a6c9af9398 100755
--- a/Configure
+++ b/Configure
@@ -741,6 +741,7 @@ my @user_crossable = qw ( AR AS CC CXX CPP LD MT RANLIB RC );
# input, as opposed to the VAR=string option that override the corresponding
# config target attributes
my %useradd = (
+ ASFLAGS => [],
CPPDEFINES => [],
CPPINCLUDES => [],
CPPFLAGS => [],