From 6ecb2b74ee6a45adfba96efff8807448f070b754 Mon Sep 17 00:00:00 2001 From: Per Bothner Date: Sat, 15 Feb 1992 22:07:15 +0000 Subject: Major rewrite of how ld is configured. The major idea is to use shell scripts to generate everything. * generic.em replaces ldtemplate. * Other *.em files replace various *.c files. A *.em file is a shell script that generates the corresponding ld__*.c file that implements an emulation. This is usually a straight 'cat' of a here-document, possibly with substitutions. * Script files (*.sc) are places by *.sc-sh scripts. Again, these are simple shell scripts that 'cat' here-documents, usually with some substitutions. The output a *.sc-sh is a script file. --- ld/m88kbcs.sc-sh | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100755 ld/m88kbcs.sc-sh (limited to 'ld/m88kbcs.sc-sh') diff --git a/ld/m88kbcs.sc-sh b/ld/m88kbcs.sc-sh new file mode 100755 index 0000000..65112be --- /dev/null +++ b/ld/m88kbcs.sc-sh @@ -0,0 +1,41 @@ +cat <