Re: building i586 slack packages On Sat, 26 Jul 2003 17:59:30 +0000, core_dump wrote:
> On Sat, 26 Jul 2003 17:05:56 +0200, Julien Ponge <julien_ponge@yahoo.fr>
> wrote:
>>
>> export CFLAGS="-march=i586 (...)"
>> export CXXFLAGS=${CFLAGS}
>>
>>
> -march=i586 or -march=i686 for that processor only -mcpu=i586 or
> -mcpu=i586 to tune the code to that processor
This is Out of topic for this thread but now that you mention it.
Will it overide the default i386 arch. setting in most ./configure script?
So that I can recompile all the slackware src code to match my CPU arch.? |