An error occurred fetching the project authors.
  1. 21 Jul, 2005 1 commit
  2. 06 Jun, 2005 1 commit
  3. 03 Jun, 2005 1 commit
    • unknown's avatar
      check-cpu fixes/improvements (Bug #11065) · fcb3be9f
      unknown authored
          
          - 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
      
      
      fcb3be9f
  4. 25 May, 2005 1 commit
  5. 10 May, 2005 1 commit
    • unknown's avatar
      Fix for Ingo · 4c2265b0
      unknown authored
      BUILD/check-cpu:
        Set old_flag to pentium
      4c2265b0
  6. 09 May, 2005 3 commits
  7. 08 May, 2005 1 commit
  8. 28 Apr, 2005 1 commit
  9. 27 Apr, 2005 2 commits
    • unknown's avatar
      After review fix · cd50bf9a
      unknown authored
      BUILD/check-cpu:
        Remove defaul flag i386 and add a check to see wheter to set check_cpu_cflags or not.
      cd50bf9a
    • unknown's avatar
      Bug#9263 GCC4: -mcpu is depricated, use -mtune or -march instead · 78f89a72
      unknown authored
         - 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
      78f89a72