Major rewrite of how ld is configured. The major idea
authorPer Bothner <per@bothner.com>
Sat, 15 Feb 1992 22:13:53 +0000 (22:13 +0000)
committerPer Bothner <per@bothner.com>
Sat, 15 Feb 1992 22:13:53 +0000 (22:13 +0000)
commitde566389ca05df16872de9b85ca473157d36703d
tree3e841d557b91b454b48d792172cbb28b63ff9c1f
parent6ecb2b74ee6a45adfba96efff8807448f070b754
Major rewrite of how ld is configured.  The major idea
is to use shell scripts to generate everything.
* Each emulation is defined by a short shell script with
extension *.sh that specifies the emulation-specific
parameters (such as the name of the *.sh-sc and *.em
files to use).
* genscript.sh is the master shell script used to generate
an emulation.  It is passed various argument, including
the name a the emulation-speciic *.sh file that it
"sources" to set variables to emulation-specifc parameters.
12 files changed:
ld/a29k.sh [new file with mode: 0755]
ld/ebmon29k.sh [new file with mode: 0755]
ld/genscripts.sh [new file with mode: 0755]
ld/gld960.sh [new file with mode: 0755]
ld/h8300hms.sh [new file with mode: 0755]
ld/i386aout.sh [new file with mode: 0755]
ld/lnk960.sh [new file with mode: 0755]
ld/m88kbcs.sh [new file with mode: 0755]
ld/news.sh [new file with mode: 0755]
ld/sun3.sh [new file with mode: 0755]
ld/sun4.sh [new file with mode: 0755]
ld/vanilla.sh [new file with mode: 0755]
This page took 0.025136 seconds and 4 git commands to generate.