[uClibc-cvs] uClibc/extra/Configs Config.h8300.default,NONE,1.1 Config.h8300,1.13,1.14
David McCullough
davidm at uclibc.org
Tue Apr 29 14:46:33 UTC 2003
Update of /var/cvs/uClibc/extra/Configs
In directory winder:/tmp/cvs-serv7690/extra/Configs
Modified Files:
Config.h8300
Added Files:
Config.h8300.default
Log Message:
Some small fixups for the h8 support and add the h8s platform support.
--- NEW FILE: Config.h8300.default ---
#
# Automatically generated make config: don't edit
#
#
# Target Architecture Features and Options
#
# CONFIG_H8300H is not set
CONFIG_H8S=y
HAVE_ELF=y
ARCH_HAS_NO_MMU=y
ARCH_HAS_C_SYMBOL_PREFIX=y
UCLIBC_HAS_FLOATS=y
# HAS_FPU is not set
UCLIBC_HAS_SOFT_FLOAT=y
DO_C99_MATH=y
WARNINGS="-Wall"
KERNEL_SOURCE="$(ROOTDIR)/$(LINUXDIR)/."
UCLIBC_UCLINUX_BROKEN_MUNMAP=y
EXCLUDE_BRK=y
C_SYMBOL_PREFIX="_"
HAVE_DOT_CONFIG=y
#
# General Library Settings
#
# DOPIC is not set
UCLIBC_CTOR_DTOR=y
# UCLIBC_HAS_THREADS is not set
UCLIBC_HAS_LFS=y
MALLOC=y
# MALLOC_930716 is not set
UCLIBC_DYNAMIC_ATEXIT=y
# HAS_SHADOW is not set
UCLIBC_HAS_REGEX=y
UNIX98PTY_ONLY=y
ASSUME_DEVPTS=y
#
# Networking Support
#
# UCLIBC_HAS_IPV6 is not set
UCLIBC_HAS_RPC=y
UCLIBC_HAS_FULL_RPC=y
#
# String and Stdio Support
#
# UCLIBC_HAS_WCHAR is not set
# USE_OLD_VFPRINTF is not set
#
# Library Installation Options
#
DEVEL_PREFIX="/usr/$(TARGET_ARCH)-linux-uclibc"
SYSTEM_DEVEL_PREFIX="$(DEVEL_PREFIX)"
DEVEL_TOOL_PREFIX="$(DEVEL_PREFIX)/usr"
#
# uClibc hacking options
#
# DODEBUG is not set
# DOASSERTS is not set
# UCLIBC_MALLOC_DEBUGGING is not set
Index: Config.h8300
===================================================================
RCS file: /var/cvs/uClibc/extra/Configs/Config.h8300,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- Config.h8300 21 Nov 2002 06:43:21 -0000 1.13
+++ Config.h8300 29 Apr 2003 14:46:29 -0000 1.14
@@ -7,9 +7,23 @@
menu "Target Architecture Features and Options"
+choice
+ prompt "Target Processor"
+ default CONFIG_H8300H
+ help
+ This is the processor type of your CPU.
+
+config CONFIG_H8300H
+ bool "H8300H"
+
+config CONFIG_H8S
+ bool "H8S (edosk2674)"
+
+endchoice
+
config HAVE_ELF
bool
- default n
+ default y
config ARCH_CFLAGS
string
More information about the uClibc-cvs
mailing list