diff options
author | Alan Modra <amodra@gmail.com> | 2023-03-16 17:35:05 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2023-03-17 21:10:05 +1030 |
commit | 1d7e244fc54e1d825e851d8af13a24136ae8cd79 (patch) | |
tree | feb7bf2cfde50e4a075339bf055fc8384416849c /ld | |
parent | bf8d2f92356768d329430c08dc81025243db636d (diff) | |
download | fsf-binutils-gdb-1d7e244fc54e1d825e851d8af13a24136ae8cd79.zip fsf-binutils-gdb-1d7e244fc54e1d825e851d8af13a24136ae8cd79.tar.gz fsf-binutils-gdb-1d7e244fc54e1d825e851d8af13a24136ae8cd79.tar.bz2 |
Another source_sh
* scripttempl/z80.sc: Use source_sh to source elf.sc.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/scripttempl/z80.sc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/scripttempl/z80.sc b/ld/scripttempl/z80.sc index 1ea8bee..ff3c539 100644 --- a/ld/scripttempl/z80.sc +++ b/ld/scripttempl/z80.sc @@ -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 |