aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Engage x86 assembler in Mac OS X build.Andy Polyakov2007-12-181-2/+2
|
* Yet another ARM update. It appears to be more appropriate to makeAndy Polyakov2007-09-271-3/+1
| | | | developers responsible for -march choice.
* Move -march=armv4t to ./config.Andy Polyakov2007-09-271-2/+4
|
* ARMv4 assembler pack.Andy Polyakov2007-09-271-2/+2
|
* Offer darwin64-x86_64-cc as option.Andy Polyakov2007-08-311-1/+11
|
* Typos in ./config.Andy Polyakov2007-08-011-2/+2
| | | | PR: 1563
* Proper support for shared build under MacOS X.Andy Polyakov2007-07-311-1/+11
|
* Update from stable branch.Dr. Stephen Henson2007-06-191-3/+3
|
* Detect UltraSPARC T1 in ./config.Andy Polyakov2007-05-041-1/+1
|
* Engage s390x assembler modules.Andy Polyakov2007-04-301-1/+2
|
* Add SEED encryption algorithm.Bodo Möller2007-04-231-1/+1
| | | | | | PR: 1503 Submitted by: KISA Reviewed by: Bodo Moeller
* Various PowerPC config updates.Andy Polyakov2007-03-201-1/+1
|
* Add automatic detection for Linux on SuperHLutz Jänicke2007-02-211-0/+2
| | | | | PR: 1152 Submitted by: Mike Frysinger <vapier@gentoo.org>
* Add support for m68k linuxLutz Jänicke2007-02-211-0/+1
| | | | | PR: 1277 Submitted by: Mike Frysinger <vapier@gentoo.org>
* Camellia cipher, contributed by NTTBodo Möller2006-06-091-1/+1
| | | | | Submitted by: Masashi Fujita Reviewed by: Bodo Moeller
* Stop warnings about deprecated -mcpu option.Dr. Stephen Henson2006-05-121-7/+7
|
* bug fix.Ulf Möller2006-05-061-2/+2
| | | | | PR: 1326 Submitted by: John Skodon
* Add BeOS support.Ulf Möller2006-04-111-0/+9
| | | | | | PR: 1312 Submitted by: Oliver Tappe <zooey@hirschkaefer.de> Reviewed by: Ulf Moeller
* force C locale when using [a-z] in sed expressionsNils Larsch2006-03-011-1/+1
| | | | | PR: 1283 Submitted by: Mike Frysinger
* Fix typo: "powepc" vs "powerpc." G-r-r-r-r.Andy Polyakov2005-09-201-1/+1
| | | | PR: 1198
* Refine AIX support.Andy Polyakov2005-09-201-0/+5
| | | | PR: 1198
* Eliminate reference to removed platform line.Andy Polyakov2005-08-111-2/+0
|
* Unify some SCO targets.Andy Polyakov2005-06-261-7/+5
|
* Refine ELF detection on BSD platforms.Andy Polyakov2005-06-201-3/+8
|
* Unify BSDi target.Andy Polyakov2005-06-051-1/+1
|
* Fix typo in ./config.Andy Polyakov2005-05-311-1/+1
|
* Platform update from 8-stable.Andy Polyakov2005-05-311-4/+6
|
* Default to no-sse2 on selected platforms.Andy Polyakov2005-05-211-2/+5
|
* Recognize MSYS/MINGW environment.Andy Polyakov2005-04-071-0/+3
|
* Extend Solaris x86 support to amd64.Andy Polyakov2005-04-041-2/+9
|
* Don't debug.Ben Laurie2005-03-301-2/+0
|
* Blow away Makefile.ssl.Ben Laurie2005-03-301-0/+2
|
* Reliable BSD-x86-elf detection in ./config.Andy Polyakov2005-02-061-11/+7
|
* Respect the fact that most interactive shells don't restore stty settingsAndy Polyakov2005-01-261-18/+18
| | | | and make it work in non-interactive mode...
* Fold a bunch of linux and *BSD targets into [linux|BSD]-generic[32|64].Andy Polyakov2005-01-241-61/+33
| | | | | | 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...
* linux-arm target update.Andy Polyakov2005-01-211-1/+3
| | | | PR: 991
* linux-parisc update.Andy Polyakov2005-01-201-4/+6
| | | | | PR: 990 Submitted by: Mike Frysinger <vapier@gentoo.org>
* Remove CPU detect for IRIX targets. Performance gain is less than 1%,Andy Polyakov2004-12-271-14/+14
| | | | it makes more sense to strive for broader binary compatibility...
* Refine PowerPC platform support.Andy Polyakov2004-12-201-26/+29
|
* Add anchors for AES, SHA-256/-512 assembler modules and SSE2 code pathes.Andy Polyakov2004-07-181-4/+5
| | | | | I also used this opportunity to clean up some out-of-date targets and re-group targets by OS.
* Changes for VOS, submitted by Paul Green <Paul.Green@stratus.com>.Richard Levitte2004-06-281-5/+18
| | | | PR: 499
* Oops! Typo in ./config...Andy Polyakov2004-04-271-1/+1
|
* Improved PowerPC support. Proper ./config support for ppc targets,Andy Polyakov2004-04-271-10/+32
| | | | | | | | especially for AIX. But most important BIGNUM assembler implementation submitted by IBM. Submitted by: Peter Waltenberg <pwalten@au1.ibm.com> Reviewed by: appro
* HP/UX PA-RISC 2 targets update.Andy Polyakov2004-01-291-14/+5
|
* ./config failed to correctly detect if gcc uses 64-bit ABI on HP-UX.Andy Polyakov2003-11-201-4/+5
| | | | PR: 772
* Some shells (ksh in this case) don't say 'command not found'.Richard Levitte2003-03-201-1/+1
| | | | PR: 540
* hinv may generate more than one line (1 line per CPU).Richard Levitte2003-03-201-3/+3
| | | | PR: 520
* Add support for IA64.Richard Levitte2003-02-141-0/+1
| | | | PR: 454
* Suggestion was to change ${MACHINE} to i586 in lines in question. Well,Andy Polyakov2003-01-191-3/+3
| | | | | | "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.
* Oops! Missed closing quote... Didn't have time to verify before a snapshotAndy Polyakov2003-01-191-2/+2
| | | | was cut...