]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
tools/Makefile: Remove HOSTARCH HOSTOS defines
authorPeter Tyser <ptyser@xes-inc.com>
Fri, 13 Mar 2009 23:54:32 +0000 (18:54 -0500)
committerWolfgang Denk <wd@denx.de>
Fri, 3 Apr 2009 23:10:25 +0000 (01:10 +0200)
The values of HOSTARCH and HOSTOS which are exported from the top-level
Makefile should be used

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
tools/Makefile

index 9e9ee15fb87dc4f94ec1e24fa4d83c8b3ba5e1a1..e87daaf116614ac35433ba80c9568029806cf687 100644 (file)
@@ -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 =
 
 #