diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-14 23:23:50 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-12-05 21:16:11 +0100 |
commit | 9e360dcc057030f1a5b06971af691f8d1687b635 (patch) | |
tree | 2c7433104dae96e87957c147e3bd89768610fff1 /extra/Configs/Config.nios | |
parent | 383a059a280444c6e914620adfdf05b5bd728a45 (diff) |
good by nios
Get rid of NIOS support. We try to support NIOSII.
Diffstat (limited to 'extra/Configs/Config.nios')
-rw-r--r-- | extra/Configs/Config.nios | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/extra/Configs/Config.nios b/extra/Configs/Config.nios deleted file mode 100644 index 639cd35e2..000000000 --- a/extra/Configs/Config.nios +++ /dev/null @@ -1,17 +0,0 @@ -# -# For a description of the syntax of this configuration file, -# see extra/config/Kconfig-language.txt -# - -config TARGET_ARCH - string - default "nios" - -config FORCE_OPTIONS_FOR_ARCH - bool - default y - select ARCH_LITTLE_ENDIAN - select ARCH_HAS_NO_MMU - select ARCH_HAS_NO_LDSO - select ARCH_HAS_DEPRECATED_SYSCALLS - select HAVE_NO_PIC |