"linux-sparc64-gcc" configuration
Submitted by: Ray Miller <ray.miller@oucs.ox.ac.uk>
This commit is contained in:
parent
a53955d8ab
commit
885982dc6e
6
CHANGES
6
CHANGES
@ -5,6 +5,9 @@
|
|||||||
|
|
||||||
Changes between 0.9.3a and 0.9.4
|
Changes between 0.9.3a and 0.9.4
|
||||||
|
|
||||||
|
*) "linux-sparc64-gcc" configuration (ultrapenguin).
|
||||||
|
[Ray Miller <ray.miller@oucs.ox.ac.uk>]
|
||||||
|
|
||||||
*) config now generates no-xxx options for missing ciphers.
|
*) config now generates no-xxx options for missing ciphers.
|
||||||
[Ulf Möller]
|
[Ulf Möller]
|
||||||
|
|
||||||
@ -15,6 +18,7 @@
|
|||||||
*) Support BS2000/OSD-POSIX.
|
*) Support BS2000/OSD-POSIX.
|
||||||
[Martin Kraemer <Martin.Kraemer@MchP.Siemens.De>]
|
[Martin Kraemer <Martin.Kraemer@MchP.Siemens.De>]
|
||||||
|
|
||||||
|
>>>>>>> 1.252
|
||||||
*) Make callbacks for key generation use void * instead of char *.
|
*) Make callbacks for key generation use void * instead of char *.
|
||||||
[Ben Laurie]
|
[Ben Laurie]
|
||||||
|
|
||||||
@ -24,7 +28,7 @@
|
|||||||
*) Additional typesafe stacks.
|
*) Additional typesafe stacks.
|
||||||
[Ben Laurie]
|
[Ben Laurie]
|
||||||
|
|
||||||
*) New configuration variant "bsdi-elf-gcc" (BSD/OS 4.x).
|
*) New configuration variants "bsdi-elf-gcc" (BSD/OS 4.x).
|
||||||
[Bodo Moeller]
|
[Bodo Moeller]
|
||||||
|
|
||||||
|
|
||||||
|
@ -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-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-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-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-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-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:",
|
"NetBSD-x86", "gcc:-DTERMIOS -D_ANSI_SOURCE -O3 -fomit-frame-pointer -m486 -Wall:(unknown)::BN_LLONG $x86_gcc_des $x86_gcc_opts:",
|
||||||
|
1
config
1
config
@ -313,6 +313,7 @@ case "$GUESSOS" in
|
|||||||
alpha-*-linux2) OUT="alpha-gcc" ;;
|
alpha-*-linux2) OUT="alpha-gcc" ;;
|
||||||
ppc-*-linux2) OUT="linux-ppc" ;;
|
ppc-*-linux2) OUT="linux-ppc" ;;
|
||||||
mips-*-linux?) OUT="linux-mips" ;;
|
mips-*-linux?) OUT="linux-mips" ;;
|
||||||
|
sparc64-*-linux2) OUT="linux-sparc64-$CC" ;;
|
||||||
*-*-linux2) OUT="linux-elf" ;;
|
*-*-linux2) OUT="linux-elf" ;;
|
||||||
*-*-linux1) OUT="linux-aout" ;;
|
*-*-linux1) OUT="linux-aout" ;;
|
||||||
sun4u-sun-solaris2) OUT="solaris-usparc-$CC" ;;
|
sun4u-sun-solaris2) OUT="solaris-usparc-$CC" ;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user