summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPeter Tyser <ptyser@xes-inc.com>2009-03-13 18:54:32 -0500
committerWolfgang Denk <wd@denx.de>2009-04-04 01:10:25 +0200
commit652f4ba076689fd0acd447561a777b1c440a4b57 (patch)
treefe33982ee5fbbaaffdb873c96d41e5a9669d8c17 /tools
parent2eeb4e95fbfafe54645fae7ec0b2594101f0573b (diff)
downloadtalos-obmc-uboot-652f4ba076689fd0acd447561a777b1c440a4b57.tar.gz
talos-obmc-uboot-652f4ba076689fd0acd447561a777b1c440a4b57.zip
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 <ptyser@xes-inc.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 9e9ee15fb8..e87daaf116 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 =
#
OpenPOWER on IntegriCloud