[backfire] cmake: fix compiler paths after toolchain relocation (#10870)
[10.03/openwrt.git] / toolchain / Config.in
index 84b50bb..3975ffd 100644 (file)
@@ -86,6 +86,14 @@ menuconfig TOOLCHAINOPTS
        bool "Toolchain Options"  if DEVEL
        depends NEED_TOOLCHAIN
 
+config EABI_SUPPORT
+       bool
+       depends arm||armeb
+       prompt "Enable EABI support" if TOOLCHAINOPTS
+       default y
+       help
+         Enable ARM EABI support
+
 menuconfig EXTRA_TARGET_ARCH
        bool
        prompt "Enable an extra toolchain target architecture" if TOOLCHAINOPTS