Treat i686 as an i386 if present, fixes build errors with wireless-tools on i686 (x86 mediacenter)

SVN-Revision: 9439
This commit is contained in:
Florian Fainelli 2007-10-24 20:03:14 +00:00
parent 18c1ffe97c
commit d22f50a252
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ $(strip $(subst ",,$(1)))
endef
#"))
ARCH:=$(call qstrip,$(CONFIG_ARCH))
ARCH:=$(call qstrip,$(shell echo $(CONFIG_ARCH) | sed -e 's/i[3-9]86/i386/'))
BOARD:=$(call qstrip,$(CONFIG_TARGET_BOARD))
TARGET_OPTIMIZATION:=$(call qstrip,$(CONFIG_TARGET_OPTIMIZATION))
BUILD_SUFFIX:=$(call qstrip,$(CONFIG_BUILD_SUFFIX))