Austin Acton writes: :: $ rpm -bb gcc.spec :: worked perfectly on my dual Athlon 1900 :: :: $ rpmbuild -bb --target=athlonxp gcc.spec :: failed to even get underway, but that's because I have no :: athlonxp-mandrake-linux-gnu target on my machine :: :: Are you 100% sure your rpm/BUILD and rpm/tmp directories were clean?
Yes, absolutely sure. I hand cleaned /usr/src/RPM and /var/tmp before issuing rpm -i on the .src.rpm :: Austin To build athlon-mp centric .rpm's here is my /etc/rpmrc file: optflags: athlon -O3 -fomit-frame-pointer -pipe -march=athlon-mp -ffast-math -fno-strength-reduce buildarchtranslate: athlon: athlon buildarchtranslate: i686: athlon It turns out to be necessary to build the compiler (at least gcc-3.2-4) so that MPlyayer will properly compile. Otherwise you end up with compiler errors on the embedded assembler w/in MPlayer. I'm now starting the build I memtioned in the previous message. Will see what happens in the morning. Goodnight.
