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 --- src/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index ed1be4ba..ea96e91e 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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) -- cgit v1.2.3-55-g6feb