#2468: Wrong names in Mangler script
------------------------+---------------------------------------------------
Reporter: jsnx | Owner:
Type: bug | Status: new
Priority: normal | Component: Compiler
Version: 6.8.3 | Severity: normal
Keywords: | Testcase:
Architecture: Unknown | Os: Unknown
------------------------+---------------------------------------------------
From [http://darcs.haskell.org/ghc/driver/mangler/ghc-asm.lprl the perl]:
{{{
....
#--------------------------------------------------------#
} elsif ( $TargetPlatform =~ /^i386-apple-darwin.*/m ) {
# Apple PowerPC Darwin/MacOS X.
....
#--------------------------------------------------------#
} elsif ( $TargetPlatform =~ /^x86_64-apple-darwin.*/m ) {
# Apple PowerPC Darwin/MacOS X.
....
}}}
These versions of OS X are both i386 of some flavor, not PowerPC :)
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2468>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs