summaryrefslogtreecommitdiffstats
path: root/config
AgeCommit message (Collapse)Author
2013-07-01config: fix executable format detection on latest FreeBSD.Andy Polyakov
Submitted by: Bryan Drewery PR: 3075 (cherry picked from commit c256e69d3f3acd0794ae9c1f353f4093bd4c8878)
2011-11-14config: platform and poratbility updates from HEAD.Andy Polyakov
2011-09-05config: don't add -Wa options with no-asm [from HEAD].Andy Polyakov
2011-07-13config: config: detect if assembler supports --noexecstack and pass it downAndy Polyakov
[from HEAD].
2011-06-27auto detect configuration using KERNEL_BITS and CCDr. Stephen Henson
2011-06-24allow KERNEL_BITS to be specified in the environmentDr. Stephen Henson
2010-03-09PR: 2186Dr. Stephen Henson
Submitted By: "Joel Rabinovitch" <Joel.Rabinovitch@tecsys.com> Detect aix64-gcc
2009-10-07Allow uname values to be overridden by the environmentDr. Stephen Henson
2009-07-01PR: 1972Dr. Stephen Henson
Submitted by: David McCullough <david_mccullough@securecomputing.com> Approved by: steve@openssl.org Add support for building with the uClinux-dist.
2009-06-17Update from HEAD.Dr. Stephen Henson
2009-01-18Allow CC to be overridden.Ben Laurie
2008-10-28Fix typo in ./config.Andy Polyakov
Submitted by: Sander Temme
2007-12-18Engage x86 assembler in Mac OS X build.Andy Polyakov
2007-09-27Yet another ARM update. It appears to be more appropriate to makeAndy Polyakov
developers responsible for -march choice.
2007-09-27Move -march=armv4t to ./config.Andy Polyakov
2007-09-27ARMv4 assembler pack.Andy Polyakov
2007-08-31Offer darwin64-x86_64-cc as option.Andy Polyakov
2007-08-01Typos in ./config.Andy Polyakov
PR: 1563
2007-07-31Proper support for shared build under MacOS X.Andy Polyakov
2007-06-19Update from stable branch.Dr. Stephen Henson
2007-05-04Detect UltraSPARC T1 in ./config.Andy Polyakov
2007-04-30Engage s390x assembler modules.Andy Polyakov
2007-04-23Add SEED encryption algorithm.Bodo Möller
PR: 1503 Submitted by: KISA Reviewed by: Bodo Moeller
2007-03-20Various PowerPC config updates.Andy Polyakov
2007-02-21Add automatic detection for Linux on SuperHLutz Jänicke
PR: 1152 Submitted by: Mike Frysinger <vapier@gentoo.org>
2007-02-21Add support for m68k linuxLutz Jänicke
PR: 1277 Submitted by: Mike Frysinger <vapier@gentoo.org>
2006-06-09Camellia cipher, contributed by NTTBodo Möller
Submitted by: Masashi Fujita Reviewed by: Bodo Moeller
2006-05-12Stop warnings about deprecated -mcpu option.Dr. Stephen Henson
2006-05-06bug fix.Ulf Möller
PR: 1326 Submitted by: John Skodon
2006-04-11Add BeOS support.Ulf Möller
PR: 1312 Submitted by: Oliver Tappe <zooey@hirschkaefer.de> Reviewed by: Ulf Moeller
2006-03-01force C locale when using [a-z] in sed expressionsNils Larsch
PR: 1283 Submitted by: Mike Frysinger
2005-09-20Fix typo: "powepc" vs "powerpc." G-r-r-r-r.Andy Polyakov
PR: 1198
2005-09-20Refine AIX support.Andy Polyakov
PR: 1198
2005-08-11Eliminate reference to removed platform line.Andy Polyakov
2005-06-26Unify some SCO targets.Andy Polyakov
2005-06-20Refine ELF detection on BSD platforms.Andy Polyakov
2005-06-05Unify BSDi target.Andy Polyakov
2005-05-31Fix typo in ./config.Andy Polyakov
2005-05-31Platform update from 8-stable.Andy Polyakov
2005-05-21Default to no-sse2 on selected platforms.Andy Polyakov
2005-04-07Recognize MSYS/MINGW environment.Andy Polyakov
2005-04-04Extend Solaris x86 support to amd64.Andy Polyakov
2005-03-30Don't debug.Ben Laurie
2005-03-30Blow away Makefile.ssl.Ben Laurie
2005-02-06Reliable BSD-x86-elf detection in ./config.Andy Polyakov
2005-01-26Respect the fact that most interactive shells don't restore stty settingsAndy Polyakov
and make it work in non-interactive mode...
2005-01-24Fold a bunch of linux and *BSD targets into [linux|BSD]-generic[32|64].Andy Polyakov
Idea is to provide unified "fall-down" case for all rare platforms out there. ./config is free to enable some optimizations, such as endianness specification, specific -mcpu flags...
2005-01-21linux-arm target update.Andy Polyakov
PR: 991
2005-01-20linux-parisc update.Andy Polyakov
PR: 990 Submitted by: Mike Frysinger <vapier@gentoo.org>
2004-12-27Remove CPU detect for IRIX targets. Performance gain is less than 1%,Andy Polyakov
it makes more sense to strive for broader binary compatibility...