summaryrefslogtreecommitdiffstats
path: root/Configurations/50-masm.conf
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2017-12-01 15:29:05 +0100
committerRichard Levitte <levitte@openssl.org>2017-12-12 17:18:07 +0100
commit3b6c4b07364797566c2c1fd75e499b2d9dd73506 (patch)
treee3b38e114678fc4512900c204aea0eae0fc55dfc /Configurations/50-masm.conf
parentcbade36108267fc551d0ec50d897a954b55672ac (diff)
Configure: Add read_eval_file, a general purpose perl file reader/evaluator
It will return the last expression from the input file. We also use this in read_config, which slightly changes what's expected of Configurations/*.conf. They do not have to assign %targets specifically. On the other hand, the table of configs MUST be the last expression in each of those files. Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4840)
Diffstat (limited to 'Configurations/50-masm.conf')
-rw-r--r--Configurations/50-masm.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configurations/50-masm.conf b/Configurations/50-masm.conf
index 0ec5e95084..e2b54e345c 100644
--- a/Configurations/50-masm.conf
+++ b/Configurations/50-masm.conf
@@ -7,7 +7,7 @@
# proven to be daunting task. This is experimental target, for
# production builds stick with [up-to-date version of] nasm.
-%targets = (
+my %targets = (
"VC-WIN64A-masm" => {
inherit_from => [ "VC-WIN64-common", asm("x86_64_asm"),
sub { $disabled{shared} ? () : "x86_64_uplink" } ],