From f16f3ac55973ac687e773a38dbae3f030e3e3fb2 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Mon, 5 Jan 2015 22:56:47 +0100 Subject: Fix irix-cc build. Reviewed-by: Matt Caswell (cherry picked from commit e464403d0bda2f1f74eb68582e4988e591c32433) --- crypto/aes/asm/aes-mips.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/aes') diff --git a/crypto/aes/asm/aes-mips.pl b/crypto/aes/asm/aes-mips.pl index e52395421b..537c8d3172 100644 --- a/crypto/aes/asm/aes-mips.pl +++ b/crypto/aes/asm/aes-mips.pl @@ -70,7 +70,7 @@ $pf = ($flavour =~ /nubi/i) ? $t0 : $t2; # ###################################################################### -$big_endian=(`echo MIPSEL | $ENV{CC} -E -P -`=~/MIPSEL/)?1:0; +$big_endian=(`echo MIPSEL | $ENV{CC} -E -`=~/MIPSEL/)?1:0 if ($ENV{CC}); for (@ARGV) { $output=$_ if (/^\w[\w\-]*\.\w+$/); } open STDOUT,">$output"; -- cgit v1.2.3