This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

support for remote/serial tcp not there linux host (maybe others too)



looks like this happened in gdb/Makefile.in version 1.39
maybe following is the change which caused it

in 1.38 it was
SER_HARDWIRE = @SER_HARDWIRE@


in 1.39 it is
SER_HARDWIRE = ser-unix.o ser-pipe.o

i would like to see ser-tcp.o back in Makefile.in

THX
niraj

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]