From 885982dc6e83bbd80310daee8b691848006aa401 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Fri, 4 Jun 1999 21:46:35 +0000 Subject: [PATCH] "linux-sparc64-gcc" configuration Submitted by: Ray Miller --- CHANGES | 6 +++++- Configure | 1 + config | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 33e474abbd..3f425a3b95 100644 --- a/CHANGES +++ b/CHANGES @@ -5,6 +5,9 @@ Changes between 0.9.3a and 0.9.4 + *) "linux-sparc64-gcc" configuration (ultrapenguin). + [Ray Miller ] + *) config now generates no-xxx options for missing ciphers. [Ulf Möller] @@ -15,6 +18,7 @@ *) Support BS2000/OSD-POSIX. [Martin Kraemer ] +>>>>>>> 1.252 *) Make callbacks for key generation use void * instead of char *. [Ben Laurie] @@ -24,7 +28,7 @@ *) Additional typesafe stacks. [Ben Laurie] - *) New configuration variant "bsdi-elf-gcc" (BSD/OS 4.x). + *) New configuration variants "bsdi-elf-gcc" (BSD/OS 4.x). [Bodo Moeller] diff --git a/Configure b/Configure index 19bef037fe..78b032eaad 100755 --- a/Configure +++ b/Configure @@ -172,6 +172,7 @@ my %table=( "linux-aout", "gcc:-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -m486 -Wall:(unknown)::BN_LLONG $x86_gcc_des $x86_gcc_opts:$x86_out_asm", "linux-mips", "gcc:-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall:(unknown)::BN_LLONG:::", "linux-ppc", "gcc:-DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall:(unknown)::::", +"linux-sparc64-gcc","gcc:-DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -mv8 -Wall:-D_REENTRANT:::::", "NetBSD-sparc", "gcc:-DTERMIOS -O3 -fomit-frame-pointer -mv8 -Wall -DB_ENDIAN:(unknown)::BN_LLONG MD2_CHAR RC4_INDEX DES_UNROLL:::", "NetBSD-m68", "gcc:-DTERMIOS -O3 -fomit-frame-pointer -Wall -DB_ENDIAN:(unknown)::BN_LLONG MD2_CHAR RC4_INDEX DES_UNROLL:::", "NetBSD-x86", "gcc:-DTERMIOS -D_ANSI_SOURCE -O3 -fomit-frame-pointer -m486 -Wall:(unknown)::BN_LLONG $x86_gcc_des $x86_gcc_opts:", diff --git a/config b/config index 534f3a46e0..10528a83d9 100755 --- a/config +++ b/config @@ -313,6 +313,7 @@ case "$GUESSOS" in alpha-*-linux2) OUT="alpha-gcc" ;; ppc-*-linux2) OUT="linux-ppc" ;; mips-*-linux?) OUT="linux-mips" ;; + sparc64-*-linux2) OUT="linux-sparc64-$CC" ;; *-*-linux2) OUT="linux-elf" ;; *-*-linux1) OUT="linux-aout" ;; sun4u-sun-solaris2) OUT="solaris-usparc-$CC" ;; -- 2.25.1