[uClibc] uClibc 0.9.22 TARGET_ARCH

Atsushi Nemoto anemo at mba.ocn.ne.jp
Mon Nov 10 12:24:01 UTC 2003


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") ?

---
Atsushi Nemoto



More information about the uClibc mailing list