Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct the request of debug builds | Richard Levitte | 2015-03-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | ./config would translate -d into having the target get a 'debug-' prefix, and then run './Configure LIST' to find out if such a debugging target exists or not. With the recent changes, the separate 'debug-foo' targets are disappearing, and we're giving the normal targets debugging capabilities instead. Unfortunately, './config' wasn't changed to match this new behavior. This change introduces the arguments '--debug' and '--release' - the latter just for orthogonality - to ./Configure, and ./config now treats -d by adding '--debug' to the options for ./Configure. Reviewed-by: Matt Caswell <matt@openssl.org> | ||||
* | RT3548: Remove some unsupported platforms. | Rich Salz | 2015-01-12 | 1 | -15/+0 |
| | | | | | | | | | This commit removes NCR, Tandem, Cray. Regenerates TABLE. Removes another missing BEOS fluff. The last platform remaining on this ticket is WIN16. Reviewed-by: Richard Levitte <levitte@openssl.org> | ||||
* | RT3548: Remove unsupported platforms | Rich Salz | 2014-12-28 | 1 | -23/+0 |
| | | | | | | | | This commit removes DG-UX. It also flushes out some left-behinds in config. And regenerates TABLE from Configure (hadn't been done in awhile). Reviewed-by: Richard Levitte <levitte@openssl.org> | ||||
* | RT3548: unsupported platforms | Rich Salz | 2014-12-25 | 1 | -6/+0 |
| | | | | | | | This commit removes Sinix/ReliantUNIX RM400 (And a missed piece of BEOS fluff) Reviewed-by: Richard Levitte <levitte@openssl.org> | ||||
* | Configure: add ios64 target. | Andy Polyakov | 2014-10-23 | 1 | -0/+2 |
| | | | | Reviewed-by: Steve Marquess <marquess@openssl.org> | ||||
* | Add linux-aarch64 taget. | Andy Polyakov | 2014-06-01 | 1 | -1/+1 |
| | | | | | | | armcap.c is shared between 32- and 64-bit builds and features link-time detection of getauxval. Submitted by: Ard Biesheuvel. | ||||
* | config: recognize ARMv8/AArch64 target. | Andy Polyakov | 2014-02-24 | 1 | -0/+1 |
| | |||||
* | Configure: add linux-ppc64le target. | Andy Polyakov | 2013-11-12 | 1 | -0/+1 |
| | | | | Submitted by: Marcelo Cerri | ||||
* | misspellings fixes by https://github.com/vlajos/misspell_fixer | Veres Lajos | 2013-09-05 | 1 | -2/+2 |
| | |||||
* | config: fix executable format detection on latest FreeBSD. | Andy Polyakov | 2013-06-30 | 1 | -1/+1 |
| | | | | | Submitted by: Bryan Drewery PR: 3075 | ||||
* | linux-pcc: make it more robust and recognize KERNEL_BITS variable. | Andy Polyakov | 2012-10-21 | 1 | -6/+13 |
| | |||||
* | config: detect linux-mips* targets. | Andy Polyakov | 2012-09-19 | 1 | -0/+10 |
| | |||||
* | config: KERNEL_BITS envrionment variable to control choice between 32- | Andy Polyakov | 2011-11-08 | 1 | -2/+5 |
| | | | | and 64-bit Solaris builds. | ||||
* | config: KERNEL_BITS envrionment variable to control choice between 32- and | Andy Polyakov | 2011-11-08 | 1 | -4/+12 |
| | | | | 64-bit darwin builds. | ||||
* | Configure: initial support for iOS. | Andy Polyakov | 2011-11-08 | 1 | -0/+6 |
| | |||||
* | config: in cross-compile case interrogate cross-compiler, not host, work | Andy Polyakov | 2011-10-23 | 1 | -21/+13 |
| | | | | around sub-shell limitation. | ||||
* | Add android-x86. | Andy Polyakov | 2011-10-15 | 1 | -0/+1 |
| | |||||
* | Allow override of GCCVER and noexecstack checking from environment. | Dr. Stephen Henson | 2011-10-14 | 1 | -3/+14 |
| | | | | Vxworks support. | ||||
* | config: don't add -Wa options with no-asm. | Andy Polyakov | 2011-09-05 | 1 | -0/+1 |
| | |||||
* | ARM assembler pack: add platform run-time detection. | Andy Polyakov | 2011-07-17 | 1 | -0/+1 |
| | |||||
* | config: detect if assembler supports --noexecstack and pass it down. | Andy Polyakov | 2011-07-13 | 1 | -0/+4 |
| | |||||
* | auto detect configuration using KERNEL_BITS and CC | Dr. Stephen Henson | 2011-06-27 | 1 | -8/+5 |
| | |||||
* | allow KERNEL_BITS to be specified in the environment | Dr. Stephen Henson | 2011-06-24 | 1 | -2/+2 |
| | |||||
* | Some changes to support VxWorks in the validted module. | Dr. Stephen Henson | 2011-05-01 | 1 | -0/+6 |
| | |||||
* | ARM assembler pack: profiler-assisted optimizations and NEON support. | Andy Polyakov | 2011-04-01 | 1 | -0/+1 |
| | |||||
* | s390x assembler pack: adapt for -m31 build, see commentary in Configure | Andy Polyakov | 2010-11-29 | 1 | -1/+12 |
| | | | | for more details. | ||||
* | PR: 2186 | Dr. Stephen Henson | 2010-03-09 | 1 | -0/+4 |
| | | | | | | Submitted By: "Joel Rabinovitch" <Joel.Rabinovitch@tecsys.com> Detect aix64-gcc | ||||
* | Allow uname values to be overridden by the environment | Dr. Stephen Henson | 2009-10-07 | 1 | -4/+4 |
| | |||||
* | Update from 1.0.0-stable | Dr. Stephen Henson | 2009-07-01 | 1 | -0/+6 |
| | |||||
* | PR: 1958 | Dr. Stephen Henson | 2009-06-17 | 1 | -0/+2 |
| | | | | | | | Submitted by: Sean Boudreau <seanb@qnx.com> Approved by: steve@openssl.org qnx6 support. | ||||
* | Allow CC to be overridden. | Ben Laurie | 2009-01-18 | 1 | -5/+11 |
| | |||||
* | Fix typo in ./config. | Andy Polyakov | 2008-10-28 | 1 | -1/+1 |
| | | | | Submitted by: Sander Temme | ||||
* | Engage x86 assembler in Mac OS X build. | Andy Polyakov | 2007-12-18 | 1 | -2/+2 |
| | |||||
* | Yet another ARM update. It appears to be more appropriate to make | Andy Polyakov | 2007-09-27 | 1 | -3/+1 |
| | | | | developers responsible for -march choice. | ||||
* | Move -march=armv4t to ./config. | Andy Polyakov | 2007-09-27 | 1 | -2/+4 |
| | |||||
* | ARMv4 assembler pack. | Andy Polyakov | 2007-09-27 | 1 | -2/+2 |
| | |||||
* | Offer darwin64-x86_64-cc as option. | Andy Polyakov | 2007-08-31 | 1 | -1/+11 |
| | |||||
* | Typos in ./config. | Andy Polyakov | 2007-08-01 | 1 | -2/+2 |
| | | | | PR: 1563 | ||||
* | Proper support for shared build under MacOS X. | Andy Polyakov | 2007-07-31 | 1 | -1/+11 |
| | |||||
* | Update from stable branch. | Dr. Stephen Henson | 2007-06-19 | 1 | -3/+3 |
| | |||||
* | Detect UltraSPARC T1 in ./config. | Andy Polyakov | 2007-05-04 | 1 | -1/+1 |
| | |||||
* | Engage s390x assembler modules. | Andy Polyakov | 2007-04-30 | 1 | -1/+2 |
| | |||||
* | Add SEED encryption algorithm. | Bodo Möller | 2007-04-24 | 1 | -1/+1 |
| | | | | | | PR: 1503 Submitted by: KISA Reviewed by: Bodo Moeller | ||||
* | Various PowerPC config updates. | Andy Polyakov | 2007-03-20 | 1 | -1/+1 |
| | |||||
* | Add automatic detection for Linux on SuperH | Lutz Jänicke | 2007-02-21 | 1 | -0/+2 |
| | | | | | PR: 1152 Submitted by: Mike Frysinger <vapier@gentoo.org> | ||||
* | Add support for m68k linux | Lutz Jänicke | 2007-02-21 | 1 | -0/+1 |
| | | | | | PR: 1277 Submitted by: Mike Frysinger <vapier@gentoo.org> | ||||
* | Camellia cipher, contributed by NTT | Bodo Möller | 2006-06-09 | 1 | -1/+1 |
| | | | | | Submitted by: Masashi Fujita Reviewed by: Bodo Moeller | ||||
* | Stop warnings about deprecated -mcpu option. | Dr. Stephen Henson | 2006-05-12 | 1 | -7/+7 |
| | |||||
* | bug fix. | Ulf Möller | 2006-05-06 | 1 | -2/+2 |
| | | | | | PR: 1326 Submitted by: John Skodon | ||||
* | Add BeOS support. | Ulf Möller | 2006-04-11 | 1 | -0/+9 |
| | | | | | | PR: 1312 Submitted by: Oliver Tappe <zooey@hirschkaefer.de> Reviewed by: Ulf Moeller |