From 1a1c2050e4e3fe8f8ddf0074cb768b35a519bcf3 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Thu, 7 Nov 2002 05:03:04 +0000 Subject: Rename `Config.v850e' to `Config.v850'. --- extra/Configs/Config.v850 | 49 ++++++++++++++++++++++++++++++++++++++++++++++ extra/Configs/Config.v850e | 41 -------------------------------------- 2 files changed, 49 insertions(+), 41 deletions(-) create mode 100644 extra/Configs/Config.v850 delete mode 100644 extra/Configs/Config.v850e (limited to 'extra/Configs') diff --git a/extra/Configs/Config.v850 b/extra/Configs/Config.v850 new file mode 100644 index 000000000..3ec971e5e --- /dev/null +++ b/extra/Configs/Config.v850 @@ -0,0 +1,49 @@ +# +# 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 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_NO_FPU + bool + default y + +config ARCH_HAS_C_SYMBOL_PREFIX + bool + default y + +config HAVE_NO_PIC + bool + default y + +config CROSS + string + default "v850e-elf-" + +source "extra/Configs/Config.in.arch" + +endmenu + +source "extra/Configs/Config.in" + + 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" - - -- cgit v1.2.3