Erik de Castro Lopo
2005-Jan-30 18:38 UTC
[Flac-dev] Patch : Fix one more Linux PowerPC problem
Josh, Once more patch. The gcc on Linux PowerPC does not have the -force_cpusubtype_ALL flag. On the Debian man page, that compiler option is listed as being Darwin specific. Erik --- src/libFLAC/Makefile.am 30 Jan 2005 18:44:46 -0000 1.58 +++ src/libFLAC/Makefile.am 31 Jan 2005 02:33:14 -0000 @@ -40,7 +40,7 @@ CPUCFLAGS = -faltivec -force_cpusubtype_ALL -DFLAC__NO_ASM else #@@@@@@ PPC optimizations temporarily disabled -CPUCFLAGS = -maltivec -mabi=altivec -force_cpusubtype_ALL -DFLAC__NO_ASM +CPUCFLAGS = -maltivec -mabi=altivec -DFLAC__NO_ASM endif endif -- +-----------------------------------------------------------+ Erik de Castro Lopo nospam@mega-nerd.com (Yes it's valid) +-----------------------------------------------------------+ "I believe C++ instills fear in programmers, fear that the interaction of some details causes unpredictable results. Its unmanageable complexity has spawned more fear-preventing tools than any other language, but the solution _should_ have been to create and use a language that does not overload the whole goddamn human brain with irrelevant details." -- Erik Naggum
--- Erik de Castro Lopo <erikd-flac@mega-nerd.com> wrote:> Josh, > > Once more patch. The gcc on Linux PowerPC does not have the > -force_cpusubtype_ALL flag. On the Debian man page, that > compiler option is listed as being Darwin specific.OK, thanks, checked in, everything working now? Josh __________________________________ Do you Yahoo!? Take Yahoo! Mail with you! Get it on your mobile phone. http://mobile.yahoo.com/maildemo
Erik de Castro Lopo
2005-Jan-30 21:09 UTC
[Flac-dev] Patch : Fix one more Linux PowerPC problem
On Sun, 30 Jan 2005 20:36:15 -0800 (PST) Josh Coalson <xflac@yahoo.com> wrote:> OK, thanks, checked in, everything working now?Well I did a fresh checkout of CVS head. This seems to be missing my second patch, but I think thats because you may not have actually commited it yet, just decided to commit it :-). After manually getting rid of the -force_cpusubtype_ALL it compiles. I also ran make check, and it seems to be passing, but obviously, its not finished yet :-). Erik -- +-----------------------------------------------------------+ Erik de Castro Lopo nospam@mega-nerd.com (Yes it's valid) +-----------------------------------------------------------+ C++: The power, elegance and simplicity of a hand grenade.