diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-19 17:50:23 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-19 17:50:23 +0000 |
commit | b91bb097caad9913964b92fd9751241f559cc9e6 (patch) | |
tree | 56f76ddc652e1032cd4c3e4ea62f6635c026565a /extra/Configs/Config.frv | |
parent | 010e71eb372b624317dfa2b6d7f353d38f172621 (diff) |
Remove HAVE_ELF
Diffstat (limited to 'extra/Configs/Config.frv')
-rw-r--r-- | extra/Configs/Config.frv | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/extra/Configs/Config.frv b/extra/Configs/Config.frv index ee523b8b9..f9ee6ab67 100644 --- a/extra/Configs/Config.frv +++ b/extra/Configs/Config.frv @@ -3,14 +3,10 @@ # see extra/config/Kconfig-language.txt # -config HAVE_ELF - bool +config TARGET_ARCH select UCLIBC_HAS_FPU select ARCH_BIG_ENDIAN select ARCH_HAS_NO_MMU - default y - -config TARGET_ARCH string default "frv" @@ -19,7 +15,3 @@ config ARCH_CFLAGS config LIBGCC_CFLAGS string - -config HAVE_DOT_HIDDEN - bool - default y |