diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-04-15 05:59:10 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-04-15 05:59:10 +0000 |
commit | 349439d7ea2d56c42179589bcbe963f9707f0127 (patch) | |
tree | 0737d27a5a40458eae7a74b47bc3987a5b6bb18f /toolchain/uClibc/config-0.9.31/ubicom32 | |
parent | 128233fba1317258f6c4f189cf3afd22e3c8afac (diff) | |
download | upstream-349439d7ea2d56c42179589bcbe963f9707f0127.tar.gz upstream-349439d7ea2d56c42179589bcbe963f9707f0127.tar.bz2 upstream-349439d7ea2d56c42179589bcbe963f9707f0127.zip |
toolchain/uClibc: add preliminary support for 0.9.31 (needs testing)
SVN-Revision: 20873
Diffstat (limited to 'toolchain/uClibc/config-0.9.31/ubicom32')
-rw-r--r-- | toolchain/uClibc/config-0.9.31/ubicom32 | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/toolchain/uClibc/config-0.9.31/ubicom32 b/toolchain/uClibc/config-0.9.31/ubicom32 new file mode 100644 index 0000000000..ef00e79355 --- /dev/null +++ b/toolchain/uClibc/config-0.9.31/ubicom32 @@ -0,0 +1,35 @@ +ARCH_BIG_ENDIAN=y +ARCH_HAS_NO_MMU=y +COMPAT_ATEXIT=y +# CONFIG_UC_UBICOM32_V3 is not set +CONFIG_UC_UBICOM32_V4=y +# DOSTRIP is not set +EXCLUDE_BRK=y +FORCE_SHAREABLE_TEXT_SEGMENTS=y +LDSO_PRELOAD_FILE_SUPPORT=y +MALLOC=y +# MALLOC_STANDARD is not set +PTHREADS_DEBUG_SUPPORT=y +SUPPORT_LD_DEBUG=y +TARGET_ARCH="ubicom32" +TARGET_ubicom32=y +# UCLIBC_FORMAT_ELF is not set +UCLIBC_FORMAT_FDPIC_ELF=y +# UCLIBC_FORMAT_FLAT is not set +# UCLIBC_FORMAT_FLAT_SEP_DATA is not set +# UCLIBC_FORMAT_SHARED_FLAT is not set +UCLIBC_HAS_ADVANCED_REALTIME=y +UCLIBC_HAS_FOPEN_LARGEFILE_MODE=y +UCLIBC_HAS_FPU=y +# UCLIBC_HAS_GETPT is not set +UCLIBC_HAS_OBSOLETE_BSD_SIGNAL=y +UCLIBC_HAS_OBSOLETE_SYSV_SIGNAL=y +UCLIBC_HAS_PROFILING=y +UCLIBC_HAS_REENTRANT_RPC=y +UCLIBC_HAS_STUBS=y +UCLIBC_HAS_XATTR=y +UCLIBC_NTP_LEGACY=y +UCLIBC_STATIC_LDCONFIG=y +UCLIBC_SV4_DEPRECATED=y +UCLIBC_UCLINUX_BROKEN_MUNMAP=y +UNIX98PTY_ONLY=y |