View previous topic :: View next topic |
Author |
Message |
mdavid01 n00b
Joined: 16 Oct 2006 Posts: 11 Location: High Springs, FL
|
Posted: Mon Oct 16, 2006 11:17 pm Post subject: new stage1 cflag for celeron 2 Ghz |
|
|
Reading the safe CFLAGS info it specifys using
-mcpu=i686
for the Celeron 2Ghz R processor
CPU INFO
Celeron (R) 2.00Ghz
cpu family 15
model 2
stepping 9
of course I used the use flags /proc/cpuinfo indicated.
I read that some folks had problems with this cpu with the march=pentium4 however mcpu is depreciated.
Any info on using a different set of cflags for this processor?
I've used the search on here and google and read up on all the cflags and only found this conflicting information. |
|
Back to top |
|
|
kfiaciarka Veteran
Joined: 20 May 2005 Posts: 1498 Location: Dobre Miasto, Poland
|
Posted: Tue Oct 17, 2006 6:41 am Post subject: |
|
|
You can use -march=i686 and some instructions that your cpu support and of course -pipe. If you don't have much cache use -Os but it can break things unfortunatelly :/ |
|
Back to top |
|
|
|