summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@free-electrons.com>2013-04-12 00:06:53 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-04-21 23:31:26 +0200
commit49f836380a5b110b583210f28781204e45982b86 (patch)
tree4e93c7e2c2c53bb021cac2aa6fc80f3b3520e2d7 /configs
parentf989217bd904be8ab31ba160017a89d2c5afb545 (diff)
downloadbuildroot-novena-49f836380a5b110b583210f28781204e45982b86.tar.gz
buildroot-novena-49f836380a5b110b583210f28781204e45982b86.zip
apf9328: Fix build error
Commit a0b6faa ("gdb: convert to the package infrastructure") changed the name of the host gdb configuration option, and added it to the legacy option set, leading to a build breakage for the armadeus_apf9328_defconfig. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'configs')
-rw-r--r--configs/armadeus_apf9328_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/armadeus_apf9328_defconfig b/configs/armadeus_apf9328_defconfig
index 1ed1dd587..33e9a766b 100644
--- a/configs/armadeus_apf9328_defconfig
+++ b/configs/armadeus_apf9328_defconfig
@@ -6,7 +6,7 @@ BR2_arm920t=y
BR2_STRIP_sstrip=y
BR2_GCC_VERSION_4_4_X=y
BR2_PACKAGE_GDB=y
-BR2_PACKAGE_GDB_HOST=y
+BR2_PACKAGE_HOST_GDB=y
BR2_ENABLE_LOCALE_PURGE=y
BR2_TOOLCHAIN_BUILDROOT_LARGEFILE=y
BR2_TOOLCHAIN_BUILDROOT_INET_IPV6=y