X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FnativeGen%2FPositionIndependentCode.hs;h=0daccb65309976a2de0743982974cffb99718747;hb=28a464a75e14cece5db40f2765a29348273ff2d2;hp=c6f439e7968e635087d280deabd3042b4a2899dc;hpb=af0c406d2a8b8765761b52ddca9c1c0f99dd5cf6;p=ghc-hetmet.git diff --git a/ghc/compiler/nativeGen/PositionIndependentCode.hs b/ghc/compiler/nativeGen/PositionIndependentCode.hs index c6f439e..0daccb6 100644 --- a/ghc/compiler/nativeGen/PositionIndependentCode.hs +++ b/ghc/compiler/nativeGen/PositionIndependentCode.hs @@ -440,7 +440,7 @@ pprImportedSymbol importedLbl | otherwise = empty -#elif linux_TARGET_OS && !powerpc32_TARGET_ARCH +#elif linux_TARGET_OS && !powerpc64_TARGET_ARCH -- ELF / Linux --