diff options
author | Miles Bader <miles@lsi.nec.co.jp> | 2002-11-07 05:03:04 +0000 |
---|---|---|
committer | Miles Bader <miles@lsi.nec.co.jp> | 2002-11-07 05:03:04 +0000 |
commit | 1a1c2050e4e3fe8f8ddf0074cb768b35a519bcf3 (patch) | |
tree | e14b1af16ed0fe6a0f41bdbd70e575af101bf172 /extra/Configs/Config.v850e | |
parent | 02673a6d9ba6cf7cb0f9a329cc3bc5e0d450ee16 (diff) |
Rename `Config.v850e' to `Config.v850'.
Diffstat (limited to 'extra/Configs/Config.v850e')
-rw-r--r-- | extra/Configs/Config.v850e | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/extra/Configs/Config.v850e b/extra/Configs/Config.v850e deleted file mode 100644 index c0a7226ed..000000000 --- a/extra/Configs/Config.v850e +++ /dev/null @@ -1,41 +0,0 @@ -# -# For a description of the syntax of this configuration file, -# see Documentation/kbuild/config-language.txt. -# - -mainmenu "uClibc C Library Configuration" - -menu "Target Architecture Features and Options" - -config HAVE_ELF - bool - default y - -config ARCH_CFLAGS - string - -config ARCH_LDFLAGS - string - -config LIBGCC_CFLAGS - string - -config HAVE_ELF - bool - default y - -config ARCH_HAS_NO_MMU - bool - default y - -config ARCH_HAS_C_SYMBOL_PREFIX - bool - default y - -source "extra/Configs/Config.in.arch" - -endmenu - -source "extra/Configs/Config.in" - - |