diff options
author | Keith Seitz <keiths@cygnus> | 1998-07-15 18:52:50 +0000 |
---|---|---|
committer | Keith Seitz <keiths@cygnus> | 1998-07-15 18:52:50 +0000 |
commit | 895cc8ab1c9a3dc8405f28735e7ff5776f8493c5 (patch) | |
tree | 6eeebb27f8ced1a127beefd3f865c78ed311d6d4 /gdb/configure.tgt | |
parent | e1f1ed1ad75d43e928ce1fa347659d3490b539aa (diff) | |
download | gdb-895cc8ab1c9a3dc8405f28735e7ff5776f8493c5.zip gdb-895cc8ab1c9a3dc8405f28735e7ff5776f8493c5.tar.gz gdb-895cc8ab1c9a3dc8405f28735e7ff5776f8493c5.tar.bz2 |
* main.c (main): Fix violations of GNU coding standard.
* breakpoint.c: Export delete_command.
* infcmd.c: Export continue_command, stepi_command, and nexti_command.
* Makefile.in: Add target for v850ice.o.
* configure.tgt: Add cygwin32 dependencies for v850 ice.
Diffstat (limited to 'gdb/configure.tgt')
-rw-r--r-- | gdb/configure.tgt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/configure.tgt b/gdb/configure.tgt index 1c22988..9896d92 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -295,6 +295,8 @@ v850-*-*) gdb_target=v850 windows) CONFIG_OBS="${CONFIG_OBS} v850ice.o" LIBS="${LIBS} necmsg.lib" ;; + cygwin32) + CONFIG_OBS="${CONFIG_OBS} v850ice.o" ;; esac ;; # start-sanitize-v850e @@ -304,6 +306,8 @@ v850e-*-*) gdb_target=v850 windows) CONFIG_OBS="${CONFIG_OBS} v850ice.o" LIBS="${LIBS} v850.lib" ;; + cygwin32) + CONFIG_OBS="${CONFIG_OBS} v850ice.o" ;; esac ;; v850ea-*-*) gdb_target=v850 @@ -312,6 +316,8 @@ v850ea-*-*) gdb_target=v850 windows) CONFIG_OBS="${CONFIG_OBS} v850ice.o" LIBS="${LIBS} v850.lib" ;; + cygwin32) + CONFIG_OBS="${CONFIG_OBS} v850ice.o" ;; esac ;; # end-sanitize-v850e |