summaryrefslogtreecommitdiffstats
path: root/config
AgeCommit message (Collapse)Author
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...
2003-01-18Caldera/SCO targets erroneously limit themselves to 386. See RT#464.Andy Polyakov
2003-01-18Fix for AIX shared build, see RT#463.Andy Polyakov
2003-01-13typoBodo Möller
2003-01-12Add better support for FreeBSD on non-x86 machines.Richard Levitte
Add specific support for FreeBSD on sparc64. PR: 427
2003-01-04Fix a typo.Andy Polyakov
2003-01-03Support for ILP32 on HPUX-IA64.Andy Polyakov
2002-12-05linux64-sparcv9 support finally debugged and tested.Andy Polyakov
Submitted by: Reviewed by: PR:
2002-12-04Add support for x86_64.Richard Levitte
PR: 348
2002-11-14Add Tandem OSS target.Richard Levitte
PR: 192
2002-11-14The directory 'rijndael' doesn't exist any more, let's check the aesRichard Levitte
directory instead (this should have been done long ago...).
2002-08-16isalist was less trustable than I thought (or rather, one can trust it toRichard Levitte
come up with all kinds of names we don't have in our targets). Besides, our sparcv9 targets currently generate sparcv8 code, I'm told.
2002-08-15It seems like sun4u doesn't always have a sparcv9 inside. Trust isalist.Richard Levitte
PR: 220
2002-08-09Parse version numbers prefixed with text (egcs does that, even withRichard Levitte
-dumpversion). PR: 203, part 1
2002-06-16Use -dumpversion to obtain gcc's version.Lutz Jänicke
Submitted by: ross.alexander@uk.neceur.com, allenh@eecs.berkeley.edu Reviewed by: PR: 96
2002-06-14Initial support for hpux64-parisc-gccLutz Jänicke
Submitted by: ross.alexander@uk.neceur.com Reviewed by: PR: 96
2002-06-13Make sure that any dash in the prefix before the version number is removed.Richard Levitte
PR: 96
2002-06-05Update the recognision of GCC version numbers to handle the prefix textRichard Levitte
that GCC 3.1 adds to the --version output