summaryrefslogtreecommitdiffstats
path: root/Configurations/50-djgpp.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-djgpp.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-djgpp.conf')
-rw-r--r--Configurations/50-djgpp.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configurations/50-djgpp.conf b/Configurations/50-djgpp.conf
index f532bd16f7..fa8e6625d8 100644
--- a/Configurations/50-djgpp.conf
+++ b/Configurations/50-djgpp.conf
@@ -2,7 +2,7 @@
# and rely entirely on the OpenSSL community to help is fine
# tune and test.
-%targets = (
+my %targets = (
"DJGPP" => {
inherit_from => [ asm("x86_asm") ],
cc => "gcc",