GHS: Tell MULTI to delete .elf.ael file
This commit is contained in:
parent
63591b94ab
commit
fbe0de92f0
@ -151,10 +151,6 @@ void cmGhsMultiTargetGenerator::Generate()
|
|||||||
this->WriteTargetLinkLibraries();
|
this->WriteTargetLinkLibraries();
|
||||||
}
|
}
|
||||||
this->WriteCustomCommands();
|
this->WriteCustomCommands();
|
||||||
if (this->DynamicDownload)
|
|
||||||
{
|
|
||||||
*this->GetFolderBuildStreams() << " " << this->DDOption << std::endl;
|
|
||||||
}
|
|
||||||
|
|
||||||
this->WriteSources(objectSources);
|
this->WriteSources(objectSources);
|
||||||
}
|
}
|
||||||
@ -230,9 +226,11 @@ void cmGhsMultiTargetGenerator::WriteTypeSpecifics(const std::string &config,
|
|||||||
}
|
}
|
||||||
if (this->IsTargetGroup())
|
if (this->IsTargetGroup())
|
||||||
{
|
{
|
||||||
*this->GetFolderBuildStreams() << " -non_shared" << std::endl;
|
*this->GetFolderBuildStreams()
|
||||||
*this->GetFolderBuildStreams() << " -o \"" << outputDir
|
<< " {optgroup=GhsCommonOptions} -o \"" << outputDir
|
||||||
<< outputFilename << ".elf\""
|
<< outputFilename << ".elf\"" << std::endl;
|
||||||
|
*this->GetFolderBuildStreams() << " :extraOutputFile=\"" << outputDir
|
||||||
|
<< outputFilename << ".elf.ael\""
|
||||||
<< std::endl;
|
<< std::endl;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user