Re-enable TABLES_NEXT_TO_CODE for powerpc (was accidentally disabled)
authorwolfgang.thaller@gmx.net <unknown>
Mon, 23 Oct 2006 20:33:21 +0000 (20:33 +0000)
committerwolfgang.thaller@gmx.net <unknown>
Mon, 23 Oct 2006 20:33:21 +0000 (20:33 +0000)
mk/config.mk.in

index 0149515..a0f5be4 100644 (file)
@@ -282,7 +282,7 @@ endif
 # (see TABLES_NEXT_TO_CODE in the RTS).  Whether we actually compile for
 # TABLES_NEXT_TO_CODE depends on whether we're building unregisterised
 # code or not, which may be decided by options to the compiler later.
 # (see TABLES_NEXT_TO_CODE in the RTS).  Whether we actually compile for
 # TABLES_NEXT_TO_CODE depends on whether we're building unregisterised
 # code or not, which may be decided by options to the compiler later.
-ifneq "$(findstring $(TargetArch_CPP), ia64 powerpc64)" ""
+ifneq "$(findstring $(TargetArch_CPP)X, ia64X powerpc64X)" ""
 GhcEnableTablesNextToCode=NO
 else
 GhcEnableTablesNextToCode=YES
 GhcEnableTablesNextToCode=NO
 else
 GhcEnableTablesNextToCode=YES