| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
| |
BUILD/check-cpu:
fix for powerpc linux
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
| |
BUILD/check-cpu:
Add no_march variable to indicate that this architecture doesn't support the -march flag to GCC
|
|
|
|
|
| |
BUILD/check-cpu:
Set old_flag to pentium
|
|
|
|
|
| |
BUILD/check-cpu:
Pentium M
|
|
|
|
|
|
|
| |
BUILD/check-cpu:
Change variable name
Add missing fi
Test with -n instead of -z
|
|
|
|
|
|
| |
BUILD/check-cpu:
Recognize more cpu's
Fix for older compilers
|
|
|
|
|
| |
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
|
|
|
|
|
| |
BUILD/check-cpu:
Remove the exit 0 from check-cpu
|
|
|
|
|
| |
BUILD/check-cpu:
Remove defaul flag i386 and add a check to see wheter to set check_cpu_cflags or not.
|
|
- 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
|