Fix newLinker() for mach/ppc32.
This commit is contained in:
+1
-1
@@ -66,7 +66,7 @@ const int *PackMachPPC32::getFilters() const
|
||||
|
||||
Linker *PackMachPPC32::newLinker() const
|
||||
{
|
||||
return new ElfLinker;
|
||||
return new ElfLinkerPpc32;
|
||||
}
|
||||
|
||||
int
|
||||
|
||||
Reference in New Issue
Block a user