openssl: fix build for octeon
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
parent
8d858460fe
commit
0c9a28e9e0
@ -0,0 +1,11 @@
|
||||
--- a/Configure
|
||||
+++ b/Configure
|
||||
@@ -1244,7 +1244,7 @@ if ($target =~ /^mingw/ && `$config{CC}
|
||||
}
|
||||
|
||||
if ($target =~ /linux.*-mips/ && !$disabled{asm}
|
||||
- && !grep { $_ =~ /-m(ips|arch=)/ } (@{$config{CFLAGS}})) {
|
||||
+ && !grep { $_ !~ /-m(ips|arch=)/ } (@{$config{CFLAGS}})) {
|
||||
# minimally required architecture flags for assembly modules
|
||||
my $value;
|
||||
$value = '-mips2' if ($target =~ /mips32/);
|
||||
Loading…
Reference in New Issue
Block a user