]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
binutils: not available for the target on AArch64
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 28 Nov 2012 04:36:14 +0000 (04:36 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 28 Nov 2012 19:35:43 +0000 (11:35 -0800)
Fixes:

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

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

index 64803706e37d51a80b0b3d4f229576219ab6a9ae..38d519a4c2d1be5c2a0bb4d5fe3ccd4c1014b612 100644 (file)
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_BINUTILS
        bool "binutils"
        select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
+       depends on !BR2_aarch64
        help
          Install binutils on the target
 
index 562c9105e9fb5f64031a7c14a8e3f2bab7d7a094..8c881d15ee3ad9d18af43053ac60730c182cbd97 100644 (file)
@@ -3,6 +3,7 @@ config BR2_PACKAGE_OPROFILE
        select BR2_PACKAGE_POPT
        select BR2_PACKAGE_BINUTILS
        depends on BR2_INSTALL_LIBSTDCPP
+       depends on !BR2_aarch64 # binutils
        help
          OProfile is a system-wide profiler for Linux systems,
          capable of profiling all running code at low overhead.