From 0554f62a4e001d86e0ba93dcd89b737bfb40d0ed Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 30 Sep 2003 20:59:17 +0000 Subject: fixup i386 as well --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 21146b73f..7a66efb39 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) \ -- cgit v1.2.3-55-g7522