summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-03-27 09:12:51 +0000
committerRichard Levitte <levitte@openssl.org>2001-03-27 09:12:51 +0000
commit10f2bf6d81912492d5fe078dd79e17ab66e27eeb (patch)
treefd4d048a899086664e9b55580d6b268b526f8d9e /Configure
parent1714c07164f484e9447cb24b79349ed08d3a5f11 (diff)
Reports seem to show that asm/mips3.s has faults. To be investigated, but let's avoid using it in the mean time
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/Configure b/Configure
index c648695c65..7d6276205e 100755
--- a/Configure
+++ b/Configure
@@ -89,7 +89,9 @@ my $x86_elf_asm="asm/bn86-elf.o asm/co86-elf.o:asm/dx86-elf.o asm/yx86-elf.o:asm
my $x86_out_asm="asm/bn86-out.o asm/co86-out.o:asm/dx86-out.o asm/yx86-out.o:asm/bx86-out.o:asm/mx86-out.o:asm/sx86-out.o:asm/cx86-out.o:asm/rx86-out.o:asm/rm86-out.o:asm/r586-out.o";
my $x86_bsdi_asm="asm/bn86bsdi.o asm/co86bsdi.o:asm/dx86bsdi.o asm/yx86bsdi.o:asm/bx86bsdi.o:asm/mx86bsdi.o:asm/sx86bsdi.o:asm/cx86bsdi.o:asm/rx86bsdi.o:asm/rm86bsdi.o:asm/r586bsdi.o";
-my $mips3_irix_asm="asm/mips3.o::::::::";
+# There seems to be some kind of fault in asm/mips3.s
+#my $mips3_irix_asm="asm/mips3.o::::::::";
+my $mips3_irix_asm="::::::::";
# There seems to be boundary faults in asm/alpha.s.
#my $alpha_asm="asm/alpha.o::::::::";
my $alpha_asm="::::::::";