summaryrefslogtreecommitdiffstats
path: root/Configure
AgeCommit message (Collapse)Author
1999-07-21avoid -DPLATFORM=\"...\" and -DCFLAGS=\"...\" command lines,Bodo Möller
use new file buildinf.h instead.
1999-07-20MIPS III/IV assembler module is reimplemented.Andy Polyakov
1999-07-19New compile time option -DCRYPTO_MDEBUG_THREAD.Bodo Möller
1999-07-19Have CRYPTO_MDEBUG_TIME automatically set CRYPTO_MDEBUG,Bodo Möller
and make it the default for some debugging configurations.
1999-07-18Add optional (compile-time configurable) time to CRYPTO_mem_leaks output.Bodo Möller
This is much more helpful than the counter when doing tests with the library interactively.
1999-07-16Did not check the last SDIR line for excluded algorithms.Ulf Möller
1999-07-14Judging from various messages on the OpenSSL mailing lists, HP-UX 10Bodo Möller
with cc (but not gcc) seems to work well with BN_LLONG; but -O4 is too much.
1999-07-09Provide CFLAGS and PLATFORM information on Windows platforms.Bodo Möller
1999-07-09Don't confuse mk1mf.pl by combining multiple options into one.Bodo Möller
1999-07-09Broken HPUX cc.Ulf Möller
1999-07-05Disable asserts for standard configurations.Bodo Möller
1999-07-05make debug-solaris-[u]sparc-gcc more usefulBodo Möller
1999-06-26The Mingw32 configuration entry was missing one colon (found byBodo Möller
"Zot O'Connor" <zot@ZotConsulting.com>). Also, Windows probably does not need the warning about multi-threading.
1999-06-26configuration change for debuggingBodo 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-23Don't use inline assembler when configured for "no-asm".Bodo Möller
1999-06-21Make some debug-... configurations more useful for debugging.Bodo Möller
1999-06-14Provide fallback configurations for all hpux... configurationsBodo Möller
(problems with BN_LLONG have been reported both for hpux-cc and for hpux10-gcc).
1999-06-10NeXT 3.3 can handle -O3 (3.0 can't).Bodo Möller
1999-06-10hpux-cc (HPUX 9.x) does not work with BN_LLONG (floating point exceptions).Bodo Möller
Submitted by: Andreas Ley <andy@rz.uni-karlsruhe.de
1999-06-10Fix determination of Perl interpreter: A perl or perl5Ralf S. Engelschall
_directory_ in $PATH was also accepted as the interpreter.
1999-06-09Put SC5 warning back in, future changes might trigger the compiler bug again.Ulf Möller
1999-06-09Don't define _ANSI_SOURCE for NetBSD.Ulf Möller
Submitted by: Eric Ding <ericding@MIT.EDU>
1999-06-09Delete unnecessary newlines in TABLEBodo Möller
1999-06-09Some pre-POSIX systems don't have unistd.h (but e.g. lib.c).Bodo Möller
Allow configuring the name of that header file.
1999-06-07Use only -O, not -O3 for NeXTstep:Bodo Möller
> The nextstep port uses the -O3 switch to gcc. Support for -O3 didn't appear > until later (and buggier) versions of NeXTstep. Use -O instead, or have a > separate port. Submitted by: Mark Crispin <MRC@Panda.COM>
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>
1999-06-04Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).Ulf Möller
Submitted by: Martin Kraemer <Martin.Kraemer@MchP.Siemens.De>
1999-06-04gcc dumps core on HPUX.Ulf Möller
1999-05-31Adjust bsdi-elf-gcc to look more like FreeBSD-elf, linux-elf and the like.Bodo Möller
1999-05-30BSD/OS 4.x support (bsdi-elf-gcc)Bodo Möller
1999-05-28Some assembler-related clean-ups.Bodo Möller
1999-05-28sco5-gcc configuration.Bodo Möller
Submitted by: David Greaves
1999-05-25Set #!... path to Perl in apps/der_chop automatically.Bodo Möller
1999-05-25Temporary workaround for IRIX64 build.Bodo Möller
Submitted by: Andy Polyakov <appro@fy.chalmers.se>
1999-05-23Don't use NULL-pointer :-/Bodo Möller
1999-05-20Detect Siemens platforms.Ulf Möller
Submitted by: Martin Kraemer <Martin.Kraemer@MchP.Siemens.De>
1999-05-20Bignum library bug fix. IRIX 6 passes "make test" now!Ulf Möller
This also avoids the problems with SC4.2 and unpatched SC5. Submitted by: Andy Polyakov <appro@fy.chalmers.se>
1999-05-19Add -mv8 to solaris-usparc-oldgcc.Bodo Möller
1999-05-19For Solaris with old gcc versions (that don't understandBodo Möller
-mcpu=ultrasparc), don't silently step to solaris-sparc-gcc, which would unnecessarily use less efficient assembler code. Instead, use new configuration variant solaris-usparc-oldgcc; this also means that someone who reads the output of ./config will notice that it may be advantegeous to upgrade gcc.
1999-05-18BSD alpha config.Ulf Möller
Submitted by: Rich Bud <rbud@fortean.com>
1999-05-16Don't run "make depend" automatically.Bodo Möller
1999-05-13Reorganize and speed up MD5.Ulf Möller
Submitted by: Andy Polyakov <appro@fy.chalmers.se>
1999-05-13mk1mf.pl and mkdef.pl read OPTIONS from toplevel Makefile.Ulf Möller
Configure no longer changes files in place.
1999-05-10Fix for +xxx options.Ulf Möller
Submitted by: Anonymous
1999-05-10New entry debug-solaris-usparc-gcc, as debug-solaris-sparc-gcc no longerBodo Möller
applies to usparc systems. Submitted by: Reviewed by: PR:
1999-05-07Make -pedantic work again.Ben Laurie
1999-05-06Support additional Win32 compilers.Ulf Möller
Borland C submitted by: Janez Jere <jj@void.si>
1999-05-05Note about required SC5.0 patches.Ulf Möller