Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Tweaking Compiler
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
ee99ee2
Guru
Guru


Joined: 18 Jun 2002
Posts: 307
Location: Murfreesboro, TN, USA

PostPosted: Wed Jun 19, 2002 7:01 pm    Post subject: Tweaking Compiler Reply with quote

I'm about to install Gentoo this weekend. I assume gcc builds everything? That's what I got out of the install manual I read.

Anyway, I'm running an AMD Athlon 1.33 GHz CPU (running right at 1.6 GHz), 256MB of RAM, 120GB HD (RAID-1 over 2 60GB HD's), GeForce4 Ti 4400, SBLive! Value. I'm going to be using my system for just day to day stuff, and a little gameing (mostly OpenGL Unreal Tournament and Quake III). But for the most part, I'll be downloading music, playing with digital imageing, surfin' the net, talking to friends, and doing office stuff.

Now, what I need to know is what optiminziations can I tell the gcc compiler to use when it compiles everything? What files do I need to optimize? I know I can optimize things in make.conf, but someone told me that there wasn't a whole lot I could do there.

Ideas? Links to point me in the right direction? Anything?

-ee99ee2
Back to top
View user's profile Send private message
delta407
Bodhisattva
Bodhisattva


Joined: 23 Apr 2002
Posts: 2876
Location: Chicago, IL

PostPosted: Wed Jun 19, 2002 7:22 pm    Post subject: Reply with quote

To do Athlon-specific optimizations, you probably want to run GCC3, though GCC3 might cause problems for you. :) (GCC3 is the default compiler for the 1.3x "beta" releases. 1.3a was a test, 1.3b is the 1.4 release candidate, and 1.4 will be the first official GCC3 release.)

Unless you want to be really agressive, the following should be stable and reasonably fast:

Code:
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=i686 -O3 -pipe -fomit-frame-pointer"
CXXFLAGS="-march=i686 -O3 -pipe -fomit-frame-pointer"
Back to top
View user's profile Send private message
lx
Veteran
Veteran


Joined: 28 May 2002
Posts: 1012
Location: Netherlands

PostPosted: Wed Jun 19, 2002 7:25 pm    Post subject: Reply with quote

-fomit-frame-pointer is known to break several packages (mostly to do with KDE) well not using KDE so who cares, but such optimisations flags, should better be supplied by the developer, because then can give some strange problems. But well I'm just a person who want a fast but still stable system, so don't listen to me,

Cya lX.
_________________
"Remember there's a big difference between kneeling down and bending over.", Frank Zappa
Back to top
View user's profile Send private message
ee99ee2
Guru
Guru


Joined: 18 Jun 2002
Posts: 307
Location: Murfreesboro, TN, USA

PostPosted: Thu Jun 20, 2002 3:43 am    Post subject: Reply with quote

Okay. I'll want to use GCC3 then......

How do I use it to build Gentoo?

-ee99ee2
Back to top
View user's profile Send private message
delta407
Bodhisattva
Bodhisattva


Joined: 23 Apr 2002
Posts: 2876
Location: Chicago, IL

PostPosted: Thu Jun 20, 2002 3:58 am    Post subject: Reply with quote

Grab the 1.3b ISO, and go from there.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo 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