summaryrefslogtreecommitdiffstats
path: root/config/uClibc-0.9.28/Config.h8300
diff options
context:
space:
mode:
Diffstat (limited to 'config/uClibc-0.9.28/Config.h8300')
-rw-r--r--config/uClibc-0.9.28/Config.h830047
1 files changed, 0 insertions, 47 deletions
diff --git a/config/uClibc-0.9.28/Config.h8300 b/config/uClibc-0.9.28/Config.h8300
deleted file mode 100644
index 10f9c85..0000000
--- a/config/uClibc-0.9.28/Config.h8300
+++ /dev/null
@@ -1,47 +0,0 @@
-#
-# For a description of the syntax of this configuration file,
-# see extra/config/Kconfig-language.txt
-#
-
-config UC_HAVE_ELF
- bool
- select UC_ARCH_HAS_NO_MMU
- select UC_ARCH_HAS_C_SYMBOL_PREFIX
- select UC_HAVE_NO_SHARED
- select UC_ARCH_HAS_NO_LDSO
- default y
-
-config UC_ARCH_SUPPORTS_BIG_ENDIAN
- bool
- default y
-
-config UC_ARCH_SUPPORTS_LITTLE_ENDIAN
- bool
- default y
-
-config UC_TARGET_ARCH
- default "h8300"
-
-choice
- prompt "Target Processor"
- default UC_CONFIG_H8300H
- help
- This is the processor type of your CPU.
-
-config UC_CONFIG_H8300H
- bool "H8300H"
-
-config UC_CONFIG_H8S
- bool "H8S (edosk2674)"
-
-endchoice
-
-config UC_ARCH_CFLAGS
- string
-
-config UC_ARCH_LDFLAGS
- string
-
-config UC_LIBGCC_CFLAGS
- string
-