summaryrefslogtreecommitdiffstats
path: root/Configure
AgeCommit message (Collapse)Author
2004-06-28Changes for VOS, submitted by Paul Green <Paul.Green@stratus.com>.Richard Levitte
PR: 499
2004-06-28Linux on ARM needs -ldlRichard Levitte
PR: 905
2004-05-11Pull FIPS back into stable.Ben Laurie
2004-03-12IRIX 6.x shared build fix-up.Andy Polyakov
2004-01-29-Wstrict-prototypes is too much for 0.9.7-stable (there are tons ofRichard Levitte
non-strict prototypes, all right? Kind of shadows the few other warnings so I keep missing them :-)).
2004-01-21Proper support for HP-UX64 gcc build.Andy Polyakov
PR: 772
2003-09-28Further VxWorks changes from Bob Bradley <bob@chaoticsoftware.com>, thisRichard Levitte
time involving VxWorks on MIPS
2003-09-27Add necessary changes to be able to build on VxWorks for PPC860.Richard Levitte
Contributed by Bob Bradley <bob@chaoticsoftware.com>
2003-08-11A new branch for FIPS-related changes has been created with the nameRichard Levitte
OpenSSL-fips-0_9_7-stable. Since the 0.9.7-stable branch is supposed to be in freeze and should only contain bug corrections, this change removes the FIPS changes from that branch.
2003-07-27Unfinished FIPS stuff for review/improvement.Ben Laurie
2003-04-10Explicitely tell the compiler we're mips3 for the target irix-mips3-cc.Richard Levitte
2003-04-01It seems like gcc-drivven shared library building on OpenUnix 8 requiresRichard Levitte
-shared rather than -G.
2003-03-28OpenUNIX 8 has some problems using -G with gcc. Maybe using gnu-shared ↵Richard Levitte
works better (will be tested tonight).
2003-03-20Add the target linux-ia64-ecc, suggested by Keith Thompson <kst@sdsc.edu>.Richard Levitte
PR: 516
2003-02-22mingw related cleanups, as in headUlf Möller
2003-02-18Make the no-err option work properlyRichard Levitte
2003-02-16Remove "+Olibcalls" option from HPUX targets.Bodo Möller
Reportedly this option is deprecated, and on some systems "make test" fails if it is included. PR: 495
2003-02-14Add support for IA64.Richard Levitte
PR: 454
2003-02-14Handle krb5 libraries separately and make sure only libssl.so dependsRichard Levitte
on it.
2003-02-14Update linux-mips and linux-mipsel to support threads and shared libraries.Richard Levitte
I also updated the bn_ops field with values taken from OpenBSD-mips. PR: 498
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte
PR: 287
2003-01-18SCO target missed .so definition.Andy Polyakov
2003-01-18-lresolv is not present on SCO Unix, RT#460.Andy Polyakov
2003-01-18Fix for AIX shared build, see RT#463.Andy Polyakov
2003-01-16ncr-scde target needs -lc89 for strcasecmp() and ftime() (Tim Rice, MartinLutz Jänicke
Megele). PR: 450
2003-01-14Set EXPORT_VAR_AS_FN for BC-32 to work around a compiler bug,Dr. Stephen Henson
2003-01-13add something to the '$no_shared_warn' textBodo Möller
2003-01-12IA-32 assembler support enhancements from HEAD branch: unified ELF,Andy Polyakov
support for SCO/Caldera targets and for Cygwin shared build.
2003-01-12Add better support for FreeBSD on non-x86 machines.Richard Levitte
Add specific support for FreeBSD on sparc64. PR: 427
2003-01-11If the user said 'shared' and we haven't included support for shared libraries,Richard Levitte
warn him or her. Reminder by Andrew Marlow <apm35@student.open.ac.uk>
2003-01-03Support for ILP32 on HPUX-IA64.Andy Polyakov
2002-12-28Hmm, the variables $x96_elf_asm and others contain a number of colons,Richard Levitte
so when removing one reference, if should be replaced with the appropriate number of colons, or chaos will follow...
2002-12-27According to Tim Rice <tim@multitalents.net> assembler support in SCO5Andy Polyakov
never worked anyway. Note this is not going to HEAD as we intend to provide an alternative solution as soon as 0.9.7 is out.
2002-12-19We stupidly had a separate LIBKRB5 variable for KRB5 library dependencies,Richard Levitte
and then didn't support it very well. And that when there already is a useful variable for exactly this kind of thing; EX_LIBS...
2002-12-19Small tweaks for code consistency.Richard Levitte
2002-12-14Solaris shared build fix-ups. See RT#238,239 for details.Andy Polyakov
2002-12-14x86_64 performance patch.Andy Polyakov
2002-12-13IA-32 assembler modules (primarily DES) PIC-ification. Idea is to keepAndy Polyakov
shared libraries shared.
2002-12-10Update -Olimit setting.Lutz Jänicke
Submitted by: Bernhard Simon <simon@zid.tuwien.ac.at> Reviewed by: PR:
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-26I forgot that @ in strings must be escaped in PerlRichard Levitte
2002-11-26Heimdal isn't really supported right now. Say so, and offer a possibilityRichard Levitte
to force the use of Heimdal, and warn if that's used. PR: 346
2002-11-15WinCE patchesRichard Levitte
2002-11-15The architecture name is i486, not just 486Richard Levitte
2002-11-15-Wid-clash-n isn't support in gcc 3, and I get better result from continuouslyRichard Levitte
rebuilding on a VMS box.
2002-11-15I know ANSI C doesn't like 'long long', and I don't want to see itRichard Levitte
2002-11-15Spell prototypes correctly :-)Richard Levitte
2002-11-15Add -Wstrict-prototype and -Wmissing-prototype to my debugging targetsRichard Levitte
2002-11-14Add Tandem OSS target.Richard Levitte
PR: 192