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
This commit is contained in:
Mike Pall
2010-08-27 18:32:24 +02:00
parent b3bd9b55e0
commit 9cb5046c3f
4 changed files with 69 additions and 3 deletions

View File

@@ -130,8 +130,9 @@ BUILDMODE= mixed
# LIBS HOST_LIBS TARGET_LIBS
# CROSS HOST_SYS TARGET_SYS
#
# Cross-compilation example:
# make CC="gcc -m32" CROSS=i586-mingw32msvc- TARGET_SYS=Windows
# Cross-compilation examples:
# make HOST_CC="gcc -m32" CROSS=i586-mingw32msvc- TARGET_SYS=Windows
# make HOST_CC="gcc -m32" CROSS=powerpc-e500v2-linux-gnuspe- TARGET=ppcspe
CCOPTIONS= $(CCDEBUG) $(CCOPT) $(CCWARN) $(XCFLAGS) $(CFLAGS)
LDOPTIONS= $(CCDEBUG) $(LDFLAGS)