config/sparc-noun.mt: New target configs for embedded.
* config/sun4os3.{mh,mt}: Remove, never existed in production.
--- /dev/null
+# Target: Motorola 68xxx, in a file format that uses no leading underlines.
+# (such as COFF or ELF)
+TDEPFILES= exec.o m68k-pinsn.o m68k-tdep.o
+TM_FILE= tm-68k-noun.h
--- /dev/null
+# Target: Motorola 68xxx, in a file format that uses leading underlines.
+# (such as a.out)
+TDEPFILES= exec.o m68k-pinsn.o m68k-tdep.o
+TM_FILE= tm-68k-un.h
--- /dev/null
+# Target: SPARC using an object file format with no leading underbars
+# (like elf)
+TDEPFILES= exec.o sparc-tdep.o sparc-pinsn.o
+TM_FILE= tm-spc-noun.h
--- /dev/null
+# Target: SPARC using an object file format with leading underbars
+# (like a.out)
+TDEPFILES= exec.o sparc-tdep.o sparc-pinsn.o
+TM_FILE= tm-spc-un.h