Fix newLinker() for mach/ppc32.

This commit is contained in:
Markus F.X.J. Oberhumer
2006-08-19 14:29:40 +02:00
parent 8b662bc6b5
commit aab984618d
3 changed files with 1 additions and 7 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ const int *PackMachPPC32::getFilters() const
Linker *PackMachPPC32::newLinker() const
{
return new ElfLinker;
return new ElfLinkerPpc32;
}
int