| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=180896
|
|
|
|
|
|
|
|
| |
PR: 100991
Submitted by: Masayuki Takemura <ICG04984@nifty.com>
Notes:
svn path=/head/; revision=169878
|
|
|
|
| |
Notes:
svn path=/head/; revision=167242
|
|
|
|
| |
Notes:
svn path=/head/; revision=162032
|
|
|
|
|
|
|
|
| |
Submitted by: thierry and
Pedro F. Giffuni <giffunip@asme.org>
Notes:
svn path=/head/; revision=160489
|
|
|
|
| |
Notes:
svn path=/head/; revision=155891
|
|
|
|
|
|
|
|
|
|
|
|
| |
build time by half.
o Add support for Pentium D
o timing_torerance patch is now activated via knob; this significantly
reduce the build time.
A lot of discussion with: "Pedro F. Giffuni" <giffunip@yahoo.com>
Notes:
svn path=/head/; revision=155725
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154159
|
|
|
|
|
|
|
|
|
|
| |
kernel automatically enables SSE if it is available.
so remove messages which are not necessary.
Submitted by: Darrien <darrien.l@gmail.com>
Notes:
svn path=/head/; revision=148822
|
|
|
|
|
|
|
|
|
| |
2. Add cputype of sempron; athlon type CPU
Submitted by: edwin[1], Pedro A M Vazquez <vazquez@iqm.unicamp.br>[2]
Notes:
svn path=/head/; revision=144735
|
|
|
|
| |
Notes:
svn path=/head/; revision=138285
|
|
|
|
|
|
|
|
|
| |
o L1 cache size is not correctly detected having a bad clock
o in some case small number of tries in tuning doesn't meet convergence
see FAQ http://math-atlas.sourceforge.net/errata.html#tol
Notes:
svn path=/head/; revision=138097
|
|
|
|
|
|
|
| |
after 5.4-RELEASE.
Notes:
svn path=/head/; revision=133116
|
|
|
|
|
|
|
| |
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Notes:
svn path=/head/; revision=132992
|
|
|
|
|
|
|
| |
Suggested by: Rob D. <162144@gmail.com>
Notes:
svn path=/head/; revision=127269
|
|
|
|
|
|
|
| |
at infinite loop
Notes:
svn path=/head/; revision=127268
|
|
|
|
|
|
|
|
| |
PR: 71095
Submitted by: eik
Notes:
svn path=/head/; revision=120057
|
|
|
|
|
|
|
|
|
| |
(lapack.h and blas.h)
Submitted by: thierry@
Notes:
svn path=/head/; revision=119760
|
|
|
|
|
|
|
| |
Approved by: portmgr
Notes:
svn path=/head/; revision=118503
|
|
|
|
|
|
|
| |
Pointy hat to: maho
Notes:
svn path=/head/; revision=117876
|
|
|
|
|
|
|
|
|
| |
other than Pentium4 (Opteron, Pentium III,
Athlon... etc) this was due to recent change
in make(1)
Notes:
svn path=/head/; revision=117837
|
|
|
|
| |
Notes:
svn path=/head/; revision=117819
|
|
|
|
|
|
|
|
| |
optimization flags...
o update to 3.7.8
Notes:
svn path=/head/; revision=116562
|
|
|
|
|
|
|
| |
2) Some Pentium 4 series have more caches (not 512kB, but 1M ~ 2M)
Notes:
svn path=/head/; revision=113595
|
|
|
|
| |
Notes:
svn path=/head/; revision=113593
|
|
|
|
|
|
|
|
| |
PR: 65409
Submitted by: trevor
Notes:
svn path=/head/; revision=108577
|
|
|
|
|
|
|
| |
Submitted by: Kay Lehmann <kay_lehmann@web.de>
Notes:
svn path=/head/; revision=106079
|
|
|
|
| |
Notes:
svn path=/head/; revision=105705
|
|
|
|
|
|
|
|
| |
PR: 64692
Submitted by: Kay Lehmann <kay_lehmann@web.de>
Notes:
svn path=/head/; revision=105704
|
|
|
|
|
|
|
| |
Submitted by: ru
Notes:
svn path=/head/; revision=104698
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
behaviour of -fPIC and -fpic are different.
Here is the comment form obrien:
--
"-fpic" is a [minor?] optimization for machines that can handle it:
-fpic
Generate position-independent code (PIC) suitable for use in a shared
library, if supported for the target machine. Such code accesses all
constant addresses through a global offset table (GOT). The dynamic
loader resolves the GOT entries when the program starts (the dynamic
loader is not part of GCC; it is part of the operating system). If
the GOT size for the linked executable exceeds a machine-specific
maximum size, you get an error message from the linker indicating
that -fpic does not work; in that case, recompile with -fPIC instead.
(These maximums are 16k on the m88k, 8k on the SPARC, and 32k on the
m68k and RS/6000. The 386 has no such limit.)
-fPIC
If supported for the target machine, emit position-independent code,
suitable for dynamic linking and avoiding any limit on the size of
the global offset table. This option makes a difference on the m68k,
m88k, and the SPARC.
Thanks to: obrien
Notes:
svn path=/head/; revision=104581
|
|
|
|
|
|
|
| |
Submitted by: kris
Notes:
svn path=/head/; revision=104554
|
|
|
|
|
|
|
| |
Submitted by: kris via bento
Notes:
svn path=/head/; revision=104269
|
|
|
|
| |
Notes:
svn path=/head/; revision=102339
|
|
|
|
|
|
|
|
|
|
|
| |
2) remove some make xconfig
3) move PKGNAMESUFFIX appropreate position
PR: 61995
Submitted by: hrs
Notes:
svn path=/head/; revision=99677
|
|
|
|
|
|
|
|
|
|
| |
the environment.
Submitted by: sf
Many thanks to: sf
Notes:
svn path=/head/; revision=99193
|
|
|
|
|
|
|
| |
Submitted by: kris via bento
Notes:
svn path=/head/; revision=99184
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
thanks for your reports!
Norikatsu Shigemura <nork@cityfujisawa.ne.jp>
SHINODA Masanori <shinoda@hiroshima.intec.co.jp>
FUJISHIMA Satsuki <sf@FreeBSD.org>
SATOH Mitsuharu <mituharu@rd.ikegami.co.jp>
nakayama <y.naka@gamma.ocn.ne.jp>
TSUCHIKAMA Shinji <tsuchikm@ff.iij4u.or.jp>
akira noda <a-noda@jaist.ac.jp>
Masahiro Yamagishi <night@pluto.dti.ne.jp>
Notes:
svn path=/head/; revision=98646
|
|
|
|
|
|
|
| |
Pointed out by: sf
Notes:
svn path=/head/; revision=98644
|
|
|
|
|
|
|
| |
Pointy hat to: myself
Notes:
svn path=/head/; revision=98643
|
|
|
|
|
|
|
|
| |
b) make PIC object files for amd64
c) some clean ups
Notes:
svn path=/head/; revision=98624
|
|
|
|
|
|
|
| |
b) added Opteron support but my machine is very unstable :(
Notes:
svn path=/head/; revision=96727
|
|
|
|
| |
Notes:
svn path=/head/; revision=92044
|
|
Notes:
svn path=/head/; revision=90176
|