X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=arch%2Farm%2Finclude%2Fasm%2Fu-boot.h;h=ae4c21bf36a8529d8feaf803cbfd48402b28ecdd;hb=1c82c2f60a6f5a5c16f1ea7144da479e78760e06;hp=43cc49468382301da46fb98520bd0eedf0ff4628;hpb=8e2615752ee6d5daf8ce2e1e599a0512750f24b9;p=oweals%2Fu-boot.git diff --git a/arch/arm/include/asm/u-boot.h b/arch/arm/include/asm/u-boot.h index 43cc494683..ae4c21bf36 100644 --- a/arch/arm/include/asm/u-boot.h +++ b/arch/arm/include/asm/u-boot.h @@ -49,4 +49,8 @@ typedef struct bd_info { #define IH_ARCH_DEFAULT IH_ARCH_ARM64 #endif +#if defined(CONFIG_USE_PRIVATE_LIBGCC) && defined(CONFIG_SYS_THUMB_BUILD) +#error Thumb build does not work with private libgcc. +#endif + #endif /* _U_BOOT_H_ */