summaryrefslogtreecommitdiffstats
path: root/tools/gdb
diff options
context:
space:
mode:
authordzu <dzu>2003-08-07 14:20:31 +0000
committerdzu <dzu>2003-08-07 14:20:31 +0000
commit8f713fdfeb3bde6fe89dfb300f22cae9778e35eb (patch)
tree9298aff917d63f8d218460148f0508674b981049 /tools/gdb
parent96e48cf6c14319f87b38a1d3b6ec9139c9d0469d (diff)
downloadblackbird-obmc-uboot-8f713fdfeb3bde6fe89dfb300f22cae9778e35eb.tar.gz
blackbird-obmc-uboot-8f713fdfeb3bde6fe89dfb300f22cae9778e35eb.zip
Removed tools/gdb from "make all" target. Added make target "gdbtools"
in toplevel directory instead. Removed astest.c from tools/gdb because it is no longer relevant.
Diffstat (limited to 'tools/gdb')
-rw-r--r--tools/gdb/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/tools/gdb/Makefile b/tools/gdb/Makefile
index 1b6639014f..faff12012f 100644
--- a/tools/gdb/Makefile
+++ b/tools/gdb/Makefile
@@ -25,12 +25,7 @@ include $(TOPDIR)/config.mk
BINS = gdbsend gdbcont
-ifneq ($(HOSTOS),HP-UX)
-BINS+= astest
-endif
-
-
-OBJS = gdbsend.o gdbcont.o astest.o error.o remote.o serial.o
+OBJS = gdbsend.o gdbcont.o error.o remote.o serial.o
#
# Use native tools and options
@@ -57,9 +52,6 @@ gdbsend: gdbsend.o error.o remote.o serial.o
gdbcont: gdbcont.o error.o remote.o serial.o
$(CC) $(CFLAGS) $(HOST_LDFLAGS) -o $@ $^
-astest: astest.o error.o
- $(CC) $(CFLAGS) $(HOST_LDFLAGS) -o $@ $^ -L$(BFD_ROOT_DIR)/lib -lbfd -liberty
-
clean:
rm -f $(OBJS)
OpenPOWER on IntegriCloud