6ee9bb0fdf
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> |
||
---|---|---|
.. | ||
0001-fix-sparc-compile.patch | ||
0002-compiler.m4-do-not-remove-g-flag.patch | ||
Config.in | ||
dante.hash | ||
dante.mk | ||
dante.service | ||
S50dante |