diff options
author | Masahiro Yamada | 2013-11-11 14:36:03 +0900 |
---|---|---|
committer | Tom Rini | 2013-11-17 14:11:32 -0500 |
commit | e2e1f3ca391b7ad8bbe4407b2edf5ee2778892c5 (patch) | |
tree | 9c172a56d50a278542ebf43d4b303d05e7dfb23e /tools/gdb | |
parent | 74307f206cb8bc2f6a3a283154c8d4151337f965 (diff) |
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/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/gdb/Makefile b/tools/gdb/Makefile index dee91fccc0a..dd98fb65c0d 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: |