[openssl-commits] [openssl] OpenSSL_1_1_0-stable update

Richard Levitte levitte at openssl.org
Wed Mar 7 15:29:21 UTC 2018


The branch OpenSSL_1_1_0-stable has been updated
       via  bfdcf291602d74100c3a3b86af67cfc750095a47 (commit)
      from  7d162ac37eb829be319477f42ddb5509f6c766b0 (commit)


- Log -----------------------------------------------------------------
commit bfdcf291602d74100c3a3b86af67cfc750095a47
Author: Richard Levitte <levitte at openssl.org>
Date:   Wed Mar 7 14:52:47 2018 +0100

    Configurations/unix-Makefile.tmpl: remove assignment of AS and ASFLAGS
    
    We have never used these variables with the Unix Makefile, and there's
    no reason for us to change this, so to avoid confusion, we remove them.
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/5545)
    
    (cherry picked from commit 61ab6919183fe804f3ed5cf26fcc121a4ecbb6af)

-----------------------------------------------------------------------

Summary of changes:
 Configurations/unix-Makefile.tmpl | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl
index 79993e3..d7e4ad1 100644
--- a/Configurations/unix-Makefile.tmpl
+++ b/Configurations/unix-Makefile.tmpl
@@ -208,9 +208,8 @@ TARFILE=        ../$(NAME).tar
 # order to be excused from maintaining a separate set of architecture
 # dependent assembler flags. E.g. if you throw -mcpu=ultrasparc at SPARC
 # gcc, then the driver will automatically translate it to -xarch=v8plus
-# and pass it down to assembler.
-AS=$(CC) -c
-ASFLAG=$(CFLAGS)
+# and pass it down to assembler.  In any case, we do not define AS or
+# ASFLAGS for this reason.
 PERLASM_SCHEME= {- $target{perlasm_scheme} -}
 
 # For x86 assembler: Set PROCESSOR to 386 if you want to support


More information about the openssl-commits mailing list