aboutsummaryrefslogtreecommitdiffstats
path: root/Configure
Commit message (Collapse)AuthorAgeFilesLines
* Explicitely tell the compiler we're mips3 for the target irix-mips3-cc.Richard Levitte2003-04-101-1/+1
|
* It seems like gcc-drivven shared library building on OpenUnix 8 requiresRichard Levitte2003-04-011-1/+1
| | | | -shared rather than -G.
* OpenUNIX 8 has some problems using -G with gcc. Maybe using gnu-shared ↵Richard Levitte2003-03-281-1/+1
| | | | works better (will be tested tonight).
* Don't put configuration macro definitions on the command line, we'reRichard Levitte2003-03-201-20/+20
| | | | just fooling ourselves and then screwing up for other applications.
* Add the target linux-ia64-ecc, suggested by Keith Thompson <kst@sdsc.edu>.Richard Levitte2003-03-201-0/+1
| | | | PR: 516
* more mingw related cleanups.Ulf Möller2003-02-221-4/+2
|
* Update debub-steve* entries.Dr. Stephen Henson2003-02-191-2/+2
|
* Make the no-err option work properlyRichard Levitte2003-02-181-0/+5
|
* Remove "+Olibcalls" option from HPUX targets.Bodo Möller2003-02-161-4/+4
| | | | | | | Reportedly this option is deprecated, and on some systems "make test" fails if it is included. PR: 495
* Add support for IA64.Richard Levitte2003-02-141-0/+1
| | | | PR: 454
* Handle krb5 libraries separately and make sure only libssl.so dependsRichard Levitte2003-02-141-2/+2
| | | | on it.
* Update linux-mips and linux-mipsel to support threads and shared libraries.Richard Levitte2003-02-141-2/+2
| | | | | I also updated the bn_ops field with values taken from OpenBSD-mips. PR: 498
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-301-1/+2
| | | | PR: 287
* SCO target missed .so suffix.Andy Polyakov2003-01-181-2/+2
|
* -lresolv is not present on SCO Unix, RT#460.Andy Polyakov2003-01-181-2/+2
|
* Fix for AIX shared build, see RT#463.Andy Polyakov2003-01-181-2/+2
|
* ncr-scde target needs -lc89 for strcasecmp() and ftime() (Tim Rice, MartinLutz Jänicke2003-01-161-1/+1
| | | | | | Megele). PR: 450
* Set EXPORT_VAR_AS_FN for BC-32 to work around a compiler bug,Dr. Stephen Henson2003-01-141-1/+1
|
* add something to the '$no_shared_warn' textBodo Möller2003-01-131-1/+2
|
* Just an extra comment.Andy Polyakov2003-01-121-9/+12
|
* Add better support for FreeBSD on non-x86 machines.Richard Levitte2003-01-121-0/+1
| | | | | Add specific support for FreeBSD on sparc64. PR: 427
* If the user said 'shared' and we haven't included support for shared libraries,Richard Levitte2003-01-111-0/+12
| | | | | warn him or her. Reminder by Andrew Marlow <apm35@student.open.ac.uk>
* Finalizing asm support for UnixWare, SCO, OpenUnix... Note that I'veAndy Polyakov2003-01-091-23/+15
| | | | | | replaced #if logic around bn_sub_part_words in bn_mul.c. I rely upon OPENSSL_BN_ASM_PART_WORDS being added by ./Configure script. Would it still work on non-Unix platforms?
* Unified targets for ELF assembler modules. Tested on Linux, Solaris andAndy Polyakov2003-01-031-1/+1
| | | | FreeBSD. Goal is to extend support even to SCO5, UnixWare/OpenUnix...
* Support for ILP32 on HPUX-IA64.Andy Polyakov2003-01-031-4/+3
|
* Support for Intel compiler. More details will be provided in closing noteAndy Polyakov2003-01-021-0/+1
| | | | for RT#17 as snapshot becomes available for download.
* Complete integration of SPARC assembler DES implementation. Tested on SolarisAndy Polyakov2003-01-021-14/+13
| | | | only. I'll keep my eyes open for Linux and OpenBSD targets.
* We stupidly had a separate LIBKRB5 variable for KRB5 library dependencies,Richard Levitte2002-12-191-3/+2
| | | | | and then didn't support it very well. And that when there already is a useful variable for exactly this kind of thing; EX_LIBS...
* Small tweaks for code consistency.Richard Levitte2002-12-191-2/+2
|
* Solaris shared build fix-ups. See RT#238,239 for details.Andy Polyakov2002-12-141-9/+9
|
* x86_64 performance patch.Andy Polyakov2002-12-141-1/+1
|
* IA-32 assembler modules (primarily DES) PIC-ification. Idea is to keepAndy Polyakov2002-12-131-9/+10
| | | | shared libraries shared.
* Update -Olimit setting.Lutz Jänicke2002-12-101-1/+1
| | | | | | Submitted by: Bernhard Simon <simon@zid.tuwien.ac.at> Reviewed by: PR:
* linux64-sparcv9 support finally debugged and tested.Andy Polyakov2002-12-051-3/+2
| | | | | | Submitted by: Reviewed by: PR:
* Add support for x86_64.Richard Levitte2002-12-041-0/+1
| | | | PR: 348
* I forgot that @ in strings must be escaped in PerlRichard Levitte2002-11-261-1/+1
|
* Heimdal isn't really supported right now. Say so, and offer a possibilityRichard Levitte2002-11-261-0/+11
| | | | | to force the use of Heimdal, and warn if that's used. PR: 346
* WinCE patchesRichard Levitte2002-11-151-2/+3
|
* The architecture name is i486, not just 486Richard Levitte2002-11-151-1/+1
|
* -Wid-clash-n isn't support in gcc 3, and I get better result from continuouslyRichard Levitte2002-11-151-4/+4
| | | | rebuilding on a VMS box.
* I know ANSI C doesn't like 'long long', and I don't want to see itRichard Levitte2002-11-151-2/+2
|
* Spell prototypes correctly :-).Richard Levitte2002-11-151-4/+4
|
* Add -Wstrict-prototype and -Wmissing-prototype to my debugging targetsRichard Levitte2002-11-151-2/+4
|
* Add Tandem OSS target.Richard Levitte2002-11-141-0/+3
| | | | PR: 192
* It seems like gcc 2.9aix5.1 doesn't do will with optimization level 3.Richard Levitte2002-11-141-1/+1
| | | | PR: 115
* Cygwin fixesRichard Levitte2002-11-141-1/+1
|
* Fix to build better with DJGPP.Richard Levitte2002-11-141-1/+1
| | | | | | | | | | | | | | | | | PR: 338 Here's the description, submitted by Gisle Vanem <giva@bgnett.no>: 1. sock_init() renamed to ssl_sock_init() in ./apps/s_socket.c due to name-clash with Watt-32. 2. rand() renamed to Rand() in ./crypto/bn/divtest.c due to name-clash with <stdlib.h> 3. Added calls to dbug_init()/sock_init() in some demo programs. 4. Changed cflags/lflags in configure. Watt-32 install root now taken from $WATT_ROOT.
* When AES is skipped because the option 'no-rijndael' was given,Richard Levitte2002-11-141-0/+1
| | | | make sure it's skipped from SDIRS as well.
* Correct support for SunOS 4.1.3_U1.Richard Levitte2002-11-131-2/+2
| | | | PR: 227
* some people just can't read the instructionsRichard Levitte2002-11-061-1/+1
|