Added ability to pass additional ASFLAGS to Configure
authorMathias Berchtold <mberchtold@gmail.com>
Sat, 22 Apr 2023 23:10:26 +0000 (17:10 -0600)
committerTomas Mraz <tomas@openssl.org>
Tue, 25 Apr 2023 10:09:27 +0000 (12:09 +0200)
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)

Configure

index 4e4681ae8f1c26fa874c3ca4fe8de655fcdbc345..a6c9af9398f506a7350679c4a2bc76d93ba9ab26 100755 (executable)
--- 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    => [],