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.v850 | |
parent | 02673a6d9ba6cf7cb0f9a329cc3bc5e0d450ee16 (diff) |
Rename `Config.v850e' to `Config.v850'.
Diffstat (limited to 'extra/Configs/Config.v850')
-rw-r--r-- | extra/Configs/Config.v850 | 49 |
1 files changed, 49 insertions, 0 deletions
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" + + |