summaryrefslogtreecommitdiffstats
path: root/config
AgeCommit message (Collapse)Author
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...
2004-12-20Refine PowerPC platform support.Andy Polyakov
2004-07-18Add anchors for AES, SHA-256/-512 assembler modules and SSE2 code pathes.Andy Polyakov
I also used this opportunity to clean up some out-of-date targets and re-group targets by OS.
2004-06-28Changes for VOS, submitted by Paul Green <Paul.Green@stratus.com>.Richard Levitte
PR: 499
2004-04-27Oops! Typo in ./config...Andy Polyakov
2004-04-27Improved PowerPC support. Proper ./config support for ppc targets,Andy Polyakov
especially for AIX. But most important BIGNUM assembler implementation submitted by IBM. Submitted by: Peter Waltenberg <pwalten@au1.ibm.com> Reviewed by: appro
2004-01-29HP/UX PA-RISC 2 targets update.Andy Polyakov
2003-11-20./config failed to correctly detect if gcc uses 64-bit ABI on HP-UX.Andy Polyakov
PR: 772
2003-03-20Some shells (ksh in this case) don't say 'command not found'.Richard Levitte
PR: 540
2003-03-20hinv may generate more than one line (1 line per CPU).Richard Levitte
PR: 520
2003-02-14Add support for IA64.Richard Levitte
PR: 454
2003-01-19Suggestion was to change ${MACHINE} to i586 in lines in question. Well,Andy Polyakov
"whatever" doesn't the same (avoids 386 being passed to ./Configure), consistent with other elder SCO targets and denotes that we probably shouldn't care much about every out-of-date platform.
2003-01-19Oops! Missed closing quote... Didn't have time to verify before a snapshotAndy Polyakov
was cut...