diff options
author | Richard Levitte <levitte@openssl.org> | 2019-09-13 00:05:26 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2019-09-16 16:29:57 +0200 |
commit | a1c8befd661fa2145d330bb04ebc6061660db4fd (patch) | |
tree | 640ee35a13fc5cc909826b3113c80911f003d5b8 /engines | |
parent | Build files: Unify standard arguments for assembler generating scrips (diff) | |
download | openssl-a1c8befd661fa2145d330bb04ebc6061660db4fd.tar.xz openssl-a1c8befd661fa2145d330bb04ebc6061660db4fd.zip |
build.info: For all assembler generators, remove all arguments
Since the arguments are now generated in the build file templates,
they should be removed from the build.info files.
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9884)
Diffstat (limited to 'engines')
-rw-r--r-- | engines/build.info | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/engines/build.info b/engines/build.info index 77aab6d525..fca41358e9 100644 --- a/engines/build.info +++ b/engines/build.info @@ -86,7 +86,6 @@ IF[{- !$disabled{"engine"} -}] GENERATE[ossltest.ld]=../util/engines.num ENDIF ENDIF - GENERATE[e_padlock-x86.s]=asm/e_padlock-x86.pl \ - $(PERLASM_SCHEME) $(LIB_CFLAGS) $(LIB_CPPFLAGS) $(PROCESSOR) - GENERATE[e_padlock-x86_64.s]=asm/e_padlock-x86_64.pl $(PERLASM_SCHEME) + GENERATE[e_padlock-x86.s]=asm/e_padlock-x86.pl + GENERATE[e_padlock-x86_64.s]=asm/e_padlock-x86_64.pl ENDIF |