mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-08 14:20:05 +02:00
* make TLinkerInfo fields ansistrings as xtensa-freertos needs long command lines
git-svn-id: trunk@44440 -
This commit is contained in:
parent
3135effee3
commit
8e929b2879
@ -40,7 +40,7 @@ interface
|
||||
TLinkerInfo=record
|
||||
ExeCmd,
|
||||
DllCmd,
|
||||
ExtDbgCmd : array[1..3] of string;
|
||||
ExtDbgCmd : array[1..3] of ansistring;
|
||||
ResName : string[100];
|
||||
ScriptName : string[100];
|
||||
ExtraOptions : TCmdStr;
|
||||
|
Loading…
Reference in New Issue
Block a user