gdb: introduce BR2_PACKAGE_GDB_ARCH_SUPPORTS
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 3 Jun 2017 12:07:45 +0000 (14:07 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 11 Jun 2017 16:00:48 +0000 (18:00 +0200)
commit1cd10a135ddb647f43e87fb2299e23850c34c475
treee2bffb30cfb16635307231f7d3b92adafc5cb8f8
parent868d978e2ef0474af37edc0275c0b5db1ded474c
gdb: introduce BR2_PACKAGE_GDB_ARCH_SUPPORTS

Before adding more architecture dependencies to gdb, let's introduce a
BR2_PACKAGE_GDB_ARCH_SUPPORTS, to avoid duplicating this list of
dependencies between the Config.in comment and the main Config.in
option.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
Changes since v2:
 - None
Changes since v1:
 - None
package/gdb/Config.in