Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | isalist was less trustable than I thought (or rather, one can trust it to | Richard Levitte | 2002-08-16 | 1 | -4/+2 |
| | | | | | come up with all kinds of names we don't have in our targets). Besides, our sparcv9 targets currently generate sparcv8 code, I'm told. | ||||
* | It seems like sun4u doesn't always have a sparcv9 inside. Trust isalist. | Richard Levitte | 2002-08-15 | 1 | -2/+4 |
| | | | | PR: 220 | ||||
* | Parse version numbers prefixed with text (egcs does that, even with | Richard Levitte | 2002-08-09 | 1 | -0/+3 |
| | | | | | -dumpversion). PR: 203, part 1 | ||||
* | Use -dumpversion to obtain gcc's version. | Lutz Jänicke | 2002-06-16 | 1 | -5/+4 |
| | | | | | | Submitted by: ross.alexander@uk.neceur.com, allenh@eecs.berkeley.edu Reviewed by: PR: 96 | ||||
* | Initial support for hpux64-parisc-gcc | Lutz Jänicke | 2002-06-14 | 1 | -2/+22 |
| | | | | | | Submitted by: ross.alexander@uk.neceur.com Reviewed by: PR: 96 | ||||
* | Make sure that any dash in the prefix before the version number is removed. | Richard Levitte | 2002-06-13 | 1 | -1/+1 |
| | | | | PR: 96 | ||||
* | Update the recognision of GCC version numbers to handle the prefix text | Richard Levitte | 2002-06-05 | 1 | -3/+5 |
| | | | | that GCC 3.1 adds to the --version output | ||||
* | Recognize PPC64 target. | Lutz Jänicke | 2002-05-12 | 1 | -0/+4 |
| | | | | | | Submitted by: Reviewed by: PR: 26 | ||||
* | Rename 'cray-t90-cc' into 'cray-j90'. | Bodo Möller | 2002-03-15 | 1 | -0/+9 |
| | | | | Add to 'config'. | ||||
* | New configuration targets for OpenBSD, handed to me by Bob Beck ↵ | Richard Levitte | 2002-03-05 | 1 | -1/+9 |
| | | | | <beck@openbsd.org> | ||||
* | At Corinna Vinschen's request, change CygWin32 to Cygwin | Richard Levitte | 2002-02-14 | 1 | -4/+4 |
| | |||||
* | Correct sh, please | Richard Levitte | 2002-02-14 | 1 | -2/+6 |
| | |||||
* | Update the configuration of CygWin32 to use the new capabilities of | Richard Levitte | 2002-02-13 | 1 | -3/+7 |
| | | | | | | | CygWin 1.3.x, which includes thread and shared library support. Submitted by Corinna Vinschen <vinschen@redhat.com> and modified a little bit. | ||||
* | Apply Neale Ferguson's patch to add a configuration target for linux-s390x | Richard Levitte | 2002-01-25 | 1 | -0/+1 |
| | |||||
* | Add support for Linux on HP/PA. | Richard Levitte | 2002-01-02 | 1 | -0/+20 |
| | | | | Submitted by "Bryan W. Headley" <bheadley@interaccess.com> | ||||
* | Cygwin patch. Submitted by Michael Kobar <mkobar@lymeware.com> | Ulf Möller | 2001-12-19 | 1 | -0/+6 |
| | |||||
* | Support for QNX (wrat@jump.net (the wharf rat)). | Lutz Jänicke | 2001-11-30 | 1 | -1/+4 |
| | |||||
* | crypto/idea and crypto/rijndael were missing in the list of | Bodo Möller | 2001-09-22 | 1 | -1/+1 |
| | | | | directories that may have been deleted | ||||
* | Recognize OpenUNIX-8 with compiler | Lutz Jänicke | 2001-09-07 | 1 | -1/+7 |
| | |||||
* | Even more corrections for OpenUNIX 8 | Lutz Jänicke | 2001-09-06 | 1 | -0/+1 |
| | |||||
* | Support for shared libraries on Unixware-7 and OpenUNIX-8 | Lutz Jänicke | 2001-09-06 | 1 | -0/+9 |
| | | | | (Boyd Lynn Gerber <gerberb@zenez.com>). | ||||
* | Use GCC 2.95/3.0 optimization | Ulf Möller | 2001-09-05 | 1 | -1/+12 |
| | |||||
* | Apply the Tru64 patch from Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu> | Richard Levitte | 2001-08-10 | 1 | -2/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | His comments are: 1) Changes all references for `True64' to be `Tru64', which is the correct spelling for the OS name. 2) Makes `alpha-cc' be the same as `alpha164-cc', and adds an `alphaold-cc' entry that is the same as the previous `alpha-cc'. The reason is that most people these days are using the newer compiler, so it should be the default. 3) Adds a bit of commentary to Configure, regarding the name changes of the OS over the years, so it's not so confusing to people that haven't been with the OS for a while. 4) Adds an `alpha-cc-rpath' target (which is *not* selected automatically by Configure under any circumstance) that builds an RPATH into the shared libraries. This is explained in the comment in Configure. It's very very useful for people that want it, and people that don't want it just shouldn't choose that target. 5) Adds the `-pthread' flag as the best way to get POSIX thread support from the newer compiler. 6) Updates the Makefile targets, so that when the `alpha164-cc', `alpha-cc', or `alpha-cc-rpath' target is what Configure is set to use, it uses a Makefile target that includes the `-msym' option when building the shared library. This is a performance enhancement. 7) Updates `config' so that if it detects you're running version 4 or 5 of the OS, it automatically selects `alpha-cc', but uses `alphaold-cc' for versions 1-3 of the OS. 8) Updates the comment in opensslv.h, fixing both the OS name typo and adding a reference to IRIX 6.x, since the shared library semantics are virtually identical there. | ||||
* | Enhanced support for IA-64 Linux and HP-UX (as well as better support for | Andy Polyakov | 2001-07-30 | 1 | -6/+35 |
| | | | | | | | HP-UX in common in ./config). Note that for the moment of this writing none of 64-bit platforms pass bntest. I'm committing this anyway as it's too frustrating to patch snapshots over and over while 0.9.6 is known to work. | ||||
* | Typo in stty command lines. | Andy Polyakov | 2001-07-30 | 1 | -3/+3 |
| | |||||
* | Support for 64-bit Solaris build with GCC 3.0 and later. It should be | Andy Polyakov | 2001-07-25 | 1 | -7/+39 |
| | | | | | | explicitely noted that 64-bit SPARCv9 ABI is not officially supported by GCC 3.0 (support is scheduled for 3.1 release), but it appears to work, at the very least 'make test' passes... | ||||
* | New cofiguration for Unixwre and SCO,with slightly better granularity. ↵ | Richard Levitte | 2001-03-18 | 1 | -4/+15 |
| | | | | Contributed by Tim Rice <tim@multitalents.net> | ||||
* | For AIX 4.3 or above, allow the use of dlfcn. | Richard Levitte | 2001-03-15 | 1 | -0/+8 |
| | |||||
* | More method functions for elliptic curves, | Bodo Möller | 2001-03-08 | 1 | -1/+1 |
| | | | | and an ectest.c that actually tests something. | ||||
* | Code for better build under Darwin (MacOS X). | Richard Levitte | 2001-03-07 | 1 | -2/+11 |
| | | | | Submitted by Brad Dominy <jdominy@darwinuser.org> | ||||
* | don't read from tty in test mode | Ulf Möller | 2001-02-27 | 1 | -27/+31 |
| | |||||
* | IRIX bugfix | Ulf Möller | 2001-02-14 | 1 | -2/+8 |
| | |||||
* | fix editing error | Bodo Möller | 2001-02-09 | 1 | -1/+1 |
| | |||||
* | add linux-s390 configuration (based on information submitted by | Bodo Möller | 2001-02-09 | 1 | -1/+2 |
| | | | | Denis Beauchemin <Denis.Beauchemin@Courrier.USherb.ca>) | ||||
* | When we are waiting for user action, we should say this explicitly. | Bodo Möller | 2001-01-12 | 1 | -3/+3 |
| | |||||
* | Add configuration for GNU Hurd. | Richard Levitte | 2001-01-11 | 1 | -0/+4 |
| | |||||
* | Recognise Darwin as well. For now, have it do exactly the same thing as for ↵ | Richard Levitte | 2000-12-01 | 1 | -0/+5 |
| | | | | Rhapsody | ||||
* | First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. ↵ | Richard Levitte | 2000-11-30 | 1 | -0/+21 |
| | | | | Implemented by Vern Staats <staatsvr@asc.hpc.mil>, further hacked and distributed by Jeffrey Altman <jaltnab@columbia.edu> | ||||
* | /proc/cpuinfo can have several lines containing the word "type". We want ↵ | Richard Levitte | 2000-11-16 | 1 | -1/+1 |
| | | | | the one that is "type", plain and simple. Caught by Raoul Borenius <borenius@shuttle.de> | ||||
* | Add configuration option to build on Linux on both big-endian and | Richard Levitte | 2000-10-31 | 1 | -1/+16 |
| | | | | | little-endian MIPS. Submitted by Ralf Baechle <ralf@uni-koblenz.de> | ||||
* | Merge the engine branch into the main trunk. All conflicts resolved. | Richard Levitte | 2000-10-26 | 1 | -4/+10 |
| | | | | At the same time, add VMS support for Rijndael. | ||||
* | Krister Walfridsson <cato@df.lth.se> tells us sysctl lives in /sbin | Richard Levitte | 2000-10-21 | 1 | -1/+1 |
| | | | | since NetBSD 1.5. | ||||
* | fix problems in the selftest | Ulf Möller | 2000-10-11 | 1 | -1/+1 |
| | |||||
* | Portability patch for HP MPE/iX. Submitted by Mark Bixby <mark_bixby@hp.com> | Richard Levitte | 2000-09-21 | 1 | -0/+4 |
| | |||||
* | Add a configuration for Sony News 4. | Richard Levitte | 2000-09-14 | 1 | -0/+5 |
| | | | | Submitted by NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp> | ||||
* | Use name ...-whatever-solaris2 instead of ...-sun-solaris2 | Bodo Möller | 2000-09-06 | 1 | -17/+6 |
| | | | | (the middle string describes the architecture). | ||||
* | Changes for QNX: there is no thread support, and the previous | Bodo Möller | 2000-09-06 | 1 | -6/+3 |
| | | | | configuration only worked with no-asm. | ||||
* | QNX 4 support. | Bodo Möller | 2000-09-01 | 1 | -0/+3 |
| | |||||
* | Allow reconfiguration. This can be useful if some source update | Richard Levitte | 2000-08-17 | 1 | -1/+1 |
| | | | | | requires that you configure again, but you don't want to reenter all those configuration arguments again. | ||||
* | We've now covered the shared library support for Solaris, so the -shared hack | Richard Levitte | 2000-08-02 | 1 | -12/+0 |
| | | | | in config is no longer needed. |