[uClibc]Re: Strange busybox/uClibc problem

Erik Andersen andersen at codepoet.org
Thu Jun 27 08:45:27 UTC 2002


On Thu Jun 27, 2002 at 04:36:35AM -0400, Paul Komarek wrote:
> It seems to me that Rules.mak or Config.i386 ought to specify -mcpu=i386
> somewhere; Rules.mak specifies -march=i386 in the OPTIMIZATION variable,
> but nobody specifies -mcpu=i386.  In the end, I grudgingly added it to the
> WARNINGS variable.

You should add it to your Config file using
    ARCH_CFLAGS:=-mcpu=i386
which will do the right thing.

 -Erik

--
Erik B. Andersen             http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--



More information about the uClibc mailing list