From: Brian
Date: Thu, 28 Feb 2008 01:01:37 +0000 (-0700)
Subject: document cell -DSPU_MAIN_PARAM_LONG_LONG flag
X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cabcee9ea952538f2620eb4e02570a933ac42f90;p=mesa.git
document cell -DSPU_MAIN_PARAM_LONG_LONG flag
---
diff --git a/docs/cell.html b/docs/cell.html
index 4fd12e2b23c..7104c84c4d9 100644
--- a/docs/cell.html
+++ b/docs/cell.html
@@ -36,6 +36,11 @@ To use the driver you'll need a Cell system, such as a PS3 running Linux,
or the Cell Simulator (untested, though).
+
+If using Cell SDK 3.0, first edit configs/linux-cell and add
+-DSPU_MAIN_PARAM_LONG_LONG
to the SPU_CFLAGS.
+
+
To compile the code, run make linux-cell
.