aboutsummaryrefslogtreecommitdiffstats
path: root/misc/config/cc
Commit message (Expand)AuthorAgeFilesLines
* Remove the misc dir:lloyd2008-09-2913-488/+0
* Add -m64 flag for Sun Forte on amd64lloyd2008-09-221-0/+1
* Set language flags properly for Borland C++lloyd2008-09-181-1/+1
* Alternate warning flags for GCC 4.3lloyd2008-09-171-0/+1
* Add specializations for most POWER procs for XLClloyd2008-09-161-1/+6
* My mistake, it is XL Clloyd2008-09-161-1/+1
* Specialization for Cell PPUlloyd2008-09-161-0/+4
* Initial support for IBM XLC compiler (testing on STI Cell machinelloyd2008-09-161-0/+20
* Better autodetection support for the Cell PPU and ppc64 machines generally.lloyd2008-09-161-0/+1
* Default back to normal cross-version GCC flagslloyd2008-09-111-2/+1
* For non-release, use strict GCC warn flagslloyd2008-09-071-2/+2
* Revert back to just -W -Wall for GCC for releaselloyd2008-09-051-2/+2
* Extra warnings for GCC 4lloyd2008-08-311-1/+2
* Use lib instead of link to create static liblloyd2008-08-181-1/+1
* Fix autoconfiguration on Windows (testing on XP, VS 2008)lloyd2008-08-181-2/+2
* Complete the core2duo -> core2 renamelloyd2008-07-073-3/+2
* Set -march=<submodel> for x86-64 processors, and delete the bit of codelloyd2008-07-071-2/+2
* Set MSVC dll import flags (from Joel Low)lloyd2008-07-031-1/+1
* Optimizations had been disabledlloyd2008-04-141-2/+2
* Rename so_obj_flags variable to shared_flagslloyd2008-04-138-10/+10
* Add lines for setting dll_import_flags and dll_export_flags to all thelloyd2008-04-1312-2/+42
* On NetBSD with GCC, define _NETBSD_SOURCE; according to a report on thelloyd2008-03-101-1/+1
* Add /Zi to debug flags for Visual Studiolloyd2007-11-111-1/+1
* Fix flags for Core2 optimizations with Intel C++lloyd2007-10-231-1/+1
* Remove the checks that the compiler specified works on the given OS/CPU.lloyd2007-10-2112-144/+1
* Use new options for ICC 10.0lloyd2007-10-211-6/+6
* Intel C++ looks to prefer icpc instead of icc (in order to get the thelloyd2007-10-201-2/+2
* Handle out of tree builds a little better.lloyd2007-03-041-1/+1
* Define _QNX_SOURCE when compiling under QNX, according to reports on thelloyd2007-02-281-1/+1
* Remove the use of the machine-specific optimization flags, as they havelloyd2006-12-141-9/+1
* Various small improvements for x86-64 architectures, and better supportlloyd2006-11-242-4/+9
* ICC supports x86-64 nowlloyd2006-11-061-0/+1
* Use -momit-leaf-frame-pointer on x86 and x86-64lloyd2006-09-261-6/+3
* Do put a space after -c/-o options, except for Visual C++, which can'tlloyd2006-09-0911-22/+22
* Fix a bug when generating nmake-style makefiles.lloyd2006-09-081-1/+1
* Correct some of the Visual C++ optionslloyd2006-09-081-2/+2
* Improve handling of Itanium option generation for GCClloyd2006-09-081-0/+1
* Remove a commented out mach_abi_linking sectionlloyd2006-09-061-3/+0
* Move the configure.pl generation code into the tree.lloyd2006-06-0312-0/+567