]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
flac: unbreak powerpc e500 support
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Thu, 27 Nov 2014 23:51:50 +0000 (20:51 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 28 Nov 2014 20:14:14 +0000 (21:14 +0100)
commitd1c6a7a6cda96709fde7510515d386b39b3d4db0
treed07e937a1685040c2e84e7d46f4b5b81597a1a92
parent939e03fa9fab2c62d73d725d8b0b7627b609cd9c
flac: unbreak powerpc e500 support

Add patch to avoid the enable/disable-debug options from unsetting -g
from CFLAGS in an incorrect way which breaks -mfloat-gprs=X (translit to
-mfloatprs=X).
It's possible to affect other less common CFLAGS with a '-g' in any
position.

Upstream status: sent different patch (configure.ac) - to avoid
autoreconfiguring.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/flac/0001-configure-don-t-try-to-unset-g-from-CFLAGS.txt [new file with mode: 0644]