[project @ 2005-01-14 22:47:29 by wolfgang]
[ghc-hetmet.git] / ghc / compiler / nativeGen / PositionIndependentCode.hs
index 5b6dda8..5e7d43b 100644 (file)
@@ -247,7 +247,7 @@ howToAccessLabel isJump lbl
        -- NOTE: It would be OK to jump to foreign code via a PLT stub.
     | labelDynamic lbl = AccessViaSymbolPtr
     
-#if powerpc_ARGET_ARCH
+#if powerpc_TARGET_ARCH
        -- For PowerPC32 -fPIC, we have to access even static data
        -- via a symbol pointer (see below for an explanation why
        -- PowerPC32 Linux is especially broken).