fix 2014-05-28 ld Makefile.am changes
authorAlan Modra <amodra@gmail.com>
Mon, 2 Jun 2014 04:24:54 +0000 (13:54 +0930)
committerAlan Modra <amodra@gmail.com>
Mon, 2 Jun 2014 05:22:52 +0000 (14:52 +0930)
commitce46249c155b7eac6cf1c1f0d148ea7bbb340dca
treee7d42afb7176a437036dd92007fde545fb252e87
parentad7cf460ea40f0867c3c81ee1c98ba10e20685b4
fix 2014-05-28 ld Makefile.am changes

bfin, msp, and score all used an extra parameter to genscripts.sh
to select a "customizer_script" different from the standard one
named from the emulation.  This patch renames the scripts to avoid
the need, tidying them in the process.

* emulparams/elf32bfin.sh: Rename from bfin.sh.
* emulparams/elf32bfinfd.sh: Update to suit.
* emulparams/: Delete.
* emulparams/msp430.sh: Rename from msp430all.sh.  Remove
MSP430_NAME and msp430X vars.
* emulparams/msp430X.sh: New.
* emulparams/: Delete.
* emulparams/score3_elf.sh: Rename from scoreelf.sh.  Remove
SCORE_NAME and score7_elf ARCH setting.
* emulparams/score7_elf.sh: New.
* Makefile.am (eelf32bfin.c, eelf32bfinfd.c): Update dependencies.
(emsp430.c, emsp430X.c, escore3_elf.c, escore7_elf.c): Likewise.
* Makefile.in: Regenerate.
* genscripts.sh: Delete customizer_script param.
ld/ChangeLog
ld/Makefile.am
ld/Makefile.in
ld/emulparams/elf32bfin.sh [moved from ld/emulparams/bfin.sh with 100% similarity]
ld/emulparams/elf32bfinfd.sh
ld/emulparams/msp430.sh [moved from ld/emulparams/msp430all.sh with 54% similarity]
ld/emulparams/msp430X.sh [new file with mode: 0644]
ld/emulparams/score3_elf.sh [moved from ld/emulparams/scoreelf.sh with 85% similarity]
ld/emulparams/score7_elf.sh [new file with mode: 0644]
ld/genscripts.sh