mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 23:51:33 +00:00
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>
This commit is contained in:
parent
2eeb4e95fb
commit
652f4ba076
1 changed files with 0 additions and 12 deletions
|
@ -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 =
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue