Fix build issues with MinGW
authorOlivier Gay <olivier.gay@gmail.com>
Sun, 27 Oct 2013 14:19:29 +0000 (15:19 +0100)
committerOlivier Gay <olivier.gay@gmail.com>
Sun, 27 Oct 2013 14:32:43 +0000 (15:32 +0100)
commit5851dee3cd95d7b0276caa22b9d2992c8b1147fa
treec56f48d08e190cb7cebb1198d9577f67b981b3bd
parente35c818c190a0c7d246d782ac7340bbe00bb0741
Fix build issues with MinGW

Remove st-term from the list of the targets for MinGW.
st-term uses termios and would require a rewrite to have
it compile on MinGW. Also remove cleanup signal handlers
in gdb-server for MinGW to compile.
Makefile.am
configure.ac
gdbserver/gdb-server.c