Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Collapse)Author
2003-03-20Some shells (ksh in this case) don't say 'command not found'.Richard Levitte
PR: 540
2003-03-20hinv may generate more than one line (1 line per CPU).Richard Levitte
PR: 520
2003-02-14Add support for IA64.Richard Levitte
PR: 454
2003-01-25consistencyBodo Möller
2003-01-20Suggestion was to change ${MACHINE} to i586 in lines in question. Well,Andy Polyakov
"whatever" doesn't the same (avoids 386 being passed to ./Configure), consistent with other elder SCO targets and denotes that we probably shouldn't care much about every out-of-date platform.
2003-01-19Oops! Missed closing quote... Didn't have time to verify before a snapshotAndy Polyakov
was cut...
2003-01-18Caldera/SCO targets erroneously limit themselves to 386. See RT#464.Andy Polyakov
2003-01-18Fix for AIX shared build, see RT#463.Andy Polyakov
2003-01-12Add better support for FreeBSD on non-x86 machines.Richard Levitte
Add specific support for FreeBSD on sparc64. PR: 427
2003-01-03Support for ILP32 on HPUX-IA64.Andy Polyakov
2002-12-06linux64-sparcv9 supportAndy Polyakov
Submitted by: <appro> Reviewed by: PR:
2002-12-04Add support for x86_64.Richard Levitte
PR: 348
2002-11-14Add Tandem OSS target.Richard Levitte
PR: 192
2002-11-14The directory 'rijndael' doesn't exist any more, let's check the aesRichard Levitte
directory instead (this should have been done long ago...).
2002-08-16isalist was less trustable than I thought (or rather, one can trust it toRichard Levitte
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.
2002-08-15It seems like sun4u doesn't always have a sparcv9 inside. Trust isalist.Richard Levitte
PR: 220
2002-08-09Parse version numbers prefixed with text (egcs does that, even withRichard Levitte
-dumpversion). PR: 203, part 1
2002-06-16Use -dumpversion to obtain gcc's version.Lutz Jänicke
Submitted by: ross.alexander@uk.neceur.com, allenh@eecs.berkeley.edu Reviewed by: PR: 96
2002-06-15Initial support for hpux64-parisc-gccLutz Jänicke
Submitted by: ross.alexander@uk.neceur.com Reviewed by: PR: 96
2002-06-14Make sure that any dash in the prefix before the version number is removed.Richard Levitte
PR: 96
2002-06-05Update the recognision of GCC version numbers to handle the prefix textRichard Levitte
that GCC 3.1 adds to the --version output
2002-05-12Recognize PPC64 target.Lutz Jänicke
Submitted by: Reviewed by: PR: 26
2002-03-15Rename 'cray-t90-cc' into 'cray-j90'.Bodo Möller
Add to 'config'.
2002-03-05New configuration targets for OpenBSD, handed to me by Bob Beck ↵Richard Levitte
<beck@openbsd.org>
2002-02-14At Corinna Vinschen's request, change CygWin32 to CygwinRichard Levitte
2002-02-14Correct sh, pleaseRichard Levitte
2002-02-13Update the configuration of CygWin32 to use the new capabilities ofRichard Levitte
CygWin 1.3.x, which includes thread and shared library support. Submitted by Corinna Vinschen <vinschen@redhat.com> and modified a little bit.
2002-01-26Apply Neale Ferguson's patch to add a configuration target for linux-s390xRichard Levitte
2002-01-02Add support for Linux on HP/PA.Richard Levitte
Submitted by "Bryan W. Headley" <bheadley@interaccess.com>
2001-12-19Cygwin patch. Submitted by Michael Kobar <mkobar@lymeware.com>Ulf Möller
2001-11-30Support for QNX (wrat@jump.net (the wharf rat)).Lutz Jänicke
2001-09-22crypto/idea and crypto/rijndael were missing in the list ofBodo Möller
directories that may have been deleted
2001-09-07Recognize OpenUNIX-8 with compilerLutz Jänicke
2001-09-06Even more corrections for OpenUNIX 8Lutz Jänicke
2001-09-06Support for shared libraries on Unixware-7 and OpenUNIX-8Lutz Jänicke
(Boyd Lynn Gerber <gerberb@zenez.com>).
2001-09-05Use GCC 2.95/3.0 optimizationUlf Möller
2001-08-10Apply the Tru64 patch from Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>Richard Levitte
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.
2001-07-30Enhanced support for IA-64 Linux and HP-UX (as well as better support forAndy Polyakov
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.
2001-07-30Typo in stty command lines.Andy Polyakov
2001-07-25Support for 64-bit Solaris build with GCC 3.0 and later. It should beAndy Polyakov
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...
2001-03-18New cofiguration for Unixwre and SCO,with slightly better granularity. ↵Richard Levitte
Contributed by Tim Rice <tim@multitalents.net>
2001-03-15For AIX 4.3 or above, allow the use of dlfcn.Richard Levitte
2001-03-08More method functions for elliptic curves,Bodo Möller
and an ectest.c that actually tests something.
2001-03-07Code for better build under Darwin (MacOS X).Richard Levitte
Submitted by Brad Dominy <jdominy@darwinuser.org>
2001-02-28don't read from tty in test modeUlf Möller
2001-02-14IRIX bugfixUlf Möller
2001-02-09fix editing errorBodo Möller
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