diff --git a/build/misc.tcl b/build/misc.tcl index 8a7bf576..0d7083db 100644 --- a/build/misc.tcl +++ b/build/misc.tcl @@ -1431,6 +1431,14 @@ respond "*" ":cwd clib\r" respond "*" ":cc tv.>\r" expect ":KILL" +# STINKR +respond "*" ":cwd stinkr\r" +respond "*" ":link stinkr; c defs, c;\r" +respond "*" ":c;cc sjob.c sjob10.c sload.c sread.c ssym.c stinkr.c\r" +expect ":KILL" +respond "*" ":stinkr stinkr\r" +expect ":KILL" + # TJ6 respond "*" ":midas sysbin;_tj6;tj6\r" expect ":KILL" diff --git a/doc/programs.md b/doc/programs.md index 3481c559..99bc8cb0 100644 --- a/doc/programs.md +++ b/doc/programs.md @@ -295,7 +295,7 @@ - SRDATE, set reference date on a file. - SSV4, SSV for Imlac PDS-4. - STINK, linker. -- STINKR, new linker (binary only). +- STINKR, C linker. - STTY, set terminal parameters. - STONE, the old African game of stones. - STUFF, load code into PDP-11 through 10-11 interface.