aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/cc
Commit message (Expand)AuthorAgeFilesLines
* Avoid using -march=i386 if an i386 is 'detected', instead uselloyd2011-08-151-2/+5
* Add specialization for i486 that uses -mtune=generic, as Debianlloyd2011-05-131-12/+12
* Renaming the ppc target to ppc32 prevented -mcpu flags from being setlloyd2011-05-122-2/+6
* Add support for targetting the PowerPCSPE (an embedded PPC with anlloyd2011-05-121-0/+3
* Make different targets for 32 and 64 bit Atom processors, since mostlloyd2011-05-091-1/+1
* When building for GCC, always get the version number, and turn off TR1lloyd2011-05-035-10/+10
* Tweak settings for SuperH setup, based on Debian bug 594159. Since aslloyd2011-05-021-1/+4
* Use STLport with Sun Studio by default on Linux. It is probably thelloyd2011-04-251-1/+1
* Rename all references of ia32 to x86-32 and amd64 to x86-64.lloyd2011-04-226-20/+20
* Intel C++ doesn't seem to have an option for setting the soname, so itlloyd2011-04-221-1/+1
* Enable unix_procs for FreeBSD. It was disabled in 2006 to worklloyd2011-04-211-2/+0
* Maintainer mode warning cleanups, mostly for C style casts which Illoyd2011-04-181-1/+1
* Somewhat improved ARM support/autodetectionlloyd2011-03-091-1/+1
* Fix variable mask warning in Sun C++.lloyd2011-03-011-1/+3
* More VC warning fixeslloyd2011-02-091-1/+1
* Special flags for Nehalem so SSSE3 gets enabled for AESlloyd2010-11-291-0/+1
* Add untested and probably broken support for the C++ Builder compilerlloyd2010-11-031-0/+26
* Use visibility control with Clang, same syntax as GCClloyd2010-09-281-1/+3
* Disable a couple of very noisy warnings which don't provde a hugelloyd2010-09-071-1/+2
* Update CPU optimization flags for Sun Studio to the previous decade.lloyd2010-09-071-6/+10
* According to Thomas Maier-Komor in a post to botan-devel, the rightlloyd2010-09-031-0/+2
* The modern name for Sun Workshop Pro is Sun Studiolloyd2010-09-031-1/+1
* Add support for Atom processors.lloyd2010-08-221-0/+1
* Remove use of -ansi; it's not particularly helpful anyway, and itlloyd2010-08-111-1/+1
* Clang supports -marchlloyd2010-08-091-0/+4
* Use clang++ instead of clang for the compiler driver, otherwise linklloyd2010-08-081-1/+1
* Drop support for running configure with Python 2.4. This allowslloyd2010-07-092-2/+2
* Add a new configure option --maintainer-mode which turns on the fulllloyd2010-06-281-2/+3
* Yet more Doxygen commentslloyd2010-06-161-1/+1
* Change how install_name is set on OS X. Not tested, taken from patchlloyd2010-06-111-1/+1
* Include generic mp_asmi.h for MSVClloyd2010-06-111-1/+1
* More warning flagslloyd2010-03-191-2/+2
* Disable VC++ 4275 entirely; it also causes warnings when building thelloyd2010-03-161-2/+2
* Add -Werror to gcc maintainer flagslloyd2010-03-051-1/+1
* Only disable VC++ warning C4275 with DLL buildslloyd2010-03-031-2/+2
* Disable VC warning 4275lloyd2010-03-031-1/+1
* Use /W3 with VC++ (/W4 is really noisy, but it seems mostly useless stuff).lloyd2009-12-231-1/+1
* Make many more headers internal-only.lloyd2009-12-161-1/+3
* Various fixes for Visual C++ per bug 63 - --enable-debug sets debug options,lloyd2009-11-201-9/+9
* Force /MD (threaded+DLL libc) with VC++. /MT is the default but seemslloyd2009-11-201-0/+4
* Switch from only-static with VC++ to only a DLL. The static library islloyd2009-11-191-2/+3
* Most compilers had empty dll_*_flags; remove them since the default islloyd2009-11-1913-38/+1
* Remove unecessary quote characters in the cc info files (were required bylloyd2009-11-1915-107/+80
* Remove some CPU specific workarounds for things GCC didn't know about, likelloyd2009-11-111-9/+5
* Switch from -O2/-O for lib/check to -O3/-O2 with gcclloyd2009-11-111-2/+2
* Add Nehalem/Westmere tags for ICClloyd2009-11-101-3/+7
* GCC doesn't know what Nehalem or Westmere are, though it does know aboutlloyd2009-11-061-0/+3
* Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-2915-30/+0
* Add theoreticaly support for Clang/LLVM. Current Gentoo clang ebuild doesn'tlloyd2009-10-191-0/+46
* propagate from branch 'net.randombit.botan.1_8' (head c5ae189464f6ef16e3ce73e...lloyd2009-10-1314-2/+31
|\