On Wednesday, 31 May 2006 16:51, Ralph Slooten wrote:
> Hiya list,
>
> I bought myself a new AMD Athlon64 in December, and initially installed
> it as a 64-bit Gentoo. In January this year I decided to reinstall it as
> a 32-bit OS due to constant issues with flash plugins, win32 codecs etc.

netscape-flash works with mozilla-firefox-bin and any other 32-bit browser, 
it's also possible to make it work with 64-bit konqueror. You might also be 
interested in looking at net-www/gnash, still alpha quality but will 
hopefully become a fully fledged flash player with amd64 support.

mplayer-bin will play all codecs that you normally need win32codecs for. Also 
if you're like many users and WMV3 videos are all you use win32codecs for, 
you might be interested to know that a VC-1 (WMV3) codec is a google summer 
of code project, so will hopefully be in a future version of ffmpeg soon.

>
> Seems I made one muck-up ... I used (for the 32-bit OS):
>
> CHOST="i686-pc-linux-gnu"
> CFLAGS="-march=athlon-xp -msse2 -O2 -pipe -ftracer -fomit-frame-pointer"
> CXXFLAGS="${CFLAGS}"
>
> instead of (according to
> http://gentoo-wiki.com/Safe_Cflags#Opteron.2FAthlon64_.28AMD.29):
>
> CHOST="i686-pc-linux-gnu"
> CFLAGS="-march=athlon64 -msse2 -O2 -pipe -ftracer -fomit-frame-pointer"
> CXXFLAGS="${CFLAGS}"

-march=athlon64 implies -msse2, all amd64 cpus have sse2 support.

Also -ftracer is not in the safe cflags list, personally I would not use it 
but if you believe it benefits you then go ahead.

>
>
> Notice the athlon-xp <=> athlon64...
>
> Does anyone with an good understanding of these flags know the
> consequences/results of
> a) Keeping the old flags (athlon-xp)?
> b) Changing to the new flags without a total reinstall?

AFAIK '-march=athlon-xp -msse2' is equivalent to '-march=athlon64'

>
> While I understand that I quite possibly have to reinstall several
> packages if I change the flags, which are the ones to pay particular
> note to, or is such a change drastic to the OS requiring a total rebuild
> of everything?
>
> Please advise.

I would not bother with a full system rebuild, everything should be fine.

>
> Greetings,
> Ralph

-- 
Raymond Lewis Rebbeck
-- 
gentoo-user@gentoo.org mailing list

Reply via email to