diff options
| author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2013-11-11 14:36:03 +0900 |
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2013-11-17 14:11:32 -0500 |
| commit | e2e1f3ca391b7ad8bbe4407b2edf5ee2778892c5 (patch) | |
| tree | 9c172a56d50a278542ebf43d4b303d05e7dfb23e | |
| parent | 74307f206cb8bc2f6a3a283154c8d4151337f965 (diff) | |
| download | olio-uboot-2014.01-e2e1f3ca391b7ad8bbe4407b2edf5ee2778892c5.tar.xz olio-uboot-2014.01-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>
| -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 dee91fccc..dd98fb65c 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: |