valgrind: fix mips64 compile
authorPeter Seiderer <ps.report@gmx.net>
Thu, 8 Nov 2018 23:08:14 +0000 (00:08 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 28 Nov 2018 14:23:57 +0000 (15:23 +0100)
commitac2b5849de68129d13718ab43061b372086402d3
treeb1083e1c4d705eb7497cdf331470ce8b6e5941ff
parent1209eb2dca71fe43e3742f81b43591f6b24ed51a
valgrind: fix mips64 compile

Disable gcc march mips64r2 detection (use compile flags already
set by buildroot only), avoids double setting like '-march=mips64
... -march=mips64r2 -mabi=64'.

Fixes [1]:

  error: '-mips64r2' conflicts with the other architecture options, which specify a mips64 processor

[1] http://autobuild.buildroot.net/results/34f6e2352f1559f98c724fe5394db0035b42ddb1

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/valgrind/0003-configure.ac-disable-gcc-march-mips64r2-detection.patch [new file with mode: 0644]
package/valgrind/valgrind.mk