diff options
Diffstat (limited to 'gcell/src/ibm/README')
-rw-r--r-- | gcell/src/ibm/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gcell/src/ibm/README b/gcell/src/ibm/README new file mode 100644 index 000000000..9420fcc46 --- /dev/null +++ b/gcell/src/ibm/README @@ -0,0 +1,10 @@ +This directory and below contains code from IBM licensed under the +"Modified BSD license." It was extracted unmodified from the IBM Cell +SDK 3.0 library source tarball, lib_source.tar, typically found in +/opt/cell/sdk/src/lib_source.tar. + +We've done this because this code doesn't come unpacked in the native +(cell) installation of the SDK 3.0, and thus we can't just add a +-I/path/to/this/stuff in our Makefiles. If this changes, we'll delete +this code from here, and fix our Makefiles. In the meanwhile, this +reduces the probability of build problems. |