package/bdwgc: only enable on supported architectures
authorYann E. MORIN <yann.morin.1998@free.fr>
Mon, 1 Dec 2014 23:13:21 +0000 (00:13 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 2 Dec 2014 09:29:23 +0000 (10:29 +0100)
commite5ac570e13b453a4af7dd34568fd679e64c03720
tree77ce1755ad95b96775b07c771ffdd0637744a4be
parentc7739084b9a171152c830a1bd168dbb2a2ab043d
package/bdwgc: only enable on supported architectures

bdwgc has support for a sub-set of the architectures we support.

Since there is roughly a 50-50 split of our architectures that have
support in bdwgc vs. those that do not, use a positive dependency logic,
rather than a negative one.

The list was constructed by visual inspection of the source code of
bdwgc, but the header doing the check is, to say it politely, a bit
difficult to read...

So, some working archotectures may be missing. Users needing it may
investigate if their architectures are indeed supported.

Fixes;
    http://autobuild.buildroot.net/results/529/529b0b6dd47744c13f56e59a4c669a3f5d56530d/

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Pedro Aguilar <paguilar@paguilar.org>
Cc: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/bdwgc/Config.in
package/bdwgc/bdwgc.mk
package/guile/Config.in