We have -faltivec as a compiler optimization flag, but this doesn't mean "generate Altivec code," but rather "allow use of altivec C extensions," so we need this flag even in debug builds or ioquake3 won't compile. --ryan.
Created attachment 1761 [details] Patch to fix -faltivec issue in Makefile. Attached patch against svn revision #1343. --ryan.
applied. thx. :)
Created attachment 1761 [details] Patch to fix -faltivec issue in Makefile. Attached patch against svn revision #1343. --ryan.