PPC64: Add build infrastructure.

This commit is contained in:
Mike Pall
2015-03-06 03:47:45 +01:00
parent c821e0aded
commit 361827c8f9
8 changed files with 50 additions and 18 deletions

View File

@@ -114,7 +114,7 @@ static const char *sym_decorate(BuildCtx *ctx,
else
*p = '\0';
#elif LJ_TARGET_PPC && !LJ_TARGET_CONSOLE
/* Keep @plt. */
/* Keep @plt etc. */
#else
*p = '\0';
#endif