aboutsummaryrefslogtreecommitdiffstats
path: root/Configure
Commit message (Collapse)AuthorAgeFilesLines
* Add aix64-cc, and make sure that ar gets proper flags for 64-bit librariesRichard Levitte2002-08-011-2/+8
|
* Linux on s390 really knows about loading dynamically.Richard Levitte2002-08-011-2/+2
| | | | PR: 183
* Make dummy tests to make it easier to physically remove unwanted algorithms.Richard Levitte2002-07-231-0/+1
| | | | This should complete PR 75
* Unixware doesn't have strings.h, so we need to declare strcasecmp()Richard Levitte2002-07-181-5/+5
| | | | | | differently. Unixware 2 needs to link with libresolv. PR: 148
* On MacOS X, you're not allowed to have common objects in shared librariesRichard Levitte2002-07-171-2/+2
|
* We had some experimental options in the Darwin entries. They are no longer ↵Richard Levitte2002-07-161-2/+2
| | | | needed
* For those wanting to build for several platforms with the same sourceRichard Levitte2002-07-161-2/+8
| | | | | | | | directory, making a separate directory tree with lots of symbolic links seems to be the solution. Unfortunatelt, Configure doesn't take appropriate steps to support this solution (as in removing a file that's going to be rewritten). This change corrects that situation. Now I just have to find all other places where there's lack of support for this.
* Let's not forget the second -WtraditionalRichard Levitte2002-07-161-1/+1
|
* Using -Wtraditional took it a little far. After all, we expect ANSI C, soRichard Levitte2002-07-161-1/+1
| | | | we don't need to care about traditional compilers
* Forgot to change the second $ENV{DJDIR} to /dev/env/DJDIR.Richard Levitte2002-06-271-1/+1
| | | | Part of PR 75
* gcc requires -m64 to link 64-bit shared libraries on Solaris.Richard Levitte2002-06-271-2/+2
| | | | PR: 117
* The general debug target must specify that it doesn't use assembler routines.Richard Levitte2002-06-271-1/+1
| | | | PR: 105
* Initial support for hpux64-parisc-gccLutz Jänicke2002-06-141-0/+3
| | | | | | Submitted by: ross.alexander@uk.neceur.com Reviewed by: PR: 96
* Tentatively add support for UWIN, a Unix-like environment on top of Windows.Richard Levitte2002-06-131-0/+3
| | | | PR: 62
* Add support for DJGPP.Richard Levitte2002-06-131-7/+22
| | | | PR: 75
* Reformat the CFLAG string so it can be made part of a C string.Richard Levitte2002-05-301-0/+4
| | | | | Incidently, this works pretty well on the command line as well. PR: 52
* Support the newly release gcc 3.1 on 64-bit Solaris. Not automatic.Richard Levitte2002-05-301-0/+1
| | | | PR: 57
* Support shared libraries properly on linux-sparcv[89].Richard Levitte2002-05-301-2/+2
| | | | PR: 60
* Correct darwin shared library support.Richard Levitte2002-05-301-2/+10
| | | | PR: 39
* Some shlib extensions were in the wrong fieldRichard Levitte2002-05-301-6/+6
|
* Add more warnings for my debug targets.Richard Levitte2002-05-301-2/+2
|
* Cygnus correction. (I thought I had tested that...)Ulf Möller2002-05-271-1/+1
|
* fix Cygwin (remove extra colons)Bodo Möller2002-05-241-1/+2
|
* Use assembler implementations with Cygwin.Ulf Möller2002-05-241-2/+1
| | | | This also fixes the bn_sub_part_word problem.
* Add config entry debug-steve-linux-pseudo64. This sets theDr. Stephen Henson2002-05-101-0/+1
| | | | | | | | 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.
* Missing "Configure" entry (Jean-Marc Desperrier ↵Lutz Jänicke2002-04-181-0/+1
| | | | <jean-marc.desperrier@certplus.com>).
* Rename 'cray-t90-cc' into 'cray-j90'.Bodo Möller2002-03-151-2/+5
| | | | Add to 'config'.
* New configuration targets for OpenBSD, handed to me by Bob Beck ↵Richard Levitte2002-03-051-5/+11
| | | | <beck@openbsd.org>
* This change was only made in 0.9.7-stable. SynchroniseRichard Levitte2002-03-031-0/+1
|
* Don't shadow already defined variablesRichard Levitte2002-02-201-3/+3
|
* Give the linux-sparv9 target shared capability.Richard Levitte2002-02-151-1/+1
| | | | Submitted by Ian Marsh <mushypea@dominion.net.uk>
* Add the configuration target VxWorks.Richard Levitte2002-02-141-0/+3
|
* The Cygwin shared extension was shifted.Richard Levitte2002-02-141-1/+1
|
* At Corinna Vinschen's request, change CygWin32 to CygwinRichard Levitte2002-02-141-4/+8
|
* ECDSA supportBodo Möller2002-02-131-0/+8
| | | | Submitted by: Nils Larsch <nla@trustcenter.de>
* Update the configuration of CygWin32 to use the new capabilities ofRichard Levitte2002-02-131-1/+2
| | | | | | | CygWin 1.3.x, which includes thread and shared library support. Submitted by Corinna Vinschen <vinschen@redhat.com> and modified a little bit.
* Spelling correction.Richard Levitte2002-01-271-1/+1
|
* Correct the number of colons for the targets aix43-cc, aix43-gcc,Richard Levitte2002-01-271-7/+8
| | | | alpha-cc, alpha-cc-rpath, alpha-gcc, alpha164-cc and alphaold-cc.
* Detect one-step shifts of the dso_scheme.Richard Levitte2002-01-271-1/+13
|
* I got some reports that some targets have weird dso_schemes.Richard Levitte2002-01-271-8/+80
| | | | | | | | | | 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.
* Update SCO5 targets.Richard Levitte2002-01-261-2/+2
|
* Apply a small patch from Dan Lanz <lanz@zolera.com> to get sharedRichard Levitte2002-01-261-1/+1
| | | | libraries with debug-linux-elf.
* Add old patch from Robert Dahlem <Robert.Dahlem@ffm2.siemens.de> toRichard Levitte2002-01-261-1/+1
| | | | make it possible to produce shared libraries on ReliantUNIX.
* Apply Neale Ferguson's patch to add a configuration target for linux-s390xRichard Levitte2002-01-251-0/+1
|
* Apply the following changes by Toomas Kiisk <vix@cyber.ee>:Richard Levitte2002-01-251-0/+1
| | | | | | | | * 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.
* Constification, add config to /dev/crypto.Ben Laurie2002-01-181-0/+1
|
* Patches to make OpenSSL compilable on MacOS/X.Richard Levitte2002-01-081-1/+1
| | | | Submitted by Pier Fumagalli <pier@betaversion.org>
* fix 'Configure TABLE' outputBodo Möller2002-01-041-1/+2
|
* On Solaris64, cc needs the flag -xarch=v9 when linking sharedRichard Levitte2002-01-021-75/+76
| | | | | | libraries. Make a general change to support shared library linking flags in general. Noted by Nick Briggs <briggs@parc.xerox.com>
* Add support for Linux on HP/PA.Richard Levitte2002-01-021-0/+3
| | | | Submitted by "Bryan W. Headley" <bheadley@interaccess.com>