From: Maxim Grigoriev Date: Fri, 24 Jul 2009 00:09:46 +0000 (+0200) Subject: package/Makefile.in: xtensa host support X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6b27f42180f7d8d833aa1c1abc47d108de2a796c;p=buildroot.git package/Makefile.in: xtensa host support Part of #163. Signed-off-by: Maxim Grigoriev Signed-off-by: Peter Korsgaard --- diff --git a/package/Makefile.in b/package/Makefile.in index dfe4347cf9..3f757b7b72 100644 --- a/package/Makefile.in +++ b/package/Makefile.in @@ -205,6 +205,7 @@ HOST_ARCH:=$(shell $(HOSTCC) -dumpmachine | sed -e s'/-.*//' \ -e 's/mipsel-.*/mipsel/' \ -e 's/cris.*/cris/' \ -e 's/i[3-9]86/i386/' \ + -e 's/xtensa.*/xtensa/' \ ) GNU_HOST_NAME:=$(HOST_ARCH)-$(subst ",,$(BR2_GNU_BUILD_SUFFIX)) #")