disable EABI for gemini and storm -- our toolchain can't support EABI on plain armv4, yet

SVN-Revision: 15914
master
Imre Kaloz 16 years ago
parent e965c02820
commit 267af10b33
  1. 1
      toolchain/gcc/Config.in

@ -35,6 +35,7 @@ config EABI_SUPPORT
bool
depends arm||armeb
prompt "Enable EABI support" if TOOLCHAINOPTS
default n if (TARGET_gemini || TARGET_storm)
default y
help
Enable ARM EABI support

Loading…
Cancel
Save