[moved to glasgow-haskell-bugs] "Wolfgang Thaller" <[EMAIL PROTECTED]> writes: > ... > > Due too my lack of Perl knowledge, I didn't yet manage to remove the > jumps from the slow to the fast entry points, and a function called > __DISCARD__ must be present for linking (it's never called, though). > Should the old PowerPC code in the mangler be kept there? It assumes > a slightly different assembler dialect and a completely different > linker, and as it just asks for $TargetPlatform =~ /^powerpc|rs6000/, > it keeps getting in the way...
The uses of 'powerpc' refer to an AIX port that was done quite a while ago, so if it's conflicting with your mods, just substitute 'powerpc' for 'powerpc-ibm-aix' --sigbjorn _______________________________________________ Glasgow-haskell-bugs mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
