diff options
author | Sean Eric Fagan <sef@cygnus> | 1993-05-21 18:07:23 +0000 |
---|---|---|
committer | Sean Eric Fagan <sef@cygnus> | 1993-05-21 18:07:23 +0000 |
commit | f2e349a2429b36f4f9f4c4ffae9d0c40b1330cdc (patch) | |
tree | 75f13ea7d18d2b51674decaab9ff4b227415add7 /gdb/config | |
parent | 31589e1ec06c26478aee34a17ef1170254174a27 (diff) | |
download | gdb-f2e349a2429b36f4f9f4c4ffae9d0c40b1330cdc.zip gdb-f2e349a2429b36f4f9f4c4ffae9d0c40b1330cdc.tar.gz gdb-f2e349a2429b36f4f9f4c4ffae9d0c40b1330cdc.tar.bz2 |
Change the configuration, for target 29k-udi, a little bit.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/sparc/sun4os4.mh | 1 | ||||
-rw-r--r-- | gdb/config/sparc/sun4sol2.mh | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/gdb/config/sparc/sun4os4.mh b/gdb/config/sparc/sun4os4.mh index 6f9cc79..7cd0869 100644 --- a/gdb/config/sparc/sun4os4.mh +++ b/gdb/config/sparc/sun4os4.mh @@ -3,3 +3,4 @@ XDEPFILES= XM_FILE= xm-sun4os4.h NAT_FILE= nm-sun4os4.h NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o sparc-nat.o +HOST_IPC=-DBSD_IPC diff --git a/gdb/config/sparc/sun4sol2.mh b/gdb/config/sparc/sun4sol2.mh index fdb8ada..8c97f98 100644 --- a/gdb/config/sparc/sun4sol2.mh +++ b/gdb/config/sparc/sun4sol2.mh @@ -35,3 +35,4 @@ INSTALL = cp # This is commented out because we don't assume that the Sun compiler # is in use. #MH_CFLAGS=-xs +HOST_IPC=-DBSD_IPC |