|
@@ -2213,7 +2213,6 @@ function TLinkerEmbedded_Wasm.MakeSharedLibrary: boolean;
|
|
Replace(cmdstr,'$MAP',mapstr);
|
|
Replace(cmdstr,'$MAP',mapstr);
|
|
//Replace(cmdstr,'$LTO',ltostr);
|
|
//Replace(cmdstr,'$LTO',ltostr);
|
|
Replace(cmdstr,'$GCSECTIONS',GCSectionsStr);
|
|
Replace(cmdstr,'$GCSECTIONS',GCSectionsStr);
|
|
- writeln(utilsprefix+binstr,' ',cmdstr);
|
|
|
|
success:=DoExec(FindUtil(utilsprefix+binstr),cmdstr,true,false);
|
|
success:=DoExec(FindUtil(utilsprefix+binstr),cmdstr,true,false);
|
|
|
|
|
|
//SplitBinCmd(Info.DllCmd[2],binstr,cmdstr);
|
|
//SplitBinCmd(Info.DllCmd[2],binstr,cmdstr);
|