diff options
author | Sean Eric Fagan <sef@cygnus> | 1992-10-08 02:58:25 +0000 |
---|---|---|
committer | Sean Eric Fagan <sef@cygnus> | 1992-10-08 02:58:25 +0000 |
commit | 17cb669f380e19f3abc3a365d9260c47b6021719 (patch) | |
tree | f18097d29c2b3bb5e12310d3c8a5016abb3cc7bd /gdb/config/go32.mh | |
parent | 6a1f93f6a28653ea37b3cf02b47a9ef7e67e2fdc (diff) | |
download | fsf-binutils-gdb-17cb669f380e19f3abc3a365d9260c47b6021719.zip fsf-binutils-gdb-17cb669f380e19f3abc3a365d9260c47b6021719.tar.gz fsf-binutils-gdb-17cb669f380e19f3abc3a365d9260c47b6021719.tar.bz2 |
Going back to old remote method for now.
Diffstat (limited to 'gdb/config/go32.mh')
-rw-r--r-- | gdb/config/go32.mh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/config/go32.mh b/gdb/config/go32.mh index 3600f1f..8d08c49 100644 --- a/gdb/config/go32.mh +++ b/gdb/config/go32.mh @@ -3,5 +3,3 @@ MH_CFLAGS=-D__GO32__ -D__MSDOS__ XDEPFILES= go32-xdep.o ser-go32.o XM_FILE= xm-go32.h -REMOTE = remote-ser.o - |