From: Peter Tyser Date: Fri, 13 Mar 2009 23:54:32 +0000 (-0500) Subject: tools/Makefile: Remove HOSTARCH HOSTOS defines X-Git-Tag: v2009.06-rc1~98 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=652f4ba076689fd0acd447561a777b1c440a4b57;p=kernel%2Fu-boot.git tools/Makefile: Remove HOSTARCH HOSTOS defines The values of HOSTARCH and HOSTOS which are exported from the top-level Makefile should be used Signed-off-by: Peter Tyser --- diff --git a/tools/Makefile b/tools/Makefile index 9e9ee15..e87daaf 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -51,18 +51,6 @@ endif #------------------------------------------------------------------------- -HOSTARCH := $(shell uname -m | \ - sed -e s/i.86/i386/ \ - -e s/sun4u/sparc64/ \ - -e s/arm.*/arm/ \ - -e s/sa110/arm/ \ - -e s/powerpc/ppc/ \ - -e s/Power\ Macintosh/ppc/ \ - -e s/macppc/ppc/) - -HOSTOS := $(shell uname -s | tr A-Z a-z | \ - sed -e 's/\(cygwin\).*/cygwin/') - TOOLSUBDIRS = #