From 7d3ce7ba371aa6df39ec5501282dd6e11b70bbbd Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Sun, 7 Mar 1999 14:17:32 +0000 Subject: [PATCH] Linux MIPS support. --- CHANGES | 3 +++ Configure | 2 ++ 2 files changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index 2ed6f25250..d1146d0a96 100644 --- a/CHANGES +++ b/CHANGES @@ -5,6 +5,9 @@ Changes between 0.9.1c and 0.9.2 + *) Add config entry for Linux on MIPS. + [John Tobey ] + *) Make links whenever Configure is run. [Ben Laurie] diff --git a/Configure b/Configure index 84d1da76c4..aaeda79920 100755 --- a/Configure +++ b/Configure @@ -149,6 +149,8 @@ my %table=( "linux-elf", "gcc:-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -m486 -Wall -Wuninitialized::BN_LLONG $x86_gcc_des $x86_gcc_opts:$x86_elf_asm", "debug-linux-elf","gcc:-DREF_CHECK -DCRYPTO_MDEBUG -DL_ENDIAN -DTERMIO -g -m486 -Wall:-lefence:BN_LLONG $x86_gcc_des $x86_gcc_opts:$x86_elf_asm", "linux-aout", "gcc:-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -m486 -Wall::BN_LLONG $x86_gcc_des $x86_gcc_opts:$x86_out_asm", +"linux-mips", "gcc:-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall +-Wuninitialized:::BN_LLONG:", "NetBSD-sparc", "gcc:-DTERMIOS -O3 -fomit-frame-pointer -mv8 -Wall -DB_ENDIAN::BN_LLONG MD2_CHAR RC4_INDEX DES_UNROLL:::", "NetBSD-m68", "gcc:-DTERMIOS -O3 -fomit-frame-pointer -Wall -DB_ENDIAN::BN_LLONG MD2_CHAR RC4_INDEX DES_UNROLL:::", "NetBSD-x86", "gcc:-DTERMIOS -D_ANSI_SOURCE -O3 -fomit-frame-pointer -m486 -Wall::BN_LLONG $x86_gcc_des $x86_gcc_opts:", -- GitLab