Gentoo Archives: gentoo-user-de

From: "Norman Rieß" <norman@×××××××××.org>
To: gentoo-user-de@l.g.o
Subject: Re: [gentoo-user-de] Pentium M frage.
Date: Thu, 09 Mar 2006 07:20:27
Message-Id: 36686.141.38.43.231.1141888732.squirrel@ulm114.server4you.de
In Reply to: [gentoo-user-de] Pentium M frage. by Martin Wilke
1 Hi
2
3 Hier (http://gentoo-wiki.com/Safe_Cflags) wird folgendes empfohlen:
4
5 Pentium-M / Centrino (Intel)
6
7 vendor_id : GenuineIntel
8 cpu family : 6
9 model : 9 or 13
10 model name : Intel(R) Pentium(R) M processor XXXXMHz
11
12 For gcc 3.3:
13
14 CHOST="i686-pc-linux-gnu"
15 CFLAGS="-march=pentium3 -msse2 -O2 -pipe -fomit-frame-pointer"
16 CXXFLAGS="${CFLAGS}"
17
18 For gcc 3.4 and later:
19
20 CHOST="i686-pc-linux-gnu"
21 CFLAGS="-O2 -march=pentium-m -pipe -fomit-frame-pointer"
22 CXXFLAGS="${CFLAGS}"
23
24
25
26 Hatte die ganze Zeit
27
28
29 CHOST="i686-pc-linux-gnu"
30 CFLAGS="-O2 -march=i686 -pipe"
31 CXXFLAGS="${CFLAGS}"
32
33 ohne Probleme laufen.
34 Bin jetzt (wirklich zu DIESEM Zeitpunkt :-)) dabei auf
35
36 CHOST="i686-pc-linux-gnu"
37 CFLAGS="-O2 -march=pentium-m -pipe"
38 CXXFLAGS="${CFLAGS}"
39
40 umzukompilieren.
41
42 Gruß
43
44 Norman
45
46
47 > -----BEGIN PGP SIGNED MESSAGE-----
48 > Hash: SHA1
49 >
50 > Guten Moin Liste :)
51 >
52 >
53 > Ich habe mir einen Pentium M zugelegt. Nun wollte ich gerne mal wissen
54 > wie ihr dazu die CFLAGS habt bzw was ihr empfehlen wuerdet.
55 >
56 >
57 > Gruss Martin
58 > -----BEGIN PGP SIGNATURE-----
59 > Version: GnuPG v1.4.2.1 (FreeBSD)
60 >
61 > iD8DBQFED9IFFRZ/kBT4vp8RAmQoAKCFtFIEBKoVpVcMLUTfW6yZI3i/WwCaApcT
62 > D2Q7EeFIensWadCuud6ibbo=
63 > =Unt0
64 > -----END PGP SIGNATURE-----
65 >
66 > --
67 > gentoo-user-de@g.o mailing list
68 >
69 >
70
71
72 --
73 gentoo-user-de@g.o mailing list

Replies

Subject Author
Re: [gentoo-user-de] Pentium M frage. Kai Kuehne <kai.kuehne@×××××.com>