提交 9be64336 编写于 作者: R Richard Levitte

Fix small typo (parenthesis missing)

Fixes #5207 (another PR)
Reviewed-by: NBen Kaduk <kaduk@mit.edu>
(Merged from https://github.com/openssl/openssl/pull/5210)
上级 26f0340d
...@@ -1155,7 +1155,7 @@ if ($target =~ /^mingw/ && `$config{cc} --target-help 2>&1` =~ m/-mno-cygwin/m) ...@@ -1155,7 +1155,7 @@ if ($target =~ /^mingw/ && `$config{cc} --target-help 2>&1` =~ m/-mno-cygwin/m)
if ($target =~ /linux.*-mips/ && !$disabled{asm} if ($target =~ /linux.*-mips/ && !$disabled{asm}
&& !grep { $_ !~ /-m(ips|arch=)/ } (@{$user{CFLAGS}}, && !grep { $_ !~ /-m(ips|arch=)/ } (@{$user{CFLAGS}},
@{$useradd{CFLAGS}}) { @{$useradd{CFLAGS}})) {
# minimally required architecture flags for assembly modules # minimally required architecture flags for assembly modules
my $value; my $value;
$value = '-mips2' if ($target =~ /mips32/); $value = '-mips2' if ($target =~ /mips32/);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册