package/netsurf: disallow on archs requiring ABI specific CFLAGS
authorPeter Korsgaard <peter@korsgaard.com>
Fri, 31 May 2019 21:40:52 +0000 (23:40 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 1 Jun 2019 08:16:25 +0000 (10:16 +0200)
commit18855d79e2e86dc646182bd6f4861c491a05c624
tree55b291733b7c688114043786aaf3d70521285238
parent21ca2f7243cc937e0642be93e7824872a7072b6a
package/netsurf: disallow on archs requiring ABI specific CFLAGS

Fixes:
http://autobuild.buildroot.net/results/67ef520d82ea529a9fe593d83a3aeae5f8b0ee5d/
http://autobuild.buildroot.net/results/eafc3e4be571d5ecee549a11530ac4e508f31782/
http://autobuild.buildroot.net/results/ba7f30833fef54162a82f4b336a72d6599594526/

The netsurf build system mixes up host and target CFLAGS, so it isn't
compatible with architectures where we pass ABI specific compiler flags (in
TARGET_ABI).

Add a _ARCH_SUPPORTS kconfig variable matching the TARGET_ABI logic we have
in package/Makefile.in, and use it to disallow netsurf for those
architectures.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/netsurf/Config.in