summaryrefslogtreecommitdiffstats
path: root/package/gdb/Config.in.host
diff options
context:
space:
mode:
authorAdam Duskett <Aduskett@gmail.com>2017-04-22 13:17:54 -0400
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-05-01 11:32:04 +0200
commit791c5db7439ed21044db2106b0955e5a859a7b83 (patch)
treeb3dc95a9fe869f671e9aa7a72cffc190eba5494e /package/gdb/Config.in.host
parent1ad03d5481ec3329bb9bc73799398737faddd386 (diff)
downloadbuildroot-791c5db7439ed21044db2106b0955e5a859a7b83.tar.gz
buildroot-791c5db7439ed21044db2106b0955e5a859a7b83.zip
packages/g*/Config.in: fix ordering of statements
The check-package script when ran gives warnings on ordering issues on all of these Config files. This patch cleans up all warnings related to the ordering in the Config files for packages starting with the letter g in the package directory. The appropriate ordering is: type, default, depends on, select, help See http://nightly.buildroot.org/#_config_files for more information. Signed-off-by: Adam Duskett <Adamduskett@outlook.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/gdb/Config.in.host')
-rw-r--r--package/gdb/Config.in.host4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/gdb/Config.in.host b/package/gdb/Config.in.host
index a059fdc8b7..62b5b1a58c 100644
--- a/package/gdb/Config.in.host
+++ b/package/gdb/Config.in.host
@@ -33,9 +33,9 @@ config BR2_PACKAGE_HOST_GDB_SIM
choice
prompt "GDB debugger Version"
+ default BR2_GDB_VERSION_7_11
depends on !BR2_arc
depends on !BR2_microblaze
- default BR2_GDB_VERSION_7_11
help
Select the version of gdb you wish to use.
@@ -55,9 +55,9 @@ endif
# If cross-gdb is not enabled, the latest working version is chosen.
config BR2_GDB_VERSION
string
- depends on BR2_PACKAGE_GDB || BR2_PACKAGE_HOST_GDB
default "arc-2017.03-rc1-gdb" if BR2_arc
default "6be65fb56ea6694a9260733a536a023a1e2d4d57" if BR2_microblaze
default "7.10.1" if BR2_GDB_VERSION_7_10
default "7.11.1" if BR2_GDB_VERSION_7_11 || !BR2_PACKAGE_HOST_GDB
default "7.12.1" if BR2_GDB_VERSION_7_12
+ depends on BR2_PACKAGE_GDB || BR2_PACKAGE_HOST_GDB
OpenPOWER on IntegriCloud