Another source_sh

* scripttempl/z80.sc: Use source_sh to source elf.sc.
This commit is contained in:
Alan Modra
2023-03-16 17:35:05 +10:30
parent bf8d2f9235
commit 1d7e244fc5

View File

@@ -10,7 +10,7 @@ if test "${OUTPUT_FORMAT}" = "elf32-z80"; then
NO_SMALL_DATA=1
EMBEDDED=1
ALIGNMENT=1
. $srcdir/scripttempl/elf.sc
source_sh $srcdir/scripttempl/elf.sc
return 0
fi