PPC: Add PowerPC target architecture selection.

This commit is contained in:
Mike Pall
2010-08-25 13:00:42 +02:00
parent 06ae534328
commit 5526fa2312
5 changed files with 61 additions and 18 deletions

View File

@@ -3,11 +3,10 @@
** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
*/
#include "buildvm.h"
#include "lj_obj.h"
#include "lj_lib.h"
#include "buildvm.h"
/* Context for library definitions. */
static uint8_t obuf[8192];
static uint8_t *optr;