diff options
Diffstat (limited to 'ld/scripttempl/z80.sc')
-rw-r--r-- | ld/scripttempl/z80.sc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/scripttempl/z80.sc b/ld/scripttempl/z80.sc index 34127a6..6f156c4 100644 --- a/ld/scripttempl/z80.sc +++ b/ld/scripttempl/z80.sc @@ -1,5 +1,5 @@ # Copyright (C) 2014-2017 Free Software Foundation, Inc. -# +# # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright # notice and this notice are preserved. @@ -19,7 +19,7 @@ OUTPUT_FORMAT("binary") __Ltext = .; ENTRY (__Ltext) EOF -else +else echo "OUTPUT_FORMAT(\"${OUTPUT_FORMAT}\")" fi cat <<EOF |