diff options
author | Mike Pall <mike> | 2010-08-27 18:32:24 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2010-08-27 18:32:24 +0200 |
commit | 9cb5046c3fe8da1437ec8f3bb682930b3692ba0c (patch) | |
tree | aa128bee595c9c815039f69cbba42e24b6241183 /src/Makefile | |
parent | b3bd9b55e0e1e7dd8037554a6d5d0f0f261cc60d (diff) | |
download | luajit-9cb5046c3fe8da1437ec8f3bb682930b3692ba0c.tar.gz luajit-9cb5046c3fe8da1437ec8f3bb682930b3692ba0c.tar.bz2 luajit-9cb5046c3fe8da1437ec8f3bb682930b3692ba0c.zip |
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
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index ed1be4ba..ea96e91e 100644 --- a/src/Makefile +++ b/src/Makefile | |||
@@ -130,8 +130,9 @@ BUILDMODE= mixed | |||
130 | # LIBS HOST_LIBS TARGET_LIBS | 130 | # LIBS HOST_LIBS TARGET_LIBS |
131 | # CROSS HOST_SYS TARGET_SYS | 131 | # CROSS HOST_SYS TARGET_SYS |
132 | # | 132 | # |
133 | # Cross-compilation example: | 133 | # Cross-compilation examples: |
134 | # make CC="gcc -m32" CROSS=i586-mingw32msvc- TARGET_SYS=Windows | 134 | # make HOST_CC="gcc -m32" CROSS=i586-mingw32msvc- TARGET_SYS=Windows |
135 | # make HOST_CC="gcc -m32" CROSS=powerpc-e500v2-linux-gnuspe- TARGET=ppcspe | ||
135 | 136 | ||
136 | CCOPTIONS= $(CCDEBUG) $(CCOPT) $(CCWARN) $(XCFLAGS) $(CFLAGS) | 137 | CCOPTIONS= $(CCDEBUG) $(CCOPT) $(CCWARN) $(XCFLAGS) $(CFLAGS) |
137 | LDOPTIONS= $(CCDEBUG) $(LDFLAGS) | 138 | LDOPTIONS= $(CCDEBUG) $(LDFLAGS) |