From d9b811dc01992adcc19ce400f38adc0eb7de2a0b Mon Sep 17 00:00:00 2001 From: Mathias Berchtold Date: Sat, 22 Apr 2023 17:10:26 -0600 Subject: 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 Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/20813) --- Configure | 1 + 1 file changed, 1 insertion(+) (limited to 'Configure') 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 => [], -- cgit v1.2.1