buildroot/package/dante
Thomas Petazzoni 6ee9bb0fdf dante: fix build on some PowerPC platforms
The dante configure script has some logic to remove the -g flag from
CFLAGS, but this logic is flawed and also removed -g in
-mfloat-gprs=double, turning it into the invalid -mfloatprs=double,
causing a build failure.

This commit adds a patch that gets rid of this -g removal logic, since
it is in fact unnecessary.

Fixes:

  http://autobuild.buildroot.net/results/313370bf05efe7fd87c281a97ecb6e06531a87ed/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-08-09 15:49:39 +02:00
..
0001-fix-sparc-compile.patch
0002-compiler.m4-do-not-remove-g-flag.patch dante: fix build on some PowerPC platforms 2016-08-09 15:49:39 +02:00
Config.in
dante.hash
dante.mk
dante.service
S50dante