diff options
author | Ian Romanick <[email protected]> | 2007-12-11 12:40:58 -0800 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2007-12-11 12:43:50 -0800 |
commit | 9a0fe23d493dc9307d76f0a35cbe4f410ee3df28 (patch) | |
tree | 1f74ba9ca00ded31caf7d26e55ba707f4c81b0b1 /configs | |
parent | bfb43e8e79c3b0d85c1b459c5524619c8eb33280 (diff) |
Port to libspe2
libspe is deprecated in Cell SDK 2.1, and it is removed in Cell SDK 3.0.
This patch ports the existing libspe-based code to libspe2. Some error
checking (eh-hem) would be nice.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/linux-cell | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/linux-cell b/configs/linux-cell index 46320e797c0..3ac49b36597 100644 --- a/configs/linux-cell +++ b/configs/linux-cell @@ -25,7 +25,7 @@ MKDEP_OPTIONS = -fdepend -Y GL_LIB_DEPS = $(EXTRA_LIB_PATH) -lX11 -lXext -lm -lpthread \ - -L$(SDK)/lib -m32 -Wl,-m,elf32ppc -R$(SDK)/lib -lspe + -L$(SDK)/lib -m32 -Wl,-m,elf32ppc -R$(SDK)/lib -lspe2 |