Fix a silly oversight breaking cross compilation

-Erik
This commit is contained in:
Eric Andersen 2002-12-05 18:28:41 +00:00
parent c9f20d9fb9
commit 08c358b604

View File

@ -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' \