X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=mk%2Fconfig.mk.in;h=a0f5be4d76e8105d4bf5e4a95926fcbdff11616f;hb=17d39d88b6614a0207120983bb9a5acad741e45c;hp=01495155d0a02f580b732c66f8ba48185f7333dc;hpb=ab0e778ccfde61aed4c22679b24d175fc6cc9bf3;p=ghc-hetmet.git diff --git a/mk/config.mk.in b/mk/config.mk.in index 0149515..a0f5be4 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -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. -ifneq "$(findstring $(TargetArch_CPP), ia64 powerpc64)" "" +ifneq "$(findstring $(TargetArch_CPP)X, ia64X powerpc64X)" "" GhcEnableTablesNextToCode=NO else GhcEnableTablesNextToCode=YES