]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/config/ns32k/merlin.mh
Initial creation of sourceware repository
[thirdparty/binutils-gdb.git] / gdb / config / ns32k / merlin.mh
1 # Host: Merlin running utek 2.1
2 XDEPFILES= infptrace.o inftarg.o fork-child.o corelow.o core-aout.o
3 XM_FILE= xm-merlin.h
4
5 # FIXME: M_INSTALL is gone from the gdb makefile. If anyone cares
6 # about the Merlin anymore, and the bug which inspired
7 # SHELL_FILE/gdb-sh is still there, will need to reinstate it. Also,
8 # this should be done for native only.
9
10 # See SHELL_FILE in xm-merlin.h for a explanation of this.
11
12 # FIXME: This should use $prefix, but only if SHELL_FILE does too.
13
14 M_INSTALL=cp /bin/sh /usr/local/lib/gdb-sh; \
15 chmod ogu+rw /usr/local/lib/gdb-sh
16 M_UNINSTALL = rm -f /usr/local/lib/gdb-sh