diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-09-04 21:53:01 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-09-04 21:53:01 +0200 |
commit | ffe894572aa0f6b1969308a75c015c489a5e2ed4 (patch) | |
tree | 3501432a07fef52e1eee637a14ca1607b1c45085 /target/m68k | |
parent | 07048a5a9bc36bd29d191abaa60d6eed45b84e64 (diff) |
enable threads for gdbserver
Diffstat (limited to 'target/m68k')
-rw-r--r-- | target/m68k/uclibc-nommu.config | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/target/m68k/uclibc-nommu.config b/target/m68k/uclibc-nommu.config index 227ebf389..e7017d38e 100644 --- a/target/m68k/uclibc-nommu.config +++ b/target/m68k/uclibc-nommu.config @@ -1,9 +1,9 @@ # -# Automatically generated make config: don't edit -# Version: 0.9.33.2 -# Mon Aug 18 18:48:15 2014 +# Automatically generated file; DO NOT EDIT. +# uClibc 0.9.34-git C Library Configuration # # TARGET_alpha is not set +# TARGET_arc is not set # TARGET_arm is not set # TARGET_avr32 is not set # TARGET_bfin is not set @@ -17,6 +17,7 @@ # TARGET_i960 is not set # TARGET_ia64 is not set TARGET_m68k=y +# TARGET_metag is not set # TARGET_microblaze is not set # TARGET_mips is not set # TARGET_nios is not set @@ -36,12 +37,10 @@ TARGET_m68k=y TARGET_ARCH="m68k" FORCE_OPTIONS_FOR_ARCH=y TARGET_SUBARCH="" -# UCLIBC_FORMAT_ELF is not set -# UCLIBC_FORMAT_FDPIC_ELF is not set -# UCLIBC_FORMAT_DSBT_ELF is not set # UCLIBC_FORMAT_FLAT is not set UCLIBC_FORMAT_FLAT_SEP_DATA=y # UCLIBC_FORMAT_SHARED_FLAT is not set +ARCH_HAS_DEPRECATED_SYSCALLS=y ARCH_BIG_ENDIAN=y # @@ -62,22 +61,25 @@ HAVE_DOT_CONFIG=y # # General Library Settings # -# DOPIC is not set +DOPIC=y ARCH_HAS_NO_SHARED=y ARCH_HAS_NO_LDSO=y UCLIBC_CTOR_DTOR=y -HAS_NO_THREADS=y -# LINUXTHREADS_OLD is not set +# HAS_NO_THREADS is not set +LINUXTHREADS_OLD=y # LINUXTHREADS_NEW is not set # UCLIBC_HAS_THREADS_NATIVE is not set +UCLIBC_HAS_THREADS=y +# PTHREADS_DEBUG_SUPPORT is not set UCLIBC_HAS_SYSLOG=y UCLIBC_HAS_LFS=y -# MALLOC is not set +MALLOC=y # MALLOC_SIMPLE is not set -MALLOC_STANDARD=y MALLOC_GLIBC_COMPAT=y +# UCLIBC_HAS_OBSTACK is not set UCLIBC_DYNAMIC_ATEXIT=y COMPAT_ATEXIT=y +# UCLIBC_SUSV2_LEGACY is not set UCLIBC_SUSV3_LEGACY=y # UCLIBC_SUSV3_LEGACY_MACROS is not set UCLIBC_SUSV4_LEGACY=y @@ -155,8 +157,6 @@ UCLIBC_HAS_WCHAR=y UCLIBC_HAS_HEXADECIMAL_FLOATS=y UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9 -# UCLIBC_HAS_SCANF_GLIBC_A_FLAG is not set -# UCLIBC_HAS_STDIO_BUFSIZ_NONE is not set # UCLIBC_HAS_STDIO_BUFSIZ_256 is not set # UCLIBC_HAS_STDIO_BUFSIZ_512 is not set # UCLIBC_HAS_STDIO_BUFSIZ_1024 is not set @@ -218,6 +218,7 @@ UCLIBC_BUILD_NOEXECSTACK=y CROSS_COMPILER_PREFIX="" UCLIBC_EXTRA_CFLAGS="" # DODEBUG is not set +# DODEBUG_PT is not set # DOSTRIP is not set # DOASSERTS is not set # UCLIBC_MALLOC_DEBUGGING is not set |