summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-03-29 20:53:56 +0000
committerobrien <obrien@FreeBSD.org>2001-03-29 20:53:56 +0000
commit934e9969934849c43a131ad90e71a6240362ff75 (patch)
tree8680d6e13e32bc5fa37795938484231b656f0c6c /contrib
parente7a634d197db8bcfd5f462ea582675a6ab39fa05 (diff)
downloadFreeBSD-src-934e9969934849c43a131ad90e71a6240362ff75.zip
FreeBSD-src-934e9969934849c43a131ad90e71a6240362ff75.tar.gz
Remove this GDB 4.18 file that is no longer part of GDB [5.0].
Diffstat (limited to 'contrib')
-rw-r--r--contrib/gdb/gdb/config/i386/windows.mh17
1 files changed, 0 insertions, 17 deletions
diff --git a/contrib/gdb/gdb/config/i386/windows.mh b/contrib/gdb/gdb/config/i386/windows.mh
deleted file mode 100644
index 3933a6e..0000000
--- a/contrib/gdb/gdb/config/i386/windows.mh
+++ /dev/null
@@ -1,17 +0,0 @@
-# gdbwin.o and ser-win32s.c have to be named because they have
-# _initialize functions that need to be found by init.c
-# gui.ores has to be named, or else msvc won't link it in.
-XDEPFILES = \
- mswin/gdbwin.o \
- mswin/ser-win32s.o \
- mswin/gui.ores \
- mswin/libwingdb.a
-
-$(XDEPFILES):
- rootme=`pwd` ; export rootme ; \
- ( cd mswin ; \
- $(MAKE) $(FLAGS_TO_PASS) all )
-
-XM_FILE=xm-windows.h
-MMALLOC=
-SER_HARDWIRE =
OpenPOWER on IntegriCloud