Bug 3650 - PowerPC Mac version always needs -faltivec compiler flag.
Status: RESOLVED FIXED
Alias: None
Product: ioquake3
Classification: Unclassified
Component: Platform
Version: GIT MASTER
Hardware: Macintosh MacOS X
: P3 normal
Assignee: Zachary J. Slater
QA Contact: ioquake3 bugzilla mailing list
URL:
Depends on:
Blocks:
 
Reported: 2008-05-17 04:08 EDT by Ryan C. Gordon
Modified: 2008-05-17 06:47:20 EDT
0 users

See Also:


Attachments
Patch to fix -faltivec issue in Makefile. (399 bytes, patch)
2008-05-17 04:09 EDT, Ryan C. Gordon

Description Ryan C. Gordon 2008-05-17 04:08:45 EDT
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.
Comment 1 Ryan C. Gordon 2008-05-17 04:09:59 EDT
Created attachment 1761 [details]
Patch to fix -faltivec issue in Makefile.


Attached patch against svn revision #1343.

--ryan.
Comment 2 Thilo Schulz 2008-05-17 06:47:20 EDT
applied. thx. :)