From 9cb5046c3fe8da1437ec8f3bb682930b3692ba0c Mon Sep 17 00:00:00 2001
From: Mike Pall
Date: Fri, 27 Aug 2010 18:32:24 +0200
Subject: PPC: Add stack frame layout for PPCSPE target.
PPCSPE target compiles now, but will trap for any NYI parts.
Cross-compilation instructions:
make HOST_CC="gcc -m32" CROSS=powerpc-e500v2-linux-gnuspe- TARGET=ppcspe
---
doc/install.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'doc/install.html')
diff --git a/doc/install.html b/doc/install.html
index 6e328b79..45925e7a 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -301,7 +301,7 @@ You can cross-compile for a Windows target on Debian/Ubuntu by
installing the mingw32 package and running:
-make CC="gcc -m32" CROSS=i586-mingw32msvc- TARGET_SYS=Windows
+make HOST_CC="gcc -m32" CROSS=i586-mingw32msvc- TARGET_SYS=Windows
Embedding LuaJIT
--
cgit v1.2.3-55-g6feb