From c7757f181f0bd52206059f2685a5197113aca76f Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 8 Oct 2003 18:15:50 +0000 Subject: Patch from George Thanos adding support for the "e1" architecture. --- extra/Configs/Config.e1 | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 extra/Configs/Config.e1 (limited to 'extra/Configs/Config.e1') diff --git a/extra/Configs/Config.e1 b/extra/Configs/Config.e1 new file mode 100644 index 000000000..ddb0b50b7 --- /dev/null +++ b/extra/Configs/Config.e1 @@ -0,0 +1,49 @@ + + +# For a description of the syntax of this configuration file, +# see extra/config/Kconfig-language.txt +# + +mainmenu "uClibc C Library Configuration" + +menu "Target Architecture Features and Options" + +config ARCH_E1 + bool + default y + +config HAVE_ELF + bool + default n + +config ARCH_CFLAGS + string + default "-I$(KERNEL_SOURCE)/include -mgnu-param" + +# --bitwise-or + +config ARCH_LDFLAGS + string + +config LIBGCC_CFLAGS + string + +config HAVE_ELF + bool + default n + +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