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)
This commit is contained in:
Mathias Berchtold 2023-04-22 17:10:26 -06:00 committed by Tomas Mraz
parent 3155b5a90e
commit d9b811dc01
1 changed files with 1 additions and 0 deletions

View File

@ -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 => [],