mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 14:29:14 +02:00
sinclairql: the newline on this system is LF, not CRLF
git-svn-id: trunk@47427 -
This commit is contained in:
parent
b2a67d4656
commit
a0543f7f9b
@ -60,7 +60,7 @@ unit i_sinclairql;
|
|||||||
importlibprefix : 'libimp';
|
importlibprefix : 'libimp';
|
||||||
importlibext : '.a';
|
importlibext : '.a';
|
||||||
Cprefix : '_';
|
Cprefix : '_';
|
||||||
newline : #13#10;
|
newline : #10;
|
||||||
dirsep : '/'; { ... the underlying tools (binutils/vlink/vasm) prefer Unix paths }
|
dirsep : '/'; { ... the underlying tools (binutils/vlink/vasm) prefer Unix paths }
|
||||||
assem : as_m68k_vasm;
|
assem : as_m68k_vasm;
|
||||||
assemextern : as_m68k_vasm;
|
assemextern : as_m68k_vasm;
|
||||||
|
Loading…
Reference in New Issue
Block a user