| Commit message (Expand) | Author | Age | Files | Lines |
* | Further VxWorks changes from Bob Bradley <bob@chaoticsoftware.com>, this | levitte | 2003-09-28 | 1 | -1/+2 |
* | Add necessary changes to be able to build on VxWorks for PPC860. | levitte | 2003-09-27 | 1 | -0/+1 |
* | Make sure the compiler knows we run with pedantic settings. | levitte | 2003-06-20 | 1 | -1/+1 |
* | Make sure debug-solaris-sparcv9-gcc is consistent with solaris-sparcv9-gcc. | levitte | 2003-06-04 | 1 | -1/+1 |
* | Explicitely tell the compiler we're mips3 for the target irix-mips3-cc. | levitte | 2003-04-10 | 1 | -1/+1 |
* | It seems like gcc-drivven shared library building on OpenUnix 8 requires | levitte | 2003-04-01 | 1 | -1/+1 |
* | OpenUNIX 8 has some problems using -G with gcc. Maybe using gnu-shared works... | levitte | 2003-03-28 | 1 | -1/+1 |
* | Don't put configuration macro definitions on the command line, we're | levitte | 2003-03-20 | 1 | -20/+20 |
* | Add the target linux-ia64-ecc, suggested by Keith Thompson <kst@sdsc.edu>. | levitte | 2003-03-20 | 1 | -0/+1 |
* | more mingw related cleanups. | ulf | 2003-02-22 | 1 | -4/+2 |
* | Update debub-steve* entries. | steve | 2003-02-19 | 1 | -2/+2 |
* | Make the no-err option work properly | levitte | 2003-02-18 | 1 | -0/+5 |
* | Remove "+Olibcalls" option from HPUX targets. | bodo | 2003-02-16 | 1 | -4/+4 |
* | Add support for IA64. | levitte | 2003-02-14 | 1 | -0/+1 |
* | Handle krb5 libraries separately and make sure only libssl.so depends | levitte | 2003-02-14 | 1 | -2/+2 |
* | Update linux-mips and linux-mipsel to support threads and shared libraries. | levitte | 2003-02-14 | 1 | -2/+2 |
* | Add the possibility to build without the ENGINE framework. | levitte | 2003-01-30 | 1 | -1/+2 |
* | SCO target missed .so suffix. | appro | 2003-01-18 | 1 | -2/+2 |
* | -lresolv is not present on SCO Unix, RT#460. | appro | 2003-01-18 | 1 | -2/+2 |
* | Fix for AIX shared build, see RT#463. | appro | 2003-01-18 | 1 | -2/+2 |
* | ncr-scde target needs -lc89 for strcasecmp() and ftime() (Tim Rice, Martin | jaenicke | 2003-01-16 | 1 | -1/+1 |
* | Set EXPORT_VAR_AS_FN for BC-32 to work around a compiler bug, | steve | 2003-01-14 | 1 | -1/+1 |
* | add something to the '$no_shared_warn' text | bodo | 2003-01-13 | 1 | -1/+2 |
* | Just an extra comment. | appro | 2003-01-12 | 1 | -9/+12 |
* | Add better support for FreeBSD on non-x86 machines. | levitte | 2003-01-12 | 1 | -0/+1 |
* | If the user said 'shared' and we haven't included support for shared libraries, | levitte | 2003-01-11 | 1 | -0/+12 |
* | Finalizing asm support for UnixWare, SCO, OpenUnix... Note that I've | appro | 2003-01-09 | 1 | -23/+15 |
* | Unified targets for ELF assembler modules. Tested on Linux, Solaris and | appro | 2003-01-03 | 1 | -1/+1 |
* | Support for ILP32 on HPUX-IA64. | appro | 2003-01-03 | 1 | -4/+3 |
* | Support for Intel compiler. More details will be provided in closing note | appro | 2003-01-02 | 1 | -0/+1 |
* | Complete integration of SPARC assembler DES implementation. Tested on Solaris | appro | 2003-01-02 | 1 | -14/+13 |
* | We stupidly had a separate LIBKRB5 variable for KRB5 library dependencies, | levitte | 2002-12-19 | 1 | -3/+2 |
* | Small tweaks for code consistency. | levitte | 2002-12-19 | 1 | -2/+2 |
* | Solaris shared build fix-ups. See RT#238,239 for details. | appro | 2002-12-14 | 1 | -9/+9 |
* | x86_64 performance patch. | appro | 2002-12-14 | 1 | -1/+1 |
* | IA-32 assembler modules (primarily DES) PIC-ification. Idea is to keep | appro | 2002-12-13 | 1 | -9/+10 |
* | Update -Olimit setting. | jaenicke | 2002-12-10 | 1 | -1/+1 |
* | linux64-sparcv9 support finally debugged and tested. | appro | 2002-12-05 | 1 | -3/+2 |
* | Add support for x86_64. | levitte | 2002-12-04 | 1 | -0/+1 |
* | I forgot that @ in strings must be escaped in Perl | levitte | 2002-11-26 | 1 | -1/+1 |
* | Heimdal isn't really supported right now. Say so, and offer a possibility | levitte | 2002-11-26 | 1 | -0/+11 |
* | WinCE patches | levitte | 2002-11-15 | 1 | -2/+3 |
* | The architecture name is i486, not just 486 | levitte | 2002-11-15 | 1 | -1/+1 |
* | -Wid-clash-n isn't support in gcc 3, and I get better result from continuously | levitte | 2002-11-15 | 1 | -4/+4 |
* | I know ANSI C doesn't like 'long long', and I don't want to see it | levitte | 2002-11-15 | 1 | -2/+2 |
* | Spell prototypes correctly :-). | levitte | 2002-11-15 | 1 | -4/+4 |
* | Add -Wstrict-prototype and -Wmissing-prototype to my debugging targets | levitte | 2002-11-15 | 1 | -2/+4 |
* | Add Tandem OSS target. | levitte | 2002-11-14 | 1 | -0/+3 |
* | It seems like gcc 2.9aix5.1 doesn't do will with optimization level 3. | levitte | 2002-11-14 | 1 | -1/+1 |
* | Cygwin fixes | levitte | 2002-11-14 | 1 | -1/+1 |