From 2cb66e1aa69d90986aabeedb1d160746a37620ae Mon Sep 17 00:00:00 2001 From: ejcoumans Date: Fri, 27 Jul 2007 19:07:09 +0000 Subject: [PATCH] update vectormath to be 32bit PPU architecture --- Extras/vectormathlibrary/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Extras/vectormathlibrary/Makefile b/Extras/vectormathlibrary/Makefile index d03d2086c..d56d929ec 100644 --- a/Extras/vectormathlibrary/Makefile +++ b/Extras/vectormathlibrary/Makefile @@ -32,9 +32,9 @@ STATIC_TESTS = $(TESTS) SHARED_TESTS = $(TESTS:=.shared) ALL_TESTS = $(STATIC_TESTS) $(SHARED_TESTS) -INCLUDES_PPU = -I../simdmathlibrary -Iother/rs6000 - -ARCH_PPU = 64 +INCLUDES_PPU = -I../simdmathlibrary/common -Iother/rs6000 +#ARCH_PPU can also be 64 +ARCH_PPU = 32 CROSS_PPU = ppu- AR_PPU = $(CROSS_PPU)ar CC_PPU = $(CROSS_PPU)gcc