juhosg e7ee3fdc14 packages/libflac: don't hardcode altivec options in CPUCFLAGS
The '-maltivec' and '-mabi=altivec' options always
included in the CPUCPFLAGS variable, even if altivec
support is disabled. This causes build failure on
powerpc platforms without altivec support:

  bitmath.c:1:0: error: AltiVec and E500 instructions cannot coexist

Update the src/libFLAC/Makefile.am template to skip
altivec options if 'FLaC__USE_ALTIVEC' is not used.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39443 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-02 11:01:47 +00:00
2014-01-24 00:11:37 +00:00
2013-10-20 15:58:09 +00:00
2013-11-17 16:26:50 +00:00
2013-12-19 20:38:39 +00:00
2014-01-29 13:30:15 +00:00
2014-01-29 12:55:40 +00:00
2013-09-25 14:20:37 +00:00
Description
No description provided
20 MiB
Languages
C 56.1%
Makefile 29.5%
Shell 7.8%
PHP 6.1%
JavaScript 0.3%