diff options
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/rs6000.mh | 4 | ||||
-rw-r--r-- | gdb/config/sun3os3.mh | 4 | ||||
-rw-r--r-- | gdb/config/sun3os4.mh | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/gdb/config/rs6000.mh b/gdb/config/rs6000.mh index ca3a55c..53af403 100644 --- a/gdb/config/rs6000.mh +++ b/gdb/config/rs6000.mh @@ -17,10 +17,10 @@ # along with GDB; see the file COPYING. If not, write to # the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. -XDEPFILES= fork-child.o +XDEPFILES= XM_FILE= xm-rs6000.h NAT_FILE= nm-rs6000.h -NATDEPFILES= infptrace.o inftarg.o rs6000-nat.o +NATDEPFILES= fork-child.o infptrace.o inftarg.o rs6000-nat.o # When compiled with cc, for debugging, this argument should be passed. # We have no idea who our current compiler is though, so we skip it. diff --git a/gdb/config/sun3os3.mh b/gdb/config/sun3os3.mh index 2d4c451..2aefd10 100644 --- a/gdb/config/sun3os3.mh +++ b/gdb/config/sun3os3.mh @@ -1,5 +1,5 @@ # Host: Sun 3, running SunOS 3 -XDEPFILES= fork-child.o +XDEPFILES= XM_FILE= xm-sun3.h NAT_FILE= nm-sun3.h -NATDEPFILES= inftarg.o infptrace.o inftarg.o corelow.o sun3-nat.o +NATDEPFILES= fork-child.o inftarg.o infptrace.o inftarg.o corelow.o sun3-nat.o diff --git a/gdb/config/sun3os4.mh b/gdb/config/sun3os4.mh index 747cf76..ecc3292 100644 --- a/gdb/config/sun3os4.mh +++ b/gdb/config/sun3os4.mh @@ -1,5 +1,5 @@ # Host: Sun 3, running SunOS 4 -XDEPFILES= fork-child.o +XDEPFILES= XM_FILE= xm-sun3os4.h NAT_FILE= nm-sun3.h -NATDEPFILES= inftarg.o infptrace.o inftarg.o corelow.o sun3-nat.o +NATDEPFILES= fork-child.o inftarg.o infptrace.o inftarg.o corelow.o sun3-nat.o |