Gentoo Archives: gentoo-user-de

From: DonAnde <don.ande@×××.de>
To: gentoo-user-de <gentoo-user-de@l.g.o>
Subject: [gentoo-user-de] richtigen CFLAGS für Athlon TB + regECC RAM Einstellungen
Date: Sun, 05 Sep 2004 14:18:09
Message-Id: 1094393908.9250.10.camel@donande.vogelnest.lan
1 Hallo,
2
3 ich habe mein Server-Board von einem Duron 900 auf einen Athlon TB 1.3 +
4 RAM (-> ECC reg.) upgegradet.
5
6 Bisher hatte ich folgende CFLAGS:
7
8 CHOST="i686-pc-linux-gnu"
9 CFLAGS="-march=athlon -O3 -pipe -fomit-frame-pointer"
10
11 cpuinfo sagt mir jetzt:
12
13 # cat /proc/cpuinfo
14 processor : 0
15 vendor_id : AuthenticAMD
16 cpu family : 6
17 model : 4
18 model name : AMD Athlon(tm) processor
19 stepping : 4
20 cpu MHz : 1330.050
21 cache size : 256 KB
22 fdiv_bug : no
23 hlt_bug : no
24 f00f_bug : no
25 coma_bug : no
26 fpu : yes
27 fpu_exception : yes
28 cpuid level : 1
29 wp : yes
30 flags : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36 mmx fxsr syscall mmxext 3dnowext 3dnow
31 bogomips : 2621.44
32
33
34 Kann mir jemand bei der richtigen Wahl der Flags helfen?(insbesondere
35 bei "march")
36
37
38 Athlon (AMD)
39 CHOST="i686-pc-linux-gnu"
40 CFLAGS="-march=athlon -O3 -pipe -fomit-frame-pointer"
41 CXXFLAGS="-march=athlon -O3 -pipe -fomit-frame-pointer"
42
43 Athlon-tbird, aka K7 (AMD)
44 CHOST="i686-pc-linux-gnu"
45 CFLAGS="-march=athlon-tbird -O3 -pipe -fomit-frame-pointer"
46 CXXFLAGS="-march=athlon-tbird -O3 -pipe -fomit-frame-pointer"
47
48 Athlon 4(AMD)
49 CHOST="i686-pc-linux-gnu"
50 CFLAGS="-march=athlon-4 -O3 -pipe -fomit-frame-pointer"
51 CXXFLAGS="-march=athlon-4 -O3 -pipe -fomit-frame-pointer"
52
53 stehen zur Wahl (insbesondere das model 4 in cpuinfo? ist damit Athlon 4
54 gemeint oder verwechsle ich das mit dem Mobile-Athlon)
55
56 Zudem gibt es besonderheiten bei registered ECC-Ram? Abgesehen von den
57 Einstellungen im BIOS, weiß jemand was "correct and scrutch" im BIOS
58 bedeutet (also correct ist klar nur das Zweite sagt mir nichts)
59
60 Danke im Voraus
61 MfG Andreas
62
63
64 --
65 gentoo-user-de@g.o mailing list

Replies

Subject Author
[gentoo-user-de] Re: richtigen CFLAGS für Athlon TB + regECC RAM Einstellungen Alexander Skwar <listen@×××××××××××××××.name>