./devel/cpuflags, Determine compiler flags to best target current cpu

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.41, Package name: cpuflags-1.41, Maintainer: abs

cpuflags returns the appropriate gcc flags to optimise compilation for the
current CPU.


Version history: (Expand)


CVS history: (Expand)


   2009-11-12 06:40:36 by OBATA Akio | Files touched by this commit (1)
Log message:
remove redundant '/' after DESTDIR.
   2009-11-12 06:38:58 by OBATA Akio | Files touched by this commit (1)
Log message:
Some fixes
* Fixes permissions of installed files.
* honor PKGMANDIR, as PR 42290.
   2009-06-14 19:49:18 by Joerg Sonnenberger | Files touched by this commit (454)
Log message:
Remove @dirrm entries from PLISTs
   2009-04-21 18:47:49 by Tobias Nygren | Files touched by this commit (4)
Log message:
drop references to firefox-gtk1
   2009-04-09 02:48:18 by Joerg Sonnenberger | Files touched by this commit (109)
Log message:
Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.
   2009-03-30 23:02:25 by David Brownlee | Files touched by this commit (2) | Package updated
Log message:
Updated devel/cpuflags to 1.41

Treat all Atoms as '-march=core2 -mtune=pentium'
   2009-03-13 00:57:29 by David Brownlee | Files touched by this commit (2) | Package updated
Log message:
Updated devel/cpuflags to 1.40

Doublequote the eval arguments to ensure whitespace is preserved, so
a cpu_brand of "Genuine Intel(R) CPU           T2500  @ 2.00GHz"
is not converted down to "Genuine Intel(R) CPU T2500 @ 2.00GHz"
   2009-03-04 01:32:44 by David Brownlee | Files touched by this commit (3) | Package updated
Log message:
Updated devel/cpuflags to 1.39

- Add "Intel(r) Xeon(r) CPU           E5430" and strip leading \ 
whitespace from
  Solaris psrinfo output - from Jim Wise
- Add "Intel(R) Xeon(R) CPU           E5310" - from Felix Resch
- Add "Genuine Intel(R) CPU           T2500" - from Daniel Carosone