gdb: not available on aarch64 for the target
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 16 Nov 2012 03:57:10 +0000 (03:57 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Fri, 16 Nov 2012 21:25:40 +0000 (22:25 +0100)
Fixes

  http://autobuild.buildroot.org/results/d32a0fb1584a125cccde521a3960fb87ff7e2de6/build-end.log

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
toolchain/gdb/Config.in

index ca0c82176e297bd879658e43ba784bd6c2698ef8..50aafdf15415303ed4bb7349e7558cc970789d55 100644 (file)
@@ -4,7 +4,7 @@ config BR2_PACKAGE_GDB
        bool "Build gdb debugger for the Target"
        select BR2_PACKAGE_NCURSES
        depends on BR2_USE_WCHAR
-       depends on !BR2_sh && !BR2_sh64 && !BR2_avr32 && !BR2_microblaze && !BR2_bfin
+       depends on !BR2_sh && !BR2_sh64 && !BR2_avr32 && !BR2_microblaze && !BR2_bfin && !BR2_aarch64
        # The newest versions of gdb require thread debugging in the
        # toolchain. The only cases for which this is not needed is if
        # we use gdb 6.8 (marked deprecated)