From 9709c7b1934829a3386c60bfa4d231303184b373 Mon Sep 17 00:00:00 2001 From: andersen Date: Thu, 5 Dec 2002 18:28:41 +0000 Subject: Fix a silly oversight breaking cross compilation -Erik git-svn-id: svn://busybox.net/trunk/busybox@6105 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- Rules.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rules.mak b/Rules.mak index 58c03b6e8..80f273672 100644 --- a/Rules.mak +++ b/Rules.mak @@ -87,7 +87,7 @@ ARFLAGS:=-r #-------------------------------------------------------- export VERSION BUILDTIME TOPDIR HOSTCC HOSTCFLAGS CROSS CC AR AS LD NM STRIP CPP ifeq ($(strip $(TARGET_ARCH)),) -TARGET_ARCH:=$(shell $(CC) -dumpmachine | sed -e s'/-.*//' \ +TARGET_ARCH=$(shell $(CC) -dumpmachine | sed -e s'/-.*//' \ -e 's/i.86/i386/' \ -e 's/sparc.*/sparc/' \ -e 's/arm.*/arm/g' \ -- cgit v1.2.3-55-g6feb