projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74307f2
)
tools: Makefile: delete redundant lines
author
Masahiro Yamada
<yamada.m@jp.panasonic.com>
Mon, 11 Nov 2013 05:36:03 +0000
(14:36 +0900)
committer
Tom Rini
<trini@ti.com>
Sun, 17 Nov 2013 19:11:32 +0000
(14:11 -0500)
HOSTOS is defined and exported at the top Makefile.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
tools/gdb/Makefile
patch
|
blob
|
history
diff --git
a/tools/gdb/Makefile
b/tools/gdb/Makefile
index dee91fccc0a36217611baae53ecaa0646102b4f0..dd98fb65c0dccef2701d1bb877f055d0cda58c83 100644
(file)
--- a/
tools/gdb/Makefile
+++ b/
tools/gdb/Makefile
@@
-23,8
+23,6
@@
BINS := $(addprefix $(obj),$(BINS))
#
HOSTCPPFLAGS = -I$(BFD_ROOT_DIR)/include
-HOSTOS := $(shell uname -s | sed -e 's/\([Cc][Yy][Gg][Ww][Ii][Nn]\).*/cygwin/')
-
ifeq ($(HOSTOS),cygwin)
all: