summaryrefslogtreecommitdiffstats
path: root/tools/gdb
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2013-11-11 14:36:03 +0900
committerTom Rini <trini@ti.com>2013-11-17 14:11:32 -0500
commite2e1f3ca391b7ad8bbe4407b2edf5ee2778892c5 (patch)
tree9c172a56d50a278542ebf43d4b303d05e7dfb23e /tools/gdb
parent74307f206cb8bc2f6a3a283154c8d4151337f965 (diff)
downloadblackbird-obmc-uboot-e2e1f3ca391b7ad8bbe4407b2edf5ee2778892c5.tar.gz
blackbird-obmc-uboot-e2e1f3ca391b7ad8bbe4407b2edf5ee2778892c5.zip
tools: Makefile: delete redundant lines
HOSTOS is defined and exported at the top Makefile. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'tools/gdb')
-rw-r--r--tools/gdb/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/gdb/Makefile b/tools/gdb/Makefile
index dee91fccc0..dd98fb65c0 100644
--- 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:
OpenPOWER on IntegriCloud