summaryrefslogtreecommitdiffstats
path: root/config
AgeCommit message (Collapse)Author
2001-02-09add linux-s390 configuration (based on information submitted byBodo Möller
Denis Beauchemin <Denis.Beauchemin@Courrier.USherb.ca>)
2001-01-12When we are waiting for user action, we should say this explicitly.Bodo Möller
2001-01-11Add configuration for GNU Hurd.Richard Levitte
2000-12-01Recognise Darwin as well. For now, have it do exactly the same thing as for ↵Richard Levitte
Rhapsody
2000-11-30First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. ↵Richard Levitte
Implemented by Vern Staats <staatsvr@asc.hpc.mil>, further hacked and distributed by Jeffrey Altman <jaltnab@columbia.edu>
2000-11-16/proc/cpuinfo can have several lines containing the word "type". We want ↵Richard Levitte
the one that is "type", plain and simple. Caught by Raoul Borenius <borenius@shuttle.de>
2000-10-31Add configuration option to build on Linux on both big-endian andRichard Levitte
little-endian MIPS. Submitted by Ralf Baechle <ralf@uni-koblenz.de>
2000-10-26Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte
At the same time, add VMS support for Rijndael.
2000-10-21Krister Walfridsson <cato@df.lth.se> tells us sysctl lives in /sbinRichard Levitte
since NetBSD 1.5.
2000-10-11fix problems in the selftestUlf Möller
2000-09-21Portability patch for HP MPE/iX. Submitted by Mark Bixby <mark_bixby@hp.com>Richard Levitte
2000-09-14Add a configuration for Sony News 4.Richard Levitte
Submitted by NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
2000-09-06Use name ...-whatever-solaris2 instead of ...-sun-solaris2Bodo Möller
(the middle string describes the architecture).
2000-09-06Changes for QNX: there is no thread support, and the previousBodo Möller
configuration only worked with no-asm.
2000-09-01QNX 4 support.Bodo Möller
2000-08-17Allow reconfiguration. This can be useful if some source updateRichard Levitte
requires that you configure again, but you don't want to reenter all those configuration arguments again.
2000-08-02We've now covered the shared library support for Solaris, so the -shared hackRichard Levitte
in config is no longer needed.
2000-06-28Make sure we use /usr/sbin/sysctl, especially since /usr/sbin is notRichard Levitte
always in the users $PATH...
2000-05-31config can now detect ARM Linux automagically.Richard Levitte
Contributed by Jeremy Norris <jeremy.norris@rebel.com>
2000-05-24Add the target system linux-m68kRichard Levitte
2000-02-29Added configuration support for Linux/IA64Ralf S. Engelschall
Submitted by: Rolf Haberrecker <rolf@suse.de>
2000-02-28Support assembler for Mingw32.Ulf Möller
2000-02-27Make sure to catch UnixWare 7, even if the version is 7.1.1 orRichard Levitte
something like that.
2000-02-27Update config for the unixware targets by looking at what was done inRichard Levitte
Apache's GuessOS (from Apache 1.3.1).
2000-02-26Add support for Unixware 7. Thanks to Ron Record <rr@sco.com> for theRichard Levitte
patch.
2000-02-24Yet another "unixware" spelling.Ulf Möller
2000-02-21More compact Configure usage message.Ulf Möller
2000-02-16Add support for Compaq Atalla crypto accelerator.Ben Laurie
2000-02-15Avoid GNU C assembler templates under Solaris x86.Andy Polyakov
2000-02-12HP-UX tune-up: new unified configs, HP C compiler bug workaround.Andy Polyakov
2000-02-06Support for MacOS X (Rhapsody) is added. Also get rid of volatileAndy Polyakov
qualifier in asm definitions as it prevents compiler from moving the instruction(s) during optimization pass.
2000-01-07add "UnixWare", treated like "unixware"Bodo Möller
Submitted by: "Gary E. Miller" <gem@rellim.com>
2000-01-02Enhanced support for Alpha Linux. See CHANGES for details.Andy Polyakov
1999-09-07*** empty log message ***Ulf Möller
1999-09-07Check the as version on Solaris x86. People don't read INSTALL anyway. :)Ulf Möller
1999-08-09Ok, final fix for `config' script to detect all flavors of FreeBSDRalf S. Engelschall
in a more general way.
1999-08-08Backout the following change:Ralf S. Engelschall
| 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.
1999-07-25SPARC Solaris config updates.Andy Polyakov
./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!
1999-07-25SGI IRIX config updates.Andy Polyakov
1999-07-25Added support for SPARC Linux.Andy Polyakov
1999-07-02Don't use ...-oldgcc for egcs compiler.Bodo Möller
1999-06-29Fix no-hmac and no-ripemd.Ulf Möller
1999-06-24Use the same CPU recogition method for FreeBSD 3 as for the other FreeBSDUlf Möller
versions. (The FreeBSD and FreeBSD-elf Configure entries were identical.)
1999-06-16Typo.Ulf Möller
1999-06-16Recognize CPU on BSD/OS.Ulf Möller
1999-06-11Changes for BSD/OS 4.Bodo Möller
1999-06-11Don't use unquoted whitespace in "case" case.Bodo Möller
1999-06-10Try to detect NeXT 3.3 (working Configure entry for this still missing)Bodo Möller
1999-06-07"linux-sparc" configuration.Bodo Möller
Submitted by: Christian Forster <fo@hawo.stw.uni-erlangen.de>
1999-06-04"linux-sparc64-gcc" configurationBodo Möller
Submitted by: Ray Miller <ray.miller@oucs.ox.ac.uk>