summaryrefslogtreecommitdiffstats
path: root/Configure
AgeCommit message (Collapse)Author
2002-05-30Reformat the CFLAG string so it can be made part of a C string.Richard Levitte
Incidently, this works pretty well on the command line as well. PR: 52
2002-05-30Support the newly release gcc 3.1 on 64-bit Solaris. Not automatic.Richard Levitte
PR: 57
2002-05-30Support shared libraries properly on linux-sparcv[89].Richard Levitte
PR: 60
2002-05-30Correct darwin shared library support.Richard Levitte
PR: 39
2002-05-30Some shlib extensions were in the wrong fieldRichard Levitte
2002-05-30Add more warnings for my debug targets.Richard Levitte
2002-05-27Cygnus correction. (I thought I had tested that...)Ulf Möller
2002-05-24fix Cygwin (remove extra colons)Bodo Möller
2002-05-24Use assembler implementations with Cygwin.Ulf Möller
This also fixes the bn_sub_part_word problem.
2002-05-10Add config entry debug-steve-linux-pseudo64. This sets theDr. Stephen Henson
SIXTY_FOUR bignum library option to use 64 bit operations on the 32 bit linux platform. This is very inefficient but it can be used to test some of the 64 bit logic on a 32 bit platform.
2002-04-18Missing "Configure" entry (Jean-Marc Desperrier ↵Lutz Jänicke
<jean-marc.desperrier@certplus.com>).
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-03-03This change was only made in 0.9.7-stable. SynchroniseRichard Levitte
2002-02-20Don't shadow already defined variablesRichard Levitte
2002-02-15Give the linux-sparv9 target shared capability.Richard Levitte
Submitted by Ian Marsh <mushypea@dominion.net.uk>
2002-02-14Add the configuration target VxWorks.Richard Levitte
2002-02-14The Cygwin shared extension was shifted.Richard Levitte
2002-02-14At Corinna Vinschen's request, change CygWin32 to CygwinRichard Levitte
2002-02-13ECDSA supportBodo Möller
Submitted by: Nils Larsch <nla@trustcenter.de>
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-27Spelling correction.Richard Levitte
2002-01-27Correct the number of colons for the targets aix43-cc, aix43-gcc,Richard Levitte
alpha-cc, alpha-cc-rpath, alpha-gcc, alpha164-cc and alphaold-cc.
2002-01-27Detect one-step shifts of the dso_scheme.Richard Levitte
2002-01-27I got some reports that some targets have weird dso_schemes.Richard Levitte
Therefore, I've added a sanity checker. Note that it can be combined with almost any other argument (the other arguments will be completely ignored), with "reconf" as the blatant exception, since it also has the behavior of ignoring all following command line arguments. If --test-sanity and reconf are both used on the command line, the first one wins.
2002-01-26Update SCO5 targets.Richard Levitte
2002-01-26Apply a small patch from Dan Lanz <lanz@zolera.com> to get sharedRichard Levitte
libraries with debug-linux-elf.
2002-01-26Add old patch from Robert Dahlem <Robert.Dahlem@ffm2.siemens.de> toRichard Levitte
make it possible to produce shared libraries on ReliantUNIX.
2002-01-25Apply Neale Ferguson's patch to add a configuration target for linux-s390xRichard Levitte
2002-01-25Apply the following changes by Toomas Kiisk <vix@cyber.ee>:Richard Levitte
* make openssl rsa work with -engine chil * misc changes, including debug-linux-ppro Configure target and FORMAT_NETSCAPE-aware load_{,pub}key() This completes the application of his changes.
2002-01-18Constification, add config to /dev/crypto.Ben Laurie
2002-01-08Patches to make OpenSSL compilable on MacOS/X.Richard Levitte
Submitted by Pier Fumagalli <pier@betaversion.org>
2002-01-04fix 'Configure TABLE' outputBodo Möller
2002-01-02On Solaris64, cc needs the flag -xarch=v9 when linking sharedRichard Levitte
libraries. Make a general change to support shared library linking flags in general. Noted by Nick Briggs <briggs@parc.xerox.com>
2002-01-02Add support for Linux on HP/PA.Richard Levitte
Submitted by "Bryan W. Headley" <bheadley@interaccess.com>
2001-12-06HPUX 9.X on m68k with gccLutz Jänicke
("Anton J. Gamel" <gamel@anna.anatomie.uni-freiburg.de>)
2001-11-30Support for QNX (wrat@jump.net (the wharf rat)).Lutz Jänicke
2001-11-27Certain missing algorithms make some SSL versions or TLS impossible toRichard Levitte
build.
2001-11-22OS/390 supportBodo Möller
Submitted by: Richard Shapiro <rshapiro@abinitio.com>
2001-11-12Add unixware-7-gcc as in 0.9.6 branch (except that we need a 'sys_id'Bodo Möller
field here, which is left empty). Various configurations are *only* in the 0.9.6 branch at the moment: OpenUNIX OpenUNIX-8-gcc-shared OpenUNIX-8-shared Either Configure or CHANGES must be changed to rectify the situation.
2001-10-10For systems where gcc is used and where we don't know if GNU ld isRichard Levitte
used or not, let's ask collect2 which ld it uses and choose to use the target do-gnu_shared if GNU ld is used. This solves the reported problems on Solaris systems where GNU cc is used but GNU ld isn't, and probably on other systems with similar setups.
2001-09-22The 'no-rijndael' option must define OPENSSL_NO_AES because that isBodo Möller
what we look for in crypto/evp.
2001-09-06Even more corrections for OpenUNIX 8Lutz Jänicke
2001-09-06Sort out mess of colons...Lutz Jänicke
2001-09-06Support for shared libraries on Unixware-7 and OpenUNIX-8Lutz Jänicke
(Boyd Lynn Gerber <gerberb@zenez.com>).
2001-09-05Oops^2: It was the correct line, but an incorrect change.Bodo Möller
2001-09-05Oops, wrong lineBodo Möller
2001-09-05-mcpu=i486 vs. -m486 ...Bodo Möller
2001-09-05Use GCC 2.95/3.0 optimizationUlf Möller
2001-09-01zlib default was broken on most platforms.Ulf Möller
-mcpu=i486 is new as of gcc 2.95, and if you have that, you wouldn't want to optimize for 486 anyway.