]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ARM: disable HAVE_PRIVATE_LIBGCC for ARM64
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 3 Jul 2015 07:13:09 +0000 (16:13 +0900)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 22:47:37 +0000 (00:47 +0200)
We have not supported the private library for ARM 64bit.
Prohibit ARM64 boards from enabling it until we make things ready.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/Kconfig

index 96db5c5088b6b6e0906a7b5dedc11bcf3ab5830d..afa1d6c2d782e00282d14e7838f578ef1b8cd4f7 100644 (file)
@@ -18,7 +18,7 @@ config ARC
 
 config ARM
        bool "ARM architecture"
-       select HAVE_PRIVATE_LIBGCC
+       select HAVE_PRIVATE_LIBGCC if !ARM64
        select HAVE_GENERIC_BOARD
        select SUPPORT_OF_CONTROL