From: Eric Andersen Date: Tue, 30 Sep 2003 20:59:17 +0000 (-0000) Subject: fixup i386 as well X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0554f62a4e001d86e0ba93dcd89b737bfb40d0ed;p=buildroot.git fixup i386 as well --- diff --git a/Makefile b/Makefile index 21146b73fc..7a66efb39b 100644 --- a/Makefile +++ b/Makefile @@ -196,6 +196,7 @@ HOST_ARCH:=$(shell $(HOSTCC) -dumpmachine | sed -e s'/-.*//' \ -e 's/mips-.*/mips/' \ -e 's/mipsel-.*/mipsel/' \ -e 's/cris.*/cris/' \ + -e 's/i[3-9]86/i386/' \ ) GNU_HOST_NAME:=$(HOST_ARCH)-pc-linux-gnu TARGET_CONFIGURE_OPTS=PATH=$(TARGET_PATH) \