diff options
Diffstat (limited to 'target')
-rw-r--r-- | target/h8300/uclibc.config | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/target/h8300/uclibc.config b/target/h8300/uclibc.config index 1a0aef14f..9575048a5 100644 --- a/target/h8300/uclibc.config +++ b/target/h8300/uclibc.config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# uClibc 1.0.0-git C Library Configuration +# uClibc 1.0.4 C Library Configuration # # TARGET_arc is not set # TARGET_arm is not set @@ -8,11 +8,13 @@ # TARGET_bfin is not set # TARGET_c6x is not set # TARGET_cris is not set +TARGET_h8300=y # TARGET_i386 is not set # TARGET_m68k is not set +# TARGET_metag is not set # TARGET_microblaze is not set # TARGET_mips is not set -TARGET_nios2=y +# TARGET_nios2 is not set # TARGET_powerpc is not set # TARGET_sh is not set # TARGET_sparc is not set @@ -22,19 +24,18 @@ TARGET_nios2=y # # Target Architecture Features and Options # -TARGET_ARCH="nios2" +TARGET_ARCH="h8300" FORCE_OPTIONS_FOR_ARCH=y +CONFIG_H8300H=y +# CONFIG_H8S is not set TARGET_SUBARCH="" UCLIBC_FORMAT_FLAT=y # UCLIBC_FORMAT_FLAT_SEP_DATA is not set # UCLIBC_FORMAT_SHARED_FLAT is not set -ARCH_HAS_DEPRECATED_SYSCALLS=y -ARCH_LITTLE_ENDIAN=y -# ARCH_WANTS_BIG_ENDIAN is not set -# ARCH_WANTS_LITTLE_ENDIAN is not set +ARCH_BIG_ENDIAN=y # -# Using Little Endian +# Using Big Endian # ARCH_HAS_NO_MMU=y @@ -60,17 +61,16 @@ ARCH_HAS_NO_LDSO=y UCLIBC_CTOR_DTOR=y HAS_NO_THREADS=y # LINUXTHREADS_OLD is not set -# LINUXTHREADS_NEW is not set -# UCLIBC_HAS_THREADS_NATIVE is not set UCLIBC_HAS_SYSLOG=y UCLIBC_HAS_LFS=y MALLOC=y # MALLOC_SIMPLE is not set -# MALLOC_STANDARD is not set -MALLOC_GLIBC_COMPAT=y +# MALLOC_GLIBC_COMPAT is not set UCLIBC_HAS_OBSTACK=y UCLIBC_DYNAMIC_ATEXIT=y COMPAT_ATEXIT=y +UCLIBC_HAS_UTMPX=y +UCLIBC_HAS_UTMP=y UCLIBC_SUSV2_LEGACY=y UCLIBC_SUSV3_LEGACY=y # UCLIBC_SUSV3_LEGACY_MACROS is not set @@ -188,8 +188,6 @@ UCLIBC_HAS_FTW=y UCLIBC_HAS_FTS=y UCLIBC_HAS_GLOB=y UCLIBC_HAS_GNU_GLOB=y -UCLIBC_HAS_UTMP=y -UCLIBC_HAS_UTMPX=y # # Library Installation Options |