Browse Source

use EABI by default on ARM

Waldemar Brodkorb 10 years ago
parent
commit
1470bc50f5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      target/linux/config/Config.in.kernel

+ 1 - 0
target/linux/config/Config.in.kernel

@@ -104,6 +104,7 @@ config ADK_KERNEL_PAGE_SIZE_16KB
 # ARM specific
 config ADK_KERNEL_AEABI
 	boolean
+	default y if ADK_LINUX_ARM
 
 config ADK_KERNEL_THUMB2_KERNEL
 	boolean