aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* HP-UX tune-up: new unified configs, HP C compiler bug workaround.Andy Polyakov2000-02-121-1/+3
|
* Support for MacOS X (Rhapsody) is added. Also get rid of volatileAndy Polyakov2000-02-061-0/+5
| | | | | qualifier in asm definitions as it prevents compiler from moving the instruction(s) during optimization pass.
* add "UnixWare", treated like "unixware"Bodo Möller2000-01-071-0/+1
| | | | Submitted by: "Gary E. Miller" <gem@rellim.com>
* Enhanced support for Alpha Linux. See CHANGES for details.Andy Polyakov2000-01-021-4/+30
|
* *** empty log message ***Ulf Möller1999-09-071-1/+1
|
* Check the as version on Solaris x86. People don't read INSTALL anyway. :)Ulf Möller1999-09-071-0/+8
|
* Ok, final fix for `config' script to detect all flavors of FreeBSDRalf S. Engelschall1999-08-091-20/+19
| | | | in a more general way.
* Backout the following change:Ralf S. Engelschall1999-08-081-1/+6
| | | | | | | | | | | | | revision 1.109 | date: 1999/06/24 19:39:23; author: ulf; state: Exp; lines: +0 -1 | Use the same CPU recogition method for FreeBSD 3 as for the other FreeBSD | versions. (The FreeBSD and FreeBSD-elf Configure entries were identical.) Because Ulf overlooked the ELF vs. a.out difference, i.e. the two entries were _NOT_ identical! This way OpenSSL 0.9.4 at least compiles again under FreeBSD 2 and 3. For 0.9.5-dev I'll try to fix the stuff in a more general way to also allow FreeBSD 4 and other variants.
* SPARC Solaris config updates.Andy Polyakov1999-07-251-16/+38
| | | | | ./config sences whole range of SPARC instruction sets. Do note that it favors Sun C now if both gcc and cc 4.2 or later are present!
* SGI IRIX config updates.Andy Polyakov1999-07-251-5/+38
|
* Added support for SPARC Linux.Andy Polyakov1999-07-251-17/+30
|
* Don't use ...-oldgcc for egcs compiler.Bodo Möller1999-07-021-4/+10
|
* Fix no-hmac and no-ripemd.Ulf Möller1999-06-291-1/+1
|
* Use the same CPU recogition method for FreeBSD 3 as for the other FreeBSDUlf Möller1999-06-241-6/+1
| | | | versions. (The FreeBSD and FreeBSD-elf Configure entries were identical.)
* Typo.Ulf Möller1999-06-161-2/+2
|
* Recognize CPU on BSD/OS.Ulf Möller1999-06-161-1/+8
|
* Changes for BSD/OS 4.Bodo Möller1999-06-111-2/+2
|
* Don't use unquoted whitespace in "case" case.Bodo Möller1999-06-111-1/+1
|
* Try to detect NeXT 3.3 (working Configure entry for this still missing)Bodo Möller1999-06-101-0/+3
|
* "linux-sparc" configuration.Bodo Möller1999-06-071-1/+2
| | | | Submitted by: Christian Forster <fo@hawo.stw.uni-erlangen.de>
* "linux-sparc64-gcc" configurationBodo Möller1999-06-041-0/+1
| | | | Submitted by: Ray Miller <ray.miller@oucs.ox.ac.uk>
* Generate no-xxx options for missing ciphers.Ulf Möller1999-06-041-0/+13
|
* BSD/OS 4.x support (bsdi-elf-gcc)Bodo Möller1999-05-301-0/+5
|
* Detect linux-mips.Bodo Möller1999-05-231-0/+1
|
* Detect Siemens platforms.Ulf Möller1999-05-201-3/+4
| | | | Submitted by: Martin Kraemer <Martin.Kraemer@MchP.Siemens.De>
* Bignum library bug fix. IRIX 6 passes "make test" now!Ulf Möller1999-05-201-3/+3
| | | | | | This also avoids the problems with SC4.2 and unpatched SC5. Submitted by: Andy Polyakov <appro@fy.chalmers.se>
* Convert gcc version detection (for solaris-usparc-gcc) into a formBodo Möller1999-05-191-1/+4
| | | | | better suited for finding what went wrong in case that some compiler versions create an output we can't parse.
* Bugfix: GCCVAR contains two lines ("Reading specs ..." and the actualBodo Möller1999-05-191-1/+1
| | | | | | | | version), so we need echo $GCCVAR | sed ... instead of echo "$GCCVAR" | sed ... to process it as intended.
* For Solaris with old gcc versions (that don't understandBodo Möller1999-05-191-1/+1
| | | | | | | | -mcpu=ultrasparc), don't silently step to solaris-sparc-gcc, which would unnecessarily use less efficient assembler code. Instead, use new configuration variant solaris-usparc-oldgcc; this also means that someone who reads the output of ./config will notice that it may be advantegeous to upgrade gcc.
* gcc < 2.8 does not support ultrasparc.Ulf Möller1999-05-181-0/+9
|
* BSD alpha config.Ulf Möller1999-05-181-0/+1
| | | | Submitted by: Rich Bud <rbud@fortean.com>
* Recognise Ultra Sparc and compiler version number.Ulf Möller1999-05-041-1/+10
|
* Update HPUX config, work around HPUX library incompatibility.Ulf Möller1999-05-041-2/+5
| | | | Submitted by: Anonymous
* More information about installing.Ulf Möller1999-04-301-16/+11
|
* New Configure option --openssldir to replace util/ssldir.pl.Ulf Möller1999-04-241-5/+1
|
* Recognize CPU version on NetBSD and FreeBSD.Ulf Möller1999-04-231-4/+11
| | | | NetBSD entry submitted by: Todd Vierling <tv@pobox.com>
* Set the 386 flag automatically when building on i386.Ulf Möller1999-04-221-16/+11
|
* Use Perl 5 even if Perl 4 comes first in the search path.Ulf Möller1999-04-091-3/+5
|
* Avoid error message about missing gcc.Ulf Möller1999-04-081-1/+1
| | | | Submitted by: Niels Poppe <niels@netbox.org>
* New Makefile variables $(RANLIB) and $(PERL).Ulf Möller1999-04-011-3/+27
|
* Typo.Ulf Möller1999-03-301-1/+1
| | | | PR:
* Linux PPC support.Ben Laurie1999-03-271-0/+1
|
* Correct Linux 1 recognition.Ben Laurie1999-01-171-1/+1
| | | | Contributed by: Ulf Möller <ulf@fitug.de>
* Autodetect FreeBSD 3.Ben Laurie1998-12-281-0/+5
|
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)Ralf S. Engelschall1998-12-211-7/+34
|
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-0/+324