Skip to content
Snippets Groups Projects
Commit 652f4ba0 authored by Peter Tyser's avatar Peter Tyser Committed by Wolfgang Denk
Browse files

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: default avatarPeter Tyser <ptyser@xes-inc.com>
parent 2eeb4e95
No related branches found
No related tags found
No related merge requests found
......@@ -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 =
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment