[uClibc] uClibc 0.9.22 TARGET_ARCH

Erik Andersen andersen at codepoet.org
Mon Nov 10 18:45:08 UTC 2003


On Mon Nov 10, 2003 at 09:24:01PM +0900, Atsushi Nemoto wrote:
> In uClibc 0.9.22, the TARGET_ARCH is quoted string (such as "i386").
> But Rules.mak contains some lines which compare $(TARGET_ARCH) with
> unquoted string.
> 
> ifeq ($(strip $(TARGET_ARCH)),i386)
> 
> The 'i386' string should quoted (i.e. "i386") ?

I've fixed Rules.mak to properly strip the quoting from
TARGET_ARCH.  Sorry about that!

 -Erik

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



More information about the uClibc mailing list