Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
CFLAGS til en Pentium M (Centrino)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Scandinavian
View previous topic :: View next topic  
Author Message
rjpa
Tux's lil' helper
Tux's lil' helper


Joined: 25 Dec 2003
Posts: 94

PostPosted: Sat Feb 18, 2006 5:50 pm    Post subject: CFLAGS til en Pentium M (Centrino) Reply with quote

DK Post:
Hej,

Jeg har en Asus M6N bærbar, 1.6GHz Centrino, Pentium M.
Hvilke CFLAGS ville være optimale for min maskine?

/Rasmus

SE Post:
Hej,

Jag äger en Asus M6N bärbar, 1.6GHz Centrino, Pentium M.
Vilka CFLAGS ville vara idealla till min maskin?

/Rasmus

PS: Jag förstår både danska och svenska.
Back to top
View user's profile Send private message
hw-tph
l33t
l33t


Joined: 08 Jan 2004
Posts: 768
Location: Uppsala, Sweden

PostPosted: Sun Feb 19, 2006 7:25 pm    Post subject: Reply with quote

Från CFLAGS-sidan på Wikin:
Code:
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=pentium3 -msse2 -O2 -pipe -fomit-frame-pointer"
CXXFLAGS="${CFLAGS}"


Jag gillar inte -fomit-frame-pointer dock (då går det inte att debugga, och en del program har problem med det):
Code:
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=pentium3 -msse2 -O2 -pipe"
CXXFLAGS="${CFLAGS}"



Håkan
_________________
Self-admitted computer fetishist
Back to top
View user's profile Send private message
rjpa
Tux's lil' helper
Tux's lil' helper


Joined: 25 Dec 2003
Posts: 94

PostPosted: Sun Feb 19, 2006 7:32 pm    Post subject: Reply with quote

hw-tph wrote:
Från CFLAGS-sidan på Wikin:
Code:
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=pentium3 -msse2 -O2 -pipe -fomit-frame-pointer"
CXXFLAGS="${CFLAGS}"


Jag gillar inte -fomit-frame-pointer dock (då går det inte att debugga, och en del program har problem med det):
Code:
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=pentium3 -msse2 -O2 -pipe"
CXXFLAGS="${CFLAGS}"



Håkan


Tackar ödmjukast :)

- rjpa
Back to top
View user's profile Send private message
KrathCarib
n00b
n00b


Joined: 20 Feb 2006
Posts: 1

PostPosted: Mon Feb 20, 2006 8:54 pm    Post subject: Reply with quote

Fra GCC version 3.4 findes pentium-m som march-option.
Jeg kører således med følgende på min Centrino-maskine:

CFLAGS="-O2 -march=pentium-m -pipe"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"
Back to top
View user's profile Send private message
spiff
n00b
n00b


Joined: 04 Oct 2002
Posts: 37

PostPosted: Tue Feb 28, 2006 12:15 am    Post subject: Reply with quote

hw-tph wrote:

Jag gillar inte -fomit-frame-pointer dock (då går det inte att debugga, och en del program har problem med det):

Håkan


Vad är det för problem program har? Jag fattade som att det enbart rörde just debug (stack trace), annars bör det väl inte stå i wikin? Ser ingen direkt på diskution om det.. annar än möjligen oanvändbart på A64.

Tog just ner 2006.0 å tänkte stoppa in på min ganska nya A6V laptop, även den med pentium M. Ny hårdvara å ny gentoo.. det är en såndär.. geeknirvana känsla :)
Back to top
View user's profile Send private message
kallamej
Administrator
Administrator


Joined: 27 Jun 2003
Posts: 4975
Location: Gothenburg, Sweden

PostPosted: Tue Feb 28, 2006 9:29 am    Post subject: Reply with quote

Om det inte hade varit några problem med det hade -fomit-frame-pointer knappast filtrerats i ett antal ebuilds, ett exempel är bug 103741. Å andra sidan finns det en del paket som faktiskt lägger till -fomit-frame-pointer.
_________________
Please read our FAQ Forum, it answers many of your questions.
irc: #gentoo-forums on irc.libera.chat
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Scandinavian All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum