diff options
author | 1998-10-12 05:26:12 +0000 | |
---|---|---|
committer | 1998-10-12 05:26:12 +0000 | |
commit | beebd3103da1560f83b074e02eb060945868b079 (patch) | |
tree | f73155ad69ff9e94b0546cef15c43b319be5256e /lib/libssl/src | |
parent | While It would be a really nice thing to have nested interrupts, (diff) | |
download | wireguard-openbsd-beebd3103da1560f83b074e02eb060945868b079.tar.xz wireguard-openbsd-beebd3103da1560f83b074e02eb060945868b079.zip |
*UNTESTED* Makefile and configure changes that may work with pmax and arc.
*These need to be tested by someone who has one!!*
Diffstat (limited to 'lib/libssl/src')
-rw-r--r-- | lib/libssl/src/Configure | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libssl/src/Configure b/lib/libssl/src/Configure index 1dc0ed320c2..8b9ecbcdef2 100644 --- a/lib/libssl/src/Configure +++ b/lib/libssl/src/Configure @@ -135,6 +135,8 @@ $x86_bsdi_asm="asm/bn86bsdi.o:asm/dx86bsdi.o asm/yx86bsdi.o:asm/bx86bsdi.o:asm/m "OpenBSD-alpha","gcc:-DTERMIOS -O3 -fomit-frame-pointer -Wall::SIXTY_FOUR_BIT_LONGS DES_INT DES_PTR DES_RISC2:::", "OpenBSD-x86", "gcc:-DTERMIOS -DBN_ASM -DL_ENDIAN -D_ANSI_SOURCE -fomit-frame-pointer -O3 -m486 -Wall::BN_LLONG $x86_gcc_des $x86_gcc_opts:$x86_out_asm", "OpenBSD-bigendian", "gcc:-DTERMIOS -O3 -fomit-frame-pointer -Wall -DB_ENDIAN::BN_LLONG MD2_CHAR RC4_INDEX DES_UNROLL:::", +"OpenBSD-pmax", "gcc:-DTERMIOS -O3 -fomit-frame-pointer -Wall -DL_ENDIAN::BN_LLONG MD2_CHAR RC4_INDEX DES_UNROLL:::", +"OpenBSD-arc", "gcc:-DTERMIOS -O3 -fomit-frame-pointer -Wall -DL_ENDIAN::BN_LLONG MD2_CHAR RC4_INDEX DES_UNROLL:::", "FreeBSD", "gcc:-DTERMIOS -DBN_ASM -DL_ENDIAN -D_ANSI_SOURCE -fomit-frame-pointer -O3 -m486 -Wall::BN_LLONG $x86_gcc_des $x86_gcc_opts:$x86_out_asm", #"bsdi-gcc", "gcc:-O3 -ffast-math -DBN_ASM -DL_ENDIAN -DPERL5 -m486::RSA_LLONG $x86_gc_des $x86_gcc_opts:$x86_bsdi_asm", "nextstep", "cc:-O3 -Wall -DBN_ASM::BN_LLONG $x86_gcc_des $x86_gcc_opts:::", |