]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
dante: fix build on some PowerPC platforms
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 8 Aug 2016 12:02:56 +0000 (14:02 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 9 Aug 2016 13:49:39 +0000 (15:49 +0200)
commit6ee9bb0fdf354b2b1373e30471f9382c7e9b91d1
treeb4e925c0f23a93f516e72c813c1a82996fb8c323
parent9bccca26fb9a18f1afd03dd30c63fcefe85e4d41
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>
package/dante/0002-compiler.m4-do-not-remove-g-flag.patch [new file with mode: 0644]