* config/rs6000/aix4.mh (NATDEPFILES): Move xcoffread.o from here.
* config/rs6000/aix4.mt (TDEPFILES): To here. * rdi-share/unixcomm.c: Provide definitions of SERPORT and PARPORT on BSD hosts.
This commit is contained in:
parent
d5556e2ab7
commit
cf9d0fd980
|
@ -1,3 +1,18 @@
|
|||
Thu Oct 22 09:56:55 1998 Andrew Cagney <cagney@b1.cygnus.com>
|
||||
|
||||
* config/rs6000/aix4.mh (NATDEPFILES): Move xcoffread.o from here.
|
||||
* config/rs6000/aix4.mt (TDEPFILES): To here.
|
||||
|
||||
Wed Oct 21 10:02:31 1998 Andrew Cagney <cagney@b1.cygnus.com>
|
||||
|
||||
* rdi-share/unixcomm.c: Provide definitions of SERPORT and PARPORT
|
||||
on BSD hosts.
|
||||
|
||||
1998-10-19 Jason Molenda (jsm@bugshack.cygnus.com)
|
||||
|
||||
* configure.in (AM_EXEEXT): Use AC_EXEEXT instead.
|
||||
* configure: Regenerated.
|
||||
|
||||
Sat Oct 17 17:39:23 1998 Felix Lee <flee@cygnus.com>
|
||||
|
||||
* core-sol2.c: #include <sys/types.h>, for sol2.7 weirdness.
|
||||
|
|
|
@ -88,6 +88,14 @@
|
|||
#define PARPORT2 "/dev/par1"
|
||||
#endif
|
||||
|
||||
#if defined (__FreeBSD__) || defined (__NetBSD__) || defined (__OpenBSD__) || defined (bsdi)
|
||||
#define SERPORT1 "/dev/cuaa0"
|
||||
#define SERPORT2 "/dev/cuaa1"
|
||||
#define PARPORT1 "/dev/lpt0"
|
||||
#define PARPORT2 "/dev/lpt1"
|
||||
#endif
|
||||
|
||||
|
||||
#define SERIAL_PREFIX "/dev/tty"
|
||||
#if defined(_WIN32) || defined (__CYGWIN32__)
|
||||
#define SERPORT1 "com1"
|
||||
|
@ -98,6 +106,8 @@
|
|||
#define SERIAL_PREFIX "com"
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* Parallel port output pins, used for signalling to target
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue