[Cbe-oss-dev] [patch] MARS: Minor README fix

Geoff Levand geoffrey.levand at am.sony.com
Wed Sep 3 05:19:00 EST 2008


Fix a minor README file error regarding --with-mars-platform.

Signed-off-by: Geoff Levand <geoffrey.levand at am.sony.com>
---

This applies on top of my patch 'MARS: Build file cleanup'.

 README |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

--- a/README
+++ b/README
@@ -75,14 +75,14 @@ Building Source
 * See the source file INSTALL for generic build info.
 
 * The configure scripts require the option --with-mars-platform.  Currently,
-only the Cell Broadband Engine (--with-mars-platfrom=cell) is supported.
+only the Cell Broadband Engine (--with-mars-platform=cell) is supported.
 
 * Use the prefixes PPU_ and SPU_ on command line variables to the top level
 configure to specify variables for the different Cell toolchains.  For example,
 when using the Cell SDK toolchains use options similar to these:
 
-  ./configure PPU_EMBEDSPU=ppu-embedspu PPU_CC=ppu-gcc \
-  PPU_CFLAGS="-m32 -g -DDEBUG" SPU_CC=spu-gcc SPU_CFLAGS="-g -DDEBUG"
+  ./configure --with-mars-platform=cell PPU_EMBEDSPU=ppu-embedspu \
+  PPU_CC=ppu-gcc PPU_CFLAGS="-m32 -g" SPU_CC=spu-gcc SPU_CFLAGS="-g"
 
 * When building 64-bit libraries for a powerpc host it is customary to use
 the --libdir configure option to install the libraries in a EPREFIX/lib64




More information about the cbe-oss-dev mailing list