Code: Select all
CFLAGS="-O2 -march=athlon-xp -pipe -fomit-frame-pointer -msse2"
Code: Select all
CONFIG_MK8=y
CONFIG_AGP_AMD64=y
12. Cross posting - Please do not post the same question to multiple forums. Cross posting clutters up the forums and makes things like searching harder for other users. If you feel your question could fit in multiple forums, please pick the best one and post there. If you would like your topic moved, message a Global Moderator. Also, please do not post about the same subject multiple times. One thread is sufficient. See Report violations, duplicates, misplaced posts, etc. if you like a thread moved.


If u say so,but how can I installed the win xp x64 with my Sempron64.After reading so many topics,I still don't know how to set Sempron64's Kernel option & Gcc Option. (Just the two questions,don't tell me it's not a 64 bit processor,it isForezt wrote:Yes, but I seem to recall reading a tomshardware article that said that the Sempron64's have AMD's 64-bit extensions disabled, which is why they are so much cheaper and run so much cooler (namely, why I bought one). I'll be using the athlon-xp stage, since it's probably the closest to sempron64.


I suppose that -march=k8 CFLAG means you're on an AMD64 system.....Did u noticed any performance improvement doing so?hoyanf wrote: My Build info :-
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=k8 -mfpmath=sse -msse2 -mmmx -m3dnow -fomit-frame-pointer -falign-functions=4 -pipe"
CHOST="i686-pc-linux-gnu"
Just fyi...
Code: Select all
CFLAGS="-march=athlon-xp -O2 -fomit-frame-pointer -pipe"
CXXFLAGS="${CFLAGS}"
If you're going to install a 64-bit system then:Pancu wrote:Hi!
I have a cpu Amd Sempron64 2600+.I read any topic but i don't find the solution.
Can you advise the Cflags for my Cpu??
I'm sorry but my english is very bad.
Thansk.
Code: Select all
CFLAGS="-march=k8 -O2 -pipe -fno-ident"
CHOST="x86_64-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"