Browse Source

arm: use EABI per default

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer 14 years ago
parent
commit
a8f3b642f9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      extra/Configs/Config.arm

+ 1 - 1
extra/Configs/Config.arm

@@ -14,7 +14,7 @@ config FORCE_OPTIONS_FOR_ARCH
 
 
 choice
 choice
 	prompt "Target ABI"
 	prompt "Target ABI"
-	default CONFIG_ARM_OABI
+	default CONFIG_ARM_EABI
 	help
 	help
 	  If you choose "EABI" here, functions and constants required by the
 	  If you choose "EABI" here, functions and constants required by the
 	  ARM EABI will be built into the library.  You should choose "EABI"
 	  ARM EABI will be built into the library.  You should choose "EABI"