summaryrefslogtreecommitdiff
path: root/BUILD/check-cpu
Commit message (Collapse)AuthorAgeFilesLines
* Fix for check_cpu to work correctly on MacOSX/Intel.unknown2006-08-101-1/+5
|
* Adding support for opteron optimization in build files. unknown2005-07-201-0/+6
|
* Fix BUILD/check-cpu for powerpcunknown2005-06-061-5/+8
| | | | | BUILD/check-cpu: fix for powerpc linux
* check-cpu fixes/improvements (Bug #11065)unknown2005-06-031-42/+126
| | | | | | | | | | | | | | - support additional platforms (OpenBSD, Darwin) - make use of /proc/cpuinfo CPU flag information (needed to distinguish EMT64 Xeons from normal ones) - chose the right CPU related options depending on GCC version and target architecture - check if the chosen CPU type is actually supported by the GCC version , fallback to CPUs predecessor until test compile succeeds
* BUG#10796 Incorrect check-cpu result for ppc linux gccunknown2005-05-251-0/+4
| | | | | BUILD/check-cpu: Add no_march variable to indicate that this architecture doesn't support the -march flag to GCC
* Fix for Ingounknown2005-05-101-0/+1
| | | | | BUILD/check-cpu: Set old_flag to pentium
* Add compiler settings for Pentium Munknown2005-05-091-0/+3
| | | | | BUILD/check-cpu: Pentium M
* Fixes after reviewunknown2005-05-091-4/+5
| | | | | | | BUILD/check-cpu: Change variable name Add missing fi Test with -n instead of -z
* Fix check-cpu, add more recognized cpusunknown2005-05-091-0/+16
| | | | | | BUILD/check-cpu: Recognize more cpu's Fix for older compilers
* FreeBSD doesn't have /proc/cpuinfo, use sysctl to find cpu model.unknown2005-05-081-0/+12
| | | | | BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* After review fixes to check-cpuunknown2005-04-281-2/+0
| | | | | BUILD/check-cpu: Remove the exit 0 from check-cpu
* After review fixunknown2005-04-271-1/+7
| | | | | BUILD/check-cpu: Remove defaul flag i386 and add a check to see wheter to set check_cpu_cflags or not.
* Bug#9263 GCC4: -mcpu is depricated, use -mtune or -march insteadunknown2005-04-271-0/+77
- Made a script that selects the best compiler optimizations for the current cpu. - Use the script from BUILD/SETUP.sh BUILD/SETUP.sh: Run check-cpu and use the compiler optimization flags it outputs