Hello, curaga and Juanito. I'm on TCL15 x86_64, exploring the contents of corepure64.gz for my own education.
I noticed that /linuxrc is a no-op link to busybox:
# /linuxrc
linuxrc: applet not found
It turns out TCL's busybox is compiled without the linuxrc applet:
# CONFIG_LINUXRC is not set
$ busybox --list | grep linux
linux32
linux64
$ busybox.suid --list | grep linux
It seems /linuxrc is a relic from TCL's past. I can confirm that removing it from base system has no ill effects.