mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 23:16:16 +02:00
[toolchain/uClibc]: add 0.9.33
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30374 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
d0abad5f54
commit
46b5da93ea
@ -10,6 +10,9 @@ choice
|
|||||||
config UCLIBC_VERSION_0_9_32
|
config UCLIBC_VERSION_0_9_32
|
||||||
bool "uClibc 0.9.32-git"
|
bool "uClibc 0.9.32-git"
|
||||||
|
|
||||||
|
config UCLIBC_VERSION_0_9_33
|
||||||
|
bool "uClibc 0.9.33"
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
|
||||||
|
@ -2,6 +2,7 @@ config UCLIBC_VERSION
|
|||||||
string
|
string
|
||||||
depends on USE_UCLIBC
|
depends on USE_UCLIBC
|
||||||
default "0.9.32" if UCLIBC_VERSION_0_9_32
|
default "0.9.32" if UCLIBC_VERSION_0_9_32
|
||||||
|
default "0.9.33" if UCLIBC_VERSION_0_9_33
|
||||||
default "0.9.32"
|
default "0.9.32"
|
||||||
|
|
||||||
if !TOOLCHAINOPTS
|
if !TOOLCHAINOPTS
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2006-2011 OpenWrt.org
|
# Copyright (C) 2006-2012 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -25,6 +25,7 @@ endif
|
|||||||
PATCH_DIR:=./patches-$(PKG_VERSION)
|
PATCH_DIR:=./patches-$(PKG_VERSION)
|
||||||
CONFIG_DIR:=./config-$(PKG_VERSION)
|
CONFIG_DIR:=./config-$(PKG_VERSION)
|
||||||
|
|
||||||
|
PKG_MD5SUM_0.9.33 = cf9d25e4b3c87af1a99d33a6b959fbf1
|
||||||
PKG_MD5SUM=$(PKG_MD5SUM_$(PKG_VERSION))
|
PKG_MD5SUM=$(PKG_MD5SUM_$(PKG_VERSION))
|
||||||
|
|
||||||
HOST_BUILD_DIR:=$(BUILD_DIR_TOOLCHAIN)/$(PKG_NAME)-$(PKG_VERSION)
|
HOST_BUILD_DIR:=$(BUILD_DIR_TOOLCHAIN)/$(PKG_NAME)-$(PKG_VERSION)
|
||||||
|
7
toolchain/uClibc/config-0.9.33/arm
Normal file
7
toolchain/uClibc/config-0.9.33/arm
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
ARCH_ANY_ENDIAN=y
|
||||||
|
ARCH_LITTLE_ENDIAN=y
|
||||||
|
ARCH_WANTS_LITTLE_ENDIAN=y
|
||||||
|
# COMPILE_IN_THUMB_MODE is not set
|
||||||
|
TARGET_ARCH="arm"
|
||||||
|
TARGET_arm=y
|
||||||
|
# USE_BX is not set
|
7
toolchain/uClibc/config-0.9.33/armeb
Normal file
7
toolchain/uClibc/config-0.9.33/armeb
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
ARCH_ANY_ENDIAN=y
|
||||||
|
ARCH_BIG_ENDIAN=y
|
||||||
|
ARCH_WANTS_BIG_ENDIAN=y
|
||||||
|
# COMPILE_IN_THUMB_MODE is not set
|
||||||
|
TARGET_ARCH="arm"
|
||||||
|
TARGET_arm=y
|
||||||
|
# USE_BX is not set
|
12
toolchain/uClibc/config-0.9.33/avr32
Normal file
12
toolchain/uClibc/config-0.9.33/avr32
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
ARCH_BIG_ENDIAN=y
|
||||||
|
CONFIG_AVR32_AP7=y
|
||||||
|
FORCE_SHAREABLE_TEXT_SEGMENTS=y
|
||||||
|
LINKRELAX=y
|
||||||
|
LINUXTHREADS_OLD=y
|
||||||
|
TARGET_ARCH="avr32"
|
||||||
|
TARGET_avr32=y
|
||||||
|
UCLIBC_HAS_FPU=y
|
||||||
|
# UCLIBC_HAS_SCANF_GLIBC_A_FLAG is not set
|
||||||
|
# UCLIBC_HAS_STRING_ARCH_OPT is not set
|
||||||
|
# UCLIBC_HAS_THREADS_NATIVE is not set
|
||||||
|
UNIX98PTY_ONLY=y
|
211
toolchain/uClibc/config-0.9.33/common
Normal file
211
toolchain/uClibc/config-0.9.33/common
Normal file
@ -0,0 +1,211 @@
|
|||||||
|
# ARCH_ANY_ENDIAN is not set
|
||||||
|
ARCH_HAS_MMU=y
|
||||||
|
# ARCH_HAS_NO_LDSO is not set
|
||||||
|
# ARCH_HAS_NO_SHARED is not set
|
||||||
|
# ARCH_LITTLE_ENDIAN is not set
|
||||||
|
ARCH_USE_MMU=y
|
||||||
|
# ARCH_WANTS_BIG_ENDIAN is not set
|
||||||
|
# ARCH_WANTS_LITTLE_ENDIAN is not set
|
||||||
|
ASSUME_DEVPTS=y
|
||||||
|
# COMPAT_ATEXIT is not set
|
||||||
|
CROSS_COMPILER_PREFIX=""
|
||||||
|
DEVEL_PREFIX="/usr/"
|
||||||
|
# DOASSERTS is not set
|
||||||
|
# DODEBUG is not set
|
||||||
|
# DODEBUG_PT is not set
|
||||||
|
# DOMULTI is not set
|
||||||
|
DOPIC=y
|
||||||
|
DOSTRIP=y
|
||||||
|
DO_C99_MATH=y
|
||||||
|
# DO_XSI_MATH is not set
|
||||||
|
# EXTRA_WARNINGS is not set
|
||||||
|
FORCE_OPTIONS_FOR_ARCH=y
|
||||||
|
# FORCE_SHAREABLE_TEXT_SEGMENTS is not set
|
||||||
|
# HARDWIRED_ABSPATH is not set
|
||||||
|
# HAS_NO_THREADS is not set
|
||||||
|
HAVE_DOT_CONFIG=y
|
||||||
|
# HAVE_NO_PIC is not set
|
||||||
|
# HAVE_NO_SSP is not set
|
||||||
|
HAVE_SHARED=y
|
||||||
|
KERNEL_HEADERS="."
|
||||||
|
LDSO_BASE_FILENAME="ld.so"
|
||||||
|
LDSO_CACHE_SUPPORT=y
|
||||||
|
# LDSO_GNU_HASH_SUPPORT is not set
|
||||||
|
LDSO_LD_LIBRARY_PATH=y
|
||||||
|
LDSO_LDD_SUPPORT=y
|
||||||
|
# LDSO_NO_CLEANUP is not set
|
||||||
|
# LDSO_PRELINK_SUPPORT is not set
|
||||||
|
# LDSO_PRELOAD_FILE_SUPPORT is not set
|
||||||
|
# LDSO_PRELOAD_ENV_SUPPORT is not set
|
||||||
|
LDSO_RUNPATH=y
|
||||||
|
# LDSO_SEARCH_INTERP_PATH is not set
|
||||||
|
# LDSO_STANDALONE_SUPPORT is not set
|
||||||
|
# LINUXTHREADS_NEW is not set
|
||||||
|
# LINUXTHREADS_OLD is not set
|
||||||
|
# UCLIBC_HAS_BACKTRACE is not set
|
||||||
|
UCLIBC_HAS_THREADS_NATIVE=y
|
||||||
|
# MALLOC is not set
|
||||||
|
MALLOC_GLIBC_COMPAT=y
|
||||||
|
# MALLOC_SIMPLE is not set
|
||||||
|
MALLOC_STANDARD=y
|
||||||
|
MULTILIB_DIR="lib"
|
||||||
|
# PTHREADS_DEBUG_SUPPORT is not set
|
||||||
|
RUNTIME_PREFIX="/"
|
||||||
|
# SUPPORT_LD_DEBUG is not set
|
||||||
|
# SUPPORT_LD_DEBUG_EARLY is not set
|
||||||
|
TARGET_SUBARCH=""
|
||||||
|
# TARGET_alpha is not set
|
||||||
|
# TARGET_arm is not set
|
||||||
|
# TARGET_avr32 is not set
|
||||||
|
# TARGET_bfin is not set
|
||||||
|
# TARGET_c6x is not set
|
||||||
|
# TARGET_cris is not set
|
||||||
|
# TARGET_e1 is not set
|
||||||
|
# TARGET_frv is not set
|
||||||
|
# TARGET_h8300 is not set
|
||||||
|
# TARGET_hppa is not set
|
||||||
|
# TARGET_i386 is not set
|
||||||
|
# TARGET_i960 is not set
|
||||||
|
# TARGET_ia64 is not set
|
||||||
|
# TARGET_m68k is not set
|
||||||
|
# TARGET_microblaze is not set
|
||||||
|
# TARGET_mips is not set
|
||||||
|
# TARGET_nios is not set
|
||||||
|
# TARGET_nios2 is not set
|
||||||
|
# TARGET_powerpc is not set
|
||||||
|
# TARGET_sh is not set
|
||||||
|
# TARGET_sh64 is not set
|
||||||
|
# TARGET_sparc is not set
|
||||||
|
# TARGET_ubicom32 is not set
|
||||||
|
# TARGET_v850 is not set
|
||||||
|
# TARGET_vax is not set
|
||||||
|
# TARGET_x86_64 is not set
|
||||||
|
# TARGET_xtensa is not set
|
||||||
|
UCLIBC_BSD_SPECIFIC=y
|
||||||
|
UCLIBC_BUILD_NOEXECSTACK=y
|
||||||
|
# UCLIBC_BUILD_NOW is not set
|
||||||
|
# UCLIBC_BUILD_PIE is not set
|
||||||
|
UCLIBC_BUILD_RELRO=y
|
||||||
|
UCLIBC_CTOR_DTOR=y
|
||||||
|
UCLIBC_DYNAMIC_ATEXIT=y
|
||||||
|
UCLIBC_EXTRA_CFLAGS=""
|
||||||
|
UCLIBC_GRP_BUFFER_SIZE=256
|
||||||
|
UCLIBC_HAS_ADVANCED_REALTIME=y
|
||||||
|
# UCLIBC_HAS_ARC4RANDOM is not set
|
||||||
|
UCLIBC_HAS_BSD_ERR=y
|
||||||
|
UCLIBC_HAS_BSD_RES_CLOSE=y
|
||||||
|
# UCLIBC_HAS_COMPAT_RES_STATE is not set
|
||||||
|
UCLIBC_HAS_CRYPT=y
|
||||||
|
UCLIBC_HAS_CRYPT_IMPL=y
|
||||||
|
UCLIBC_HAS_CTYPE_CHECKED=y
|
||||||
|
# UCLIBC_HAS_CTYPE_ENFORCED is not set
|
||||||
|
UCLIBC_HAS_CTYPE_SIGNED=y
|
||||||
|
UCLIBC_HAS_CTYPE_TABLES=y
|
||||||
|
# UCLIBC_HAS_CTYPE_UNSAFE is not set
|
||||||
|
UCLIBC_HAS_EPOLL=y
|
||||||
|
UCLIBC_HAS_ERRNO_MESSAGES=y
|
||||||
|
# UCLIBC_HAS_EXTRA_COMPAT_RES_STATE is not set
|
||||||
|
# UCLIBC_HAS_FENV is not set
|
||||||
|
UCLIBC_HAS_FLOATS=y
|
||||||
|
UCLIBC_HAS_FNMATCH=y
|
||||||
|
UCLIBC_HAS_FNMATCH_OLD=y
|
||||||
|
# UCLIBC_HAS_FOPEN_CLOSEEXEC_MODE is not set
|
||||||
|
UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y
|
||||||
|
# UCLIBC_HAS_FOPEN_LARGEFILE_MODE is not set
|
||||||
|
# UCLIBC_HAS_FPU is not set
|
||||||
|
UCLIBC_HAS_FTS=y
|
||||||
|
UCLIBC_HAS_FTW=y
|
||||||
|
# UCLIBC_HAS_FULL_RPC is not set
|
||||||
|
UCLIBC_HAS_GETPT=y
|
||||||
|
UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
|
||||||
|
UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y
|
||||||
|
# UCLIB_HAS_GLIBC_DIGIT_GROUPING is not set
|
||||||
|
UCLIBC_HAS_GLOB=y
|
||||||
|
UCLIBC_HAS_GNU_ERROR=y
|
||||||
|
UCLIBC_HAS_GNU_GETOPT=y
|
||||||
|
UCLIBC_HAS_GNU_GETSUBOPT=y
|
||||||
|
UCLIBC_HAS_GNU_GLOB=y
|
||||||
|
UCLIBC_HAS_HEXADECIMAL_FLOATS=y
|
||||||
|
UCLIBC_HAS_IPV4=y
|
||||||
|
UCLIBC_HAS_IPV6=y
|
||||||
|
UCLIBC_HAS_LFS=y
|
||||||
|
UCLIBC_HAS_LIBNSL_STUB=y
|
||||||
|
UCLIBC_HAS_LIBRESOLV_STUB=y
|
||||||
|
UCLIBC_HAS_LIBUTIL=y
|
||||||
|
# UCLIBC_HAS_LOCALE is not set
|
||||||
|
UCLIBC_HAS_LONG_DOUBLE_MATH=y
|
||||||
|
UCLIBC_HAS_NETWORK_SUPPORT=y
|
||||||
|
UCLIBC_HAS_NFTW=y
|
||||||
|
# UCLIBC_HAS_OBSOLETE_BSD_SIGNAL is not set
|
||||||
|
# UCLIBC_HAS_OBSOLETE_SYSV_SIGNAL is not set
|
||||||
|
UCLIBC_HAS_PRINTF_M_SPEC=y
|
||||||
|
# UCLIBC_HAS_PROFILING is not set
|
||||||
|
UCLIBC_HAS_PROGRAM_INVOCATION_NAME=y
|
||||||
|
UCLIBC_HAS_PTY=y
|
||||||
|
UCLIBC_HAS_REALTIME=y
|
||||||
|
# UCLIBC_HAS_REENTRANT_RPC is not set
|
||||||
|
UCLIBC_HAS_REGEX=y
|
||||||
|
UCLIBC_HAS_REGEX_OLD=y
|
||||||
|
UCLIBC_HAS_RESOLVER_SUPPORT=y
|
||||||
|
# UCLIBC_HAS_RPC is not set
|
||||||
|
UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y
|
||||||
|
UCLIBC_HAS_SHA256_CRYPT_IMPL=y
|
||||||
|
UCLIBC_HAS_SHA512_CRYPT_IMPL=y
|
||||||
|
UCLIBC_HAS_SHADOW=y
|
||||||
|
UCLIBC_HAS_SIGNUM_MESSAGES=y
|
||||||
|
UCLIBC_HAS_SOCKET=y
|
||||||
|
UCLIBC_HAS_SOFT_FLOAT=y
|
||||||
|
# UCLIBC_HAS_SSP is not set
|
||||||
|
UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y
|
||||||
|
# UCLIBC_HAS_STDIO_BUFSIZ_1024 is not set
|
||||||
|
# UCLIBC_HAS_STDIO_BUFSIZ_2048 is not set
|
||||||
|
# UCLIBC_HAS_STDIO_BUFSIZ_256 is not set
|
||||||
|
UCLIBC_HAS_STDIO_BUFSIZ_4096=y
|
||||||
|
# UCLIBC_HAS_STDIO_BUFSIZ_512 is not set
|
||||||
|
# UCLIBC_HAS_STDIO_BUFSIZ_8192 is not set
|
||||||
|
# UCLIBC_HAS_STDIO_BUFSIZ_NONE is not set
|
||||||
|
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4 is not set
|
||||||
|
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8 is not set
|
||||||
|
UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE=y
|
||||||
|
UCLIBC_HAS_STDIO_GETC_MACRO=y
|
||||||
|
UCLIBC_HAS_STDIO_PUTC_MACRO=y
|
||||||
|
# UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT is not set
|
||||||
|
UCLIBC_HAS_STRING_ARCH_OPT=y
|
||||||
|
UCLIBC_HAS_STRING_GENERIC_OPT=y
|
||||||
|
# UCLIBC_HAS_STUBS is not set
|
||||||
|
UCLIBC_HAS_SYSLOG=y
|
||||||
|
# UCLIBC_HAS_SYS_ERRLIST is not set
|
||||||
|
# UCLIBC_HAS_SYS_SIGLIST is not set
|
||||||
|
UCLIBC_HAS_THREADS=y
|
||||||
|
UCLIBC_HAS_TM_EXTENSIONS=y
|
||||||
|
UCLIBC_HAS_TZ_CACHING=y
|
||||||
|
UCLIBC_HAS_TZ_FILE=y
|
||||||
|
UCLIBC_HAS_TZ_FILE_READ_MANY=y
|
||||||
|
# UCLIBC_HAS_UTMPX is not set
|
||||||
|
UCLIBC_HAS_WCHAR=y
|
||||||
|
UCLIBC_HAS_WORDEXP=y
|
||||||
|
# UCLIBC_HAS_XATTR is not set
|
||||||
|
# UCLIBC_HAS_XLOCALE is not set
|
||||||
|
UCLIBC_HAS___PROGNAME=y
|
||||||
|
# UCLIBC_LINUX_MODULE_24 is not set
|
||||||
|
UCLIBC_LINUX_MODULE_26=y
|
||||||
|
UCLIBC_LINUX_SPECIFIC=y
|
||||||
|
# UCLIBC_MALLOC_DEBUGGING is not set
|
||||||
|
# UCLIBC_MJN3_ONLY is not set
|
||||||
|
# UCLIBC_NTP_LEGACY is not set
|
||||||
|
# USE_OLD_VFPRINTF is not set
|
||||||
|
UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
|
||||||
|
UCLIBC_PWD_BUFFER_SIZE=256
|
||||||
|
# UCLIBC_STATIC_LDCONFIG is not set
|
||||||
|
# UCLIBC_STRICT_HEADERS is not set
|
||||||
|
UCLIBC_SUPPORT_AI_ADDRCONFIG=y
|
||||||
|
UCLIBC_SUSV3_LEGACY=y
|
||||||
|
UCLIBC_SUSV3_LEGACY_MACROS=y
|
||||||
|
UCLIBC_SUSV4_LEGACY=y
|
||||||
|
# UCLIBC_SV4_DEPRECATED is not set
|
||||||
|
UCLIBC_TZ_FILE_PATH="/etc/TZ"
|
||||||
|
# UCLIBC_FALLBACK_TO_ETC_LOCALTIME is not set
|
||||||
|
UCLIBC_USE_NETLINK=y
|
||||||
|
# UNIX98PTY_ONLY is not set
|
||||||
|
USE_BX=y
|
||||||
|
WARNINGS="-Wall"
|
8
toolchain/uClibc/config-0.9.33/cris
Normal file
8
toolchain/uClibc/config-0.9.33/cris
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
ARCH_LITTLE_ENDIAN=y
|
||||||
|
CONFIG_CRIS=y
|
||||||
|
# CONFIG_CRISV32 is not set
|
||||||
|
LINUXTHREADS_OLD=y
|
||||||
|
TARGET_ARCH="cris"
|
||||||
|
TARGET_cris=y
|
||||||
|
UCLIBC_HAS_FPU=y
|
||||||
|
# UCLIBC_HAS_THREADS_NATIVE is not set
|
6
toolchain/uClibc/config-0.9.33/debug
Normal file
6
toolchain/uClibc/config-0.9.33/debug
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
DODEBUG=y
|
||||||
|
DODEBUG_PT=y
|
||||||
|
PTHREADS_DEBUG_SUPPORT=y
|
||||||
|
SUPPORT_LD_DEBUG=y
|
||||||
|
SUPPORT_LD_DEBUG_EARLY=y
|
||||||
|
UCLIBC_MALLOC_DEBUGGING=y
|
21
toolchain/uClibc/config-0.9.33/i386
Normal file
21
toolchain/uClibc/config-0.9.33/i386
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
ARCH_LITTLE_ENDIAN=y
|
||||||
|
# CONFIG_386 is not set
|
||||||
|
CONFIG_486=y
|
||||||
|
# CONFIG_586 is not set
|
||||||
|
# CONFIG_586MMX is not set
|
||||||
|
# CONFIG_686 is not set
|
||||||
|
# CONFIG_CRUSOE is not set
|
||||||
|
# CONFIG_CYRIXIII is not set
|
||||||
|
# CONFIG_ELAN is not set
|
||||||
|
# CONFIG_GENERIC_386 is not set
|
||||||
|
# CONFIG_K6 is not set
|
||||||
|
# CONFIG_K7 is not set
|
||||||
|
# CONFIG_NEHEMIAH is not set
|
||||||
|
# CONFIG_PENTIUM4 is not set
|
||||||
|
# CONFIG_PENTIUMII is not set
|
||||||
|
# CONFIG_PENTIUMIII is not set
|
||||||
|
# CONFIG_WINCHIP2 is not set
|
||||||
|
# CONFIG_WINCHIPC6 is not set
|
||||||
|
TARGET_ARCH="i386"
|
||||||
|
TARGET_i386=y
|
||||||
|
UCLIBC_HAS_FPU=y
|
21
toolchain/uClibc/config-0.9.33/i686
Normal file
21
toolchain/uClibc/config-0.9.33/i686
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
ARCH_LITTLE_ENDIAN=y
|
||||||
|
# CONFIG_386 is not set
|
||||||
|
# CONFIG_486 is not set
|
||||||
|
# CONFIG_586 is not set
|
||||||
|
# CONFIG_586MMX is not set
|
||||||
|
CONFIG_686=y
|
||||||
|
# CONFIG_CRUSOE is not set
|
||||||
|
# CONFIG_CYRIXIII is not set
|
||||||
|
# CONFIG_ELAN is not set
|
||||||
|
# CONFIG_GENERIC_386 is not set
|
||||||
|
# CONFIG_K6 is not set
|
||||||
|
# CONFIG_K7 is not set
|
||||||
|
# CONFIG_NEHEMIAH is not set
|
||||||
|
# CONFIG_PENTIUM4 is not set
|
||||||
|
# CONFIG_PENTIUMII is not set
|
||||||
|
# CONFIG_PENTIUMIII is not set
|
||||||
|
# CONFIG_WINCHIP2 is not set
|
||||||
|
# CONFIG_WINCHIPC6 is not set
|
||||||
|
TARGET_ARCH="i386"
|
||||||
|
TARGET_i386=y
|
||||||
|
UCLIBC_HAS_FPU=y
|
6
toolchain/uClibc/config-0.9.33/m68k
Normal file
6
toolchain/uClibc/config-0.9.33/m68k
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
ARCH_BIG_ENDIAN=y
|
||||||
|
LINUXTHREADS_OLD=y
|
||||||
|
TARGET_ARCH="m68k"
|
||||||
|
TARGET_SUBARCH=""
|
||||||
|
TARGET_m68k=y
|
||||||
|
# UCLIBC_HAS_THREADS_NATIVE is not set
|
17
toolchain/uClibc/config-0.9.33/mips
Normal file
17
toolchain/uClibc/config-0.9.33/mips
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
ARCH_ANY_ENDIAN=y
|
||||||
|
ARCH_BIG_ENDIAN=y
|
||||||
|
ARCH_CFLAGS="-mno-split-addresses"
|
||||||
|
ARCH_WANTS_BIG_ENDIAN=y
|
||||||
|
# CONFIG_MIPS_ISA_1 is not set
|
||||||
|
# CONFIG_MIPS_ISA_2 is not set
|
||||||
|
# CONFIG_MIPS_ISA_3 is not set
|
||||||
|
# CONFIG_MIPS_ISA_4 is not set
|
||||||
|
CONFIG_MIPS_ISA_MIPS32=y
|
||||||
|
# CONFIG_MIPS_ISA_MIPS32R2 is not set
|
||||||
|
# CONFIG_MIPS_ISA_MIPS64 is not set
|
||||||
|
# CONFIG_MIPS_N32_ABI is not set
|
||||||
|
# CONFIG_MIPS_N64_ABI is not set
|
||||||
|
CONFIG_MIPS_O32_ABI=y
|
||||||
|
TARGET_ARCH="mips"
|
||||||
|
TARGET_mips=y
|
||||||
|
UCLIBC_HAS_FPU=y
|
17
toolchain/uClibc/config-0.9.33/mips64
Normal file
17
toolchain/uClibc/config-0.9.33/mips64
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
ARCH_ANY_ENDIAN=y
|
||||||
|
ARCH_BIG_ENDIAN=y
|
||||||
|
ARCH_CFLAGS="-mno-split-addresses"
|
||||||
|
ARCH_WANTS_BIG_ENDIAN=y
|
||||||
|
# CONFIG_MIPS_ISA_1 is not set
|
||||||
|
# CONFIG_MIPS_ISA_2 is not set
|
||||||
|
# CONFIG_MIPS_ISA_3 is not set
|
||||||
|
# CONFIG_MIPS_ISA_4 is not set
|
||||||
|
# CONFIG_MIPS_ISA_MIPS32 is not set
|
||||||
|
# CONFIG_MIPS_ISA_MIPS32R2 is not set
|
||||||
|
CONFIG_MIPS_ISA_MIPS64=y
|
||||||
|
# CONFIG_MIPS_N32_ABI is not set
|
||||||
|
CONFIG_MIPS_N64_ABI=y
|
||||||
|
# CONFIG_MIPS_O32_ABI is not set
|
||||||
|
TARGET_ARCH="mips"
|
||||||
|
TARGET_mips=y
|
||||||
|
UCLIBC_HAS_FPU=y
|
17
toolchain/uClibc/config-0.9.33/mips64el
Normal file
17
toolchain/uClibc/config-0.9.33/mips64el
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
ARCH_ANY_ENDIAN=y
|
||||||
|
ARCH_CFLAGS="-mno-split-addresses"
|
||||||
|
ARCH_LITTLE_ENDIAN=y
|
||||||
|
ARCH_WANTS_LITTLE_ENDIAN=y
|
||||||
|
# CONFIG_MIPS_ISA_1 is not set
|
||||||
|
# CONFIG_MIPS_ISA_2 is not set
|
||||||
|
# CONFIG_MIPS_ISA_3 is not set
|
||||||
|
# CONFIG_MIPS_ISA_4 is not set
|
||||||
|
# CONFIG_MIPS_ISA_MIPS32 is not set
|
||||||
|
# CONFIG_MIPS_ISA_MIPS32R2 is not set
|
||||||
|
CONFIG_MIPS_ISA_MIPS64=y
|
||||||
|
# CONFIG_MIPS_N32_ABI is not set
|
||||||
|
CONFIG_MIPS_N64_ABI=y
|
||||||
|
# CONFIG_MIPS_O32_ABI is not set
|
||||||
|
TARGET_ARCH="mips"
|
||||||
|
TARGET_mips=y
|
||||||
|
UCLIBC_HAS_FPU=y
|
17
toolchain/uClibc/config-0.9.33/mipsel
Normal file
17
toolchain/uClibc/config-0.9.33/mipsel
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
ARCH_ANY_ENDIAN=y
|
||||||
|
ARCH_CFLAGS="-mno-split-addresses"
|
||||||
|
ARCH_LITTLE_ENDIAN=y
|
||||||
|
ARCH_WANTS_LITTLE_ENDIAN=y
|
||||||
|
# CONFIG_MIPS_ISA_1 is not set
|
||||||
|
# CONFIG_MIPS_ISA_2 is not set
|
||||||
|
# CONFIG_MIPS_ISA_3 is not set
|
||||||
|
# CONFIG_MIPS_ISA_4 is not set
|
||||||
|
CONFIG_MIPS_ISA_MIPS32=y
|
||||||
|
# CONFIG_MIPS_ISA_MIPS32R2 is not set
|
||||||
|
# CONFIG_MIPS_ISA_MIPS64 is not set
|
||||||
|
# CONFIG_MIPS_N32_ABI is not set
|
||||||
|
# CONFIG_MIPS_N64_ABI is not set
|
||||||
|
CONFIG_MIPS_O32_ABI=y
|
||||||
|
TARGET_ARCH="mips"
|
||||||
|
TARGET_mips=y
|
||||||
|
UCLIBC_HAS_FPU=y
|
17
toolchain/uClibc/config-0.9.33/mipsel.cobalt
Normal file
17
toolchain/uClibc/config-0.9.33/mipsel.cobalt
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
ARCH_ANY_ENDIAN=y
|
||||||
|
ARCH_CFLAGS="-mno-split-addresses"
|
||||||
|
ARCH_LITTLE_ENDIAN=y
|
||||||
|
ARCH_WANTS_LITTLE_ENDIAN=y
|
||||||
|
# CONFIG_MIPS_ISA_1 is not set
|
||||||
|
# CONFIG_MIPS_ISA_2 is not set
|
||||||
|
CONFIG_MIPS_ISA_3=y
|
||||||
|
# CONFIG_MIPS_ISA_4 is not set
|
||||||
|
# CONFIG_MIPS_ISA_MIPS32 is not set
|
||||||
|
# CONFIG_MIPS_ISA_MIPS32R2 is not set
|
||||||
|
# CONFIG_MIPS_ISA_MIPS64 is not set
|
||||||
|
# CONFIG_MIPS_N32_ABI is not set
|
||||||
|
# CONFIG_MIPS_N64_ABI is not set
|
||||||
|
CONFIG_MIPS_O32_ABI=y
|
||||||
|
TARGET_ARCH="mips"
|
||||||
|
TARGET_mips=y
|
||||||
|
UCLIBC_HAS_FPU=y
|
6
toolchain/uClibc/config-0.9.33/powerpc
Normal file
6
toolchain/uClibc/config-0.9.33/powerpc
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
ARCH_BIG_ENDIAN=y
|
||||||
|
CONFIG_CLASSIC=y
|
||||||
|
# CONFIG_E500 is not set
|
||||||
|
TARGET_ARCH="powerpc"
|
||||||
|
TARGET_SUBARCH="classic"
|
||||||
|
TARGET_powerpc=y
|
6
toolchain/uClibc/config-0.9.33/powerpc.e500
Normal file
6
toolchain/uClibc/config-0.9.33/powerpc.e500
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
ARCH_BIG_ENDIAN=y
|
||||||
|
# CONFIG_CLASSIC is not set
|
||||||
|
CONFIG_E500=y
|
||||||
|
TARGET_ARCH="powerpc"
|
||||||
|
TARGET_SUBARCH="classic"
|
||||||
|
TARGET_powerpc=y
|
8
toolchain/uClibc/config-0.9.33/sparc
Normal file
8
toolchain/uClibc/config-0.9.33/sparc
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
ARCH_BIG_ENDIAN=y
|
||||||
|
# CONFIG_SPARC_V7 is not set
|
||||||
|
# CONFIG_SPARC_V8 is not set
|
||||||
|
CONFIG_SPARC_V9=y
|
||||||
|
# CONFIG_SPARC_V9B is not set
|
||||||
|
TARGET_ARCH="sparc"
|
||||||
|
TARGET_sparc=y
|
||||||
|
UCLIBC_HAS_LONG_DOUBLE_MATH=y
|
8
toolchain/uClibc/config-0.9.33/sparc.leon
Normal file
8
toolchain/uClibc/config-0.9.33/sparc.leon
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
ARCH_BIG_ENDIAN=y
|
||||||
|
# CONFIG_SPARC_V7 is not set
|
||||||
|
CONFIG_SPARC_V8=y
|
||||||
|
# CONFIG_SPARC_V9 is not set
|
||||||
|
# CONFIG_SPARC_V9B is not set
|
||||||
|
TARGET_ARCH="sparc"
|
||||||
|
TARGET_sparc=y
|
||||||
|
UCLIBC_HAS_LONG_DOUBLE_MATH=y
|
36
toolchain/uClibc/config-0.9.33/ubicom32
Normal file
36
toolchain/uClibc/config-0.9.33/ubicom32
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
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
|
||||||
|
LINUXTHREADS_OLD=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_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_THREADS_NATIVE is not set
|
||||||
|
UCLIBC_HAS_XATTR=y
|
||||||
|
UCLIBC_NTP_LEGACY=y
|
||||||
|
UCLIBC_STATIC_LDCONFIG=y
|
||||||
|
UCLIBC_SV4_DEPRECATED=y
|
||||||
|
UCLIBC_UCLINUX_BROKEN_MUNMAP=y
|
||||||
|
UNIX98PTY_ONLY=y
|
6
toolchain/uClibc/config-0.9.33/x86_64
Normal file
6
toolchain/uClibc/config-0.9.33/x86_64
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
ARCH_LITTLE_ENDIAN=y
|
||||||
|
# LINUXTHREADS_NEW is not set
|
||||||
|
TARGET_ARCH="x86_64"
|
||||||
|
TARGET_x86_64=y
|
||||||
|
UCLIBC_BSD_SPECIFIC=y
|
||||||
|
UCLIBC_HAS_FPU=y
|
51
toolchain/uClibc/patches-0.9.33/110-compat_macros.patch
Normal file
51
toolchain/uClibc/patches-0.9.33/110-compat_macros.patch
Normal file
@ -0,0 +1,51 @@
|
|||||||
|
--- a/include/string.h
|
||||||
|
+++ b/include/string.h
|
||||||
|
@@ -355,18 +355,40 @@ extern char *index (__const char *__s, i
|
||||||
|
/* Find the last occurrence of C in S (same as strrchr). */
|
||||||
|
extern char *rindex (__const char *__s, int __c)
|
||||||
|
__THROW __attribute_pure__ __nonnull ((1));
|
||||||
|
-# else
|
||||||
|
-# ifdef __UCLIBC_SUSV3_LEGACY_MACROS__
|
||||||
|
+# elif defined(__UCLIBC_SUSV3_LEGACY_MACROS__) && !defined(_STRINGS_H)
|
||||||
|
/* bcopy/bzero/bcmp/index/rindex are marked LEGACY in SuSv3.
|
||||||
|
* They are replaced as proposed by SuSv3. Don't sync this part
|
||||||
|
* with glibc and keep it in sync with strings.h. */
|
||||||
|
|
||||||
|
-# define bcopy(src,dest,n) (memmove((dest), (src), (n)), (void) 0)
|
||||||
|
-# define bzero(s,n) (memset((s), '\0', (n)), (void) 0)
|
||||||
|
-# define bcmp(s1,s2,n) memcmp((s1), (s2), (size_t)(n))
|
||||||
|
-# define index(s,c) strchr((s), (c))
|
||||||
|
-# define rindex(s,c) strrchr((s), (c))
|
||||||
|
-# endif
|
||||||
|
+/* Copy N bytes of SRC to DEST (like memmove, but args reversed). */
|
||||||
|
+static __inline__ void bcopy (__const void *__src, void *__dest, size_t __n)
|
||||||
|
+{
|
||||||
|
+ memmove(__dest, __src, __n);
|
||||||
|
+}
|
||||||
|
+
|
||||||
|
+/* Set N bytes of S to 0. */
|
||||||
|
+static __inline__ void bzero (void *__s, size_t __n)
|
||||||
|
+{
|
||||||
|
+ memset(__s, 0, __n);
|
||||||
|
+}
|
||||||
|
+
|
||||||
|
+/* Compare N bytes of S1 and S2 (same as memcmp). */
|
||||||
|
+static __inline__ int bcmp (__const void *__s1, __const void *__s2, size_t __n)
|
||||||
|
+{
|
||||||
|
+ return memcmp(__s1, __s2, __n);
|
||||||
|
+}
|
||||||
|
+
|
||||||
|
+/* Find the first occurrence of C in S (same as strchr). */
|
||||||
|
+static __inline__ char *index (__const char *__s, int __c)
|
||||||
|
+{
|
||||||
|
+ return strchr(__s, __c);
|
||||||
|
+}
|
||||||
|
+
|
||||||
|
+/* Find the last occurrence of C in S (same as strrchr). */
|
||||||
|
+static __inline__ char *rindex (__const char *__s, int __c)
|
||||||
|
+{
|
||||||
|
+ return strrchr(__s, __c);
|
||||||
|
+}
|
||||||
|
# endif
|
||||||
|
|
||||||
|
/* Return the position of the first bit set in I, or 0 if none are set.
|
14
toolchain/uClibc/patches-0.9.33/120-adjtimex.patch
Normal file
14
toolchain/uClibc/patches-0.9.33/120-adjtimex.patch
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
--- a/include/sys/timex.h
|
||||||
|
+++ b/include/sys/timex.h
|
||||||
|
@@ -116,9 +116,8 @@ struct timex
|
||||||
|
|
||||||
|
__BEGIN_DECLS
|
||||||
|
|
||||||
|
-#if 0
|
||||||
|
-extern int __adjtimex (struct timex *__ntx) __THROW;
|
||||||
|
-#endif
|
||||||
|
+#undef __adjtimex
|
||||||
|
+#define __adjtimex adjtimex
|
||||||
|
extern int adjtimex (struct timex *__ntx) __THROW;
|
||||||
|
libc_hidden_proto(adjtimex)
|
||||||
|
|
@ -0,0 +1,10 @@
|
|||||||
|
--- a/libc/inet/resolv.c
|
||||||
|
+++ b/libc/inet/resolv.c
|
||||||
|
@@ -1634,6 +1634,7 @@ int attribute_hidden __read_etc_hosts_r(
|
||||||
|
* struct in[6]_addr
|
||||||
|
* char line_buffer[BUFSZ+];
|
||||||
|
*/
|
||||||
|
+ memset(buf, 0, buflen);
|
||||||
|
parser->data = buf;
|
||||||
|
parser->data_len = aliaslen;
|
||||||
|
parser->line_len = buflen - aliaslen;
|
10
toolchain/uClibc/patches-0.9.33/140-avr32_atomic_fix.patch
Normal file
10
toolchain/uClibc/patches-0.9.33/140-avr32_atomic_fix.patch
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
--- a/libc/sysdeps/linux/avr32/bits/atomic.h
|
||||||
|
+++ b/libc/sysdeps/linux/avr32/bits/atomic.h
|
||||||
|
@@ -28,6 +28,7 @@ typedef uintmax_t uatomic_max_t;
|
||||||
|
|
||||||
|
#define __arch_compare_and_exchange_val_32_acq(mem, newval, oldval) \
|
||||||
|
({ \
|
||||||
|
+ __uint32_t __result; \
|
||||||
|
__typeof__(*(mem)) __prev; \
|
||||||
|
__asm__ __volatile__( \
|
||||||
|
"/* __arch_compare_and_exchange_val_32_acq */\n" \
|
@ -0,0 +1,27 @@
|
|||||||
|
From f87898ca4a7d4b7171779c06ff1f4848efeee431 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Khem Raj <raj.khem@gmail.com>
|
||||||
|
Date: Thu, 30 Jun 2011 07:32:11 +0000
|
||||||
|
Subject: mips/signalfd.h: SFD_NONBLOCK for mips is 0200 unlike 04000 commonly
|
||||||
|
|
||||||
|
Exposed by udev 171 which uses signalfd
|
||||||
|
|
||||||
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||||
|
---
|
||||||
|
--- a/include/sys/signalfd.h
|
||||||
|
+++ b/include/sys/signalfd.h
|
||||||
|
@@ -73,6 +73,15 @@ enum
|
||||||
|
# define SFD_NONBLOCK SFD_NONBLOCK
|
||||||
|
};
|
||||||
|
|
||||||
|
+#elif defined __mips__
|
||||||
|
+enum
|
||||||
|
+ {
|
||||||
|
+ SFD_CLOEXEC = 02000000,
|
||||||
|
+# define SFD_CLOEXEC SFD_CLOEXEC
|
||||||
|
+ SFD_NONBLOCK = 0200
|
||||||
|
+# define SFD_NONBLOCK SFD_NONBLOCK
|
||||||
|
+ };
|
||||||
|
+
|
||||||
|
#else
|
||||||
|
enum
|
||||||
|
{
|
23
toolchain/uClibc/patches-0.9.33/170-math_finite.patch
Normal file
23
toolchain/uClibc/patches-0.9.33/170-math_finite.patch
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
--- a/include/math.h
|
||||||
|
+++ b/include/math.h
|
||||||
|
@@ -195,7 +195,7 @@ extern int signgam;
|
||||||
|
|
||||||
|
|
||||||
|
/* ISO C99 defines some generic macros which work on any data type. */
|
||||||
|
-#ifdef __USE_ISOC99
|
||||||
|
+#if defined(__USE_ISOC99) || defined(__USE_BSD)
|
||||||
|
|
||||||
|
/* Get the architecture specific values describing the floating-point
|
||||||
|
evaluation. The following symbols will get defined:
|
||||||
|
@@ -315,6 +315,11 @@ enum
|
||||||
|
|
||||||
|
#endif /* Use ISO C99. */
|
||||||
|
|
||||||
|
+/* BSD compat */
|
||||||
|
+#define finite(x) __finite(x)
|
||||||
|
+#define finitef(x) __finitef(x)
|
||||||
|
+#define finitel(x) __finitel(x)
|
||||||
|
+
|
||||||
|
#ifdef __USE_MISC
|
||||||
|
/* Support for various different standard error handling behaviors. */
|
||||||
|
typedef enum
|
@ -0,0 +1,45 @@
|
|||||||
|
--- a/libpthread/nptl/cleanup_defer_compat.c
|
||||||
|
+++ b/libpthread/nptl/cleanup_defer_compat.c
|
||||||
|
@@ -22,7 +22,7 @@
|
||||||
|
|
||||||
|
void
|
||||||
|
attribute_protected
|
||||||
|
-_pthread_cleanup_push_defer (
|
||||||
|
+__pthread_cleanup_push_defer (
|
||||||
|
struct _pthread_cleanup_buffer *buffer,
|
||||||
|
void (*routine) (void *),
|
||||||
|
void *arg)
|
||||||
|
@@ -57,12 +57,12 @@ _pthread_cleanup_push_defer (
|
||||||
|
|
||||||
|
THREAD_SETMEM (self, cleanup, buffer);
|
||||||
|
}
|
||||||
|
-strong_alias (_pthread_cleanup_push_defer, __pthread_cleanup_push_defer)
|
||||||
|
+strong_alias (__pthread_cleanup_push_defer, _pthread_cleanup_push_defer)
|
||||||
|
|
||||||
|
|
||||||
|
void
|
||||||
|
attribute_protected
|
||||||
|
-_pthread_cleanup_pop_restore (
|
||||||
|
+__pthread_cleanup_pop_restore (
|
||||||
|
struct _pthread_cleanup_buffer *buffer,
|
||||||
|
int execute)
|
||||||
|
{
|
||||||
|
@@ -97,4 +97,4 @@ _pthread_cleanup_pop_restore (
|
||||||
|
if (execute)
|
||||||
|
buffer->__routine (buffer->__arg);
|
||||||
|
}
|
||||||
|
-strong_alias (_pthread_cleanup_pop_restore, __pthread_cleanup_pop_restore)
|
||||||
|
+strong_alias (__pthread_cleanup_pop_restore, _pthread_cleanup_pop_restore)
|
||||||
|
--- a/libpthread/nptl/init.c
|
||||||
|
+++ b/libpthread/nptl/init.c
|
||||||
|
@@ -112,8 +112,8 @@ static const struct pthread_functions pt
|
||||||
|
.ptr___pthread_key_create = __pthread_key_create_internal,
|
||||||
|
.ptr___pthread_getspecific = __pthread_getspecific_internal,
|
||||||
|
.ptr___pthread_setspecific = __pthread_setspecific_internal,
|
||||||
|
- .ptr__pthread_cleanup_push_defer = _pthread_cleanup_push_defer,
|
||||||
|
- .ptr__pthread_cleanup_pop_restore = _pthread_cleanup_pop_restore,
|
||||||
|
+ .ptr__pthread_cleanup_push_defer = __pthread_cleanup_push_defer,
|
||||||
|
+ .ptr__pthread_cleanup_pop_restore = __pthread_cleanup_pop_restore,
|
||||||
|
.ptr_nthreads = &__nptl_nthreads,
|
||||||
|
.ptr___pthread_unwind = &__pthread_unwind,
|
||||||
|
.ptr__nptl_deallocate_tsd = __nptl_deallocate_tsd,
|
@ -0,0 +1,13 @@
|
|||||||
|
--- a/libpthread/nptl/init.c
|
||||||
|
+++ b/libpthread/nptl/init.c
|
||||||
|
@@ -402,6 +402,10 @@ __pthread_initialize_minimal_internal (v
|
||||||
|
Use the minimal size acceptable. */
|
||||||
|
limit.rlim_cur = PTHREAD_STACK_MIN;
|
||||||
|
|
||||||
|
+ /* Do not exceed architecture specific default */
|
||||||
|
+ if (limit.rlim_cur > ARCH_STACK_DEFAULT_SIZE)
|
||||||
|
+ limit.rlim_cur = ARCH_STACK_DEFAULT_SIZE;
|
||||||
|
+
|
||||||
|
/* Make sure it meets the minimum size that allocate_stack
|
||||||
|
(allocatestack.c) will demand, which depends on the page size. */
|
||||||
|
const uintptr_t pagesz = sysconf (_SC_PAGESIZE);
|
10
toolchain/uClibc/patches-0.9.33/200-no_forced_unwind.patch
Normal file
10
toolchain/uClibc/patches-0.9.33/200-no_forced_unwind.patch
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
--- a/Rules.mak
|
||||||
|
+++ b/Rules.mak
|
||||||
|
@@ -707,7 +707,6 @@ endif
|
||||||
|
ifeq ($(UCLIBC_HAS_THREADS),y)
|
||||||
|
ifeq ($(UCLIBC_HAS_THREADS_NATIVE),y)
|
||||||
|
PTNAME := nptl
|
||||||
|
- CFLAGS += -DHAVE_FORCED_UNWIND
|
||||||
|
else
|
||||||
|
ifeq ($(LINUXTHREADS_OLD),y)
|
||||||
|
PTNAME := linuxthreads.old
|
19
toolchain/uClibc/patches-0.9.33/350-use-fputs_unlocked.patch
Normal file
19
toolchain/uClibc/patches-0.9.33/350-use-fputs_unlocked.patch
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
commit 3e3ae40f053b22fbb9bef50067d6edad4c358c4c
|
||||||
|
Author: Mirko Vogt <dev@nanl.de>
|
||||||
|
Date: Tue May 24 14:36:42 2011 +0200
|
||||||
|
|
||||||
|
use 'fputws_unlocked(S,F)' instead of 'fputws(S,F)'
|
||||||
|
|
||||||
|
this eliminates a source of reproduceable freezes
|
||||||
|
|
||||||
|
--- a/libc/stdio/_vfprintf.c
|
||||||
|
+++ b/libc/stdio/_vfprintf.c
|
||||||
|
@@ -1229,7 +1229,7 @@ static size_t _fp_out_narrow(FILE *fp, i
|
||||||
|
#define STRLEN wcslen
|
||||||
|
#define _PPFS_init _ppwfs_init
|
||||||
|
/* Pulls in fseek: */
|
||||||
|
-#define OUTPUT(F,S) fputws(S,F)
|
||||||
|
+#define OUTPUT(F,S) fputws_unlocked(S,F)
|
||||||
|
/* TODO: #define OUTPUT(F,S) _wstdio_fwrite((S),wcslen(S),(F)) */
|
||||||
|
#define _outnwcs(stream, wstring, len) _wstdio_fwrite((const wchar_t *)(wstring), len, stream)
|
||||||
|
#define FP_OUT _fp_out_wide
|
11
toolchain/uClibc/patches-0.9.33/410-llvm_workaround.patch
Normal file
11
toolchain/uClibc/patches-0.9.33/410-llvm_workaround.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- a/libc/stdio/_stdio.c
|
||||||
|
+++ b/libc/stdio/_stdio.c
|
||||||
|
@@ -124,7 +124,7 @@ static FILE _stdio_streams[] = {
|
||||||
|
__FLAG_NBF|__FLAG_WRITEONLY, \
|
||||||
|
2, \
|
||||||
|
NULL, \
|
||||||
|
- NULL, \
|
||||||
|
+ 0, \
|
||||||
|
0 )
|
||||||
|
};
|
||||||
|
|
103
toolchain/uClibc/patches-0.9.33/450-powerpc_copysignl.patch
Normal file
103
toolchain/uClibc/patches-0.9.33/450-powerpc_copysignl.patch
Normal file
@ -0,0 +1,103 @@
|
|||||||
|
--- a/libc/sysdeps/linux/powerpc/Makefile.arch
|
||||||
|
+++ b/libc/sysdeps/linux/powerpc/Makefile.arch
|
||||||
|
@@ -5,7 +5,7 @@
|
||||||
|
# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
|
||||||
|
#
|
||||||
|
|
||||||
|
-CSRC := __syscall_error.c pread_write.c ioctl.c
|
||||||
|
+CSRC := __syscall_error.c pread_write.c ioctl.c copysignl.c
|
||||||
|
|
||||||
|
ifeq ($(UCLIBC_HAS_ADVANCED_REALTIME),y)
|
||||||
|
CSRC += posix_fadvise.c posix_fadvise64.c
|
||||||
|
--- /dev/null
|
||||||
|
+++ b/libc/sysdeps/linux/powerpc/copysignl.c
|
||||||
|
@@ -0,0 +1,89 @@
|
||||||
|
+/* s_copysignl.c -- long double version of s_copysign.c.
|
||||||
|
+ * Conversion to long double by Ulrich Drepper,
|
||||||
|
+ * Cygnus Support, drepper@cygnus.com.
|
||||||
|
+ */
|
||||||
|
+
|
||||||
|
+/*
|
||||||
|
+ * ====================================================
|
||||||
|
+ * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
|
||||||
|
+ *
|
||||||
|
+ * Developed at SunPro, a Sun Microsystems, Inc. business.
|
||||||
|
+ * Permission to use, copy, modify, and distribute this
|
||||||
|
+ * software is freely granted, provided that this notice
|
||||||
|
+ * is preserved.
|
||||||
|
+ * ====================================================
|
||||||
|
+ */
|
||||||
|
+
|
||||||
|
+/*
|
||||||
|
+ * copysignl(long double x, long double y)
|
||||||
|
+ * copysignl(x,y) returns a value with the magnitude of x and
|
||||||
|
+ * with the sign bit of y.
|
||||||
|
+ */
|
||||||
|
+
|
||||||
|
+#include <endian.h>
|
||||||
|
+#include <stdint.h>
|
||||||
|
+
|
||||||
|
+#if __FLOAT_WORD_ORDER == BIG_ENDIAN
|
||||||
|
+
|
||||||
|
+typedef union
|
||||||
|
+{
|
||||||
|
+ long double value;
|
||||||
|
+ struct
|
||||||
|
+ {
|
||||||
|
+ int sign_exponent:16;
|
||||||
|
+ unsigned int empty:16;
|
||||||
|
+ uint32_t msw;
|
||||||
|
+ uint32_t lsw;
|
||||||
|
+ } parts;
|
||||||
|
+} ieee_long_double_shape_type;
|
||||||
|
+
|
||||||
|
+#endif
|
||||||
|
+
|
||||||
|
+#if __FLOAT_WORD_ORDER == LITTLE_ENDIAN
|
||||||
|
+
|
||||||
|
+typedef union
|
||||||
|
+{
|
||||||
|
+ long double value;
|
||||||
|
+ struct
|
||||||
|
+ {
|
||||||
|
+ uint32_t lsw;
|
||||||
|
+ uint32_t msw;
|
||||||
|
+ int sign_exponent:16;
|
||||||
|
+ unsigned int empty:16;
|
||||||
|
+ } parts;
|
||||||
|
+} ieee_long_double_shape_type;
|
||||||
|
+
|
||||||
|
+#endif
|
||||||
|
+
|
||||||
|
+/* Get int from the exponent of a long double. */
|
||||||
|
+
|
||||||
|
+#define GET_LDOUBLE_EXP(exp,d) \
|
||||||
|
+do { \
|
||||||
|
+ ieee_long_double_shape_type ge_u; \
|
||||||
|
+ ge_u.value = (d); \
|
||||||
|
+ (exp) = ge_u.parts.sign_exponent; \
|
||||||
|
+} while (0)
|
||||||
|
+
|
||||||
|
+/* Set exponent of a long double from an int. */
|
||||||
|
+
|
||||||
|
+#define SET_LDOUBLE_EXP(d,exp) \
|
||||||
|
+do { \
|
||||||
|
+ ieee_long_double_shape_type se_u; \
|
||||||
|
+ se_u.value = (d); \
|
||||||
|
+ se_u.parts.sign_exponent = (exp); \
|
||||||
|
+ (d) = se_u.value; \
|
||||||
|
+} while (0)
|
||||||
|
+
|
||||||
|
+long double copysignl(long double x, long double y);
|
||||||
|
+libc_hidden_proto(copysignl);
|
||||||
|
+
|
||||||
|
+long double copysignl(long double x, long double y)
|
||||||
|
+{
|
||||||
|
+ uint32_t es1,es2;
|
||||||
|
+ GET_LDOUBLE_EXP(es1,x);
|
||||||
|
+ GET_LDOUBLE_EXP(es2,y);
|
||||||
|
+ SET_LDOUBLE_EXP(x,(es1&0x7fff)|(es2&0x8000));
|
||||||
|
+ return x;
|
||||||
|
+}
|
||||||
|
+
|
||||||
|
+libc_hidden_def(copysignl);
|
@ -0,0 +1,26 @@
|
|||||||
|
--- a/ldso/ldso/powerpc/elfinterp.c
|
||||||
|
+++ b/ldso/ldso/powerpc/elfinterp.c
|
||||||
|
@@ -297,22 +297,17 @@ _dl_do_reloc (struct elf_resolve *tpnt,s
|
||||||
|
break;
|
||||||
|
#endif
|
||||||
|
case R_PPC_REL24:
|
||||||
|
-#if 0
|
||||||
|
{
|
||||||
|
Elf32_Sword delta = finaladdr - (Elf32_Word)reloc_addr;
|
||||||
|
if (unlikely(delta<<6>>6 != delta)) {
|
||||||
|
_dl_dprintf(2, "%s: symbol '%s' R_PPC_REL24 is out of range.\n\t"
|
||||||
|
"Compile shared libraries with -fPIC!\n",
|
||||||
|
_dl_progname, symname);
|
||||||
|
- _dl_exit(1);
|
||||||
|
+ return -1;
|
||||||
|
}
|
||||||
|
*reloc_addr = (*reloc_addr & 0xfc000003) | (delta & 0x3fffffc);
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
-#else
|
||||||
|
- _dl_dprintf(2,"R_PPC_REL24: Compile shared libraries with -fPIC!\n");
|
||||||
|
- return -1;
|
||||||
|
-#endif
|
||||||
|
case R_PPC_NONE:
|
||||||
|
goto out_nocode; /* No code code modified */
|
||||||
|
default:
|
4305
toolchain/uClibc/patches-0.9.33/600-ubicom32-uClibc.patch
Normal file
4305
toolchain/uClibc/patches-0.9.33/600-ubicom32-uClibc.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,32 @@
|
|||||||
|
--- a/ldso/include/dl-elf.h
|
||||||
|
+++ b/ldso/include/dl-elf.h
|
||||||
|
@@ -45,6 +45,10 @@ extern int _dl_linux_resolve(void);
|
||||||
|
extern int _dl_fixup(struct dyn_elf *rpnt, struct r_scope_elem *scope, int flag);
|
||||||
|
extern void _dl_protect_relro (struct elf_resolve *l);
|
||||||
|
|
||||||
|
+#ifndef DL_LOADADDR_ISSET(_loadaddr)
|
||||||
|
+#define DL_LOADADDR_ISSET(_loadaddr) ((_loadaddr) != 0)
|
||||||
|
+#endif
|
||||||
|
+
|
||||||
|
/*
|
||||||
|
* Bitsize related settings for things ElfW()
|
||||||
|
* does not handle already
|
||||||
|
@@ -206,7 +210,7 @@ unsigned int __dl_parse_dynamic_info(Elf
|
||||||
|
we'd have to walk all the loadsegs to find out if it was
|
||||||
|
actually unnecessary, so skip this optimization. */
|
||||||
|
#if !defined __FDPIC__ && !defined __DSBT__
|
||||||
|
- if (load_off != 0)
|
||||||
|
+ if (DL_LOADADDR_ISSET(load_off))
|
||||||
|
#endif
|
||||||
|
{
|
||||||
|
ADJUST_DYN_INFO(DT_HASH, load_off);
|
||||||
|
--- a/ldso/ldso/ubicom32/dl-sysdep.h
|
||||||
|
+++ b/ldso/ldso/ubicom32/dl-sysdep.h
|
||||||
|
@@ -101,6 +101,7 @@ do { \
|
||||||
|
} while (0)
|
||||||
|
|
||||||
|
#define DL_LOADADDR_TYPE struct elf32_fdpic_loadaddr
|
||||||
|
+#define DL_LOADADDR_ISSET(_loadaddr) ((_loadaddr).map != NULL)
|
||||||
|
|
||||||
|
#define DL_RELOC_ADDR(LOADADDR, ADDR) \
|
||||||
|
((ElfW(Addr))__reloc_pointer ((void*)(ADDR), (LOADADDR).map))
|
@ -0,0 +1,32 @@
|
|||||||
|
Rely on the compiler to be properly setup for the default ABI.
|
||||||
|
|
||||||
|
When installing-headers, there are two cases:
|
||||||
|
- NPTL: no issue, a cross-compiler is already expected
|
||||||
|
- LinuxThreads: no issue, EABI/OABI has no impact on installed headers.
|
||||||
|
|
||||||
|
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
|
||||||
|
Cc: Khem Raj <raj.khem@gmail.com>
|
||||||
|
Cc: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
|
||||||
|
Cc: Carmelo AMOROSO <carmelo.amoroso@st.com>
|
||||||
|
---
|
||||||
|
|
||||||
|
--- a/extra/Configs/Config.arm
|
||||||
|
+++ b/extra/Configs/Config.arm
|
||||||
|
@@ -12,17 +12,6 @@ config FORCE_OPTIONS_FOR_ARCH
|
||||||
|
default y
|
||||||
|
select ARCH_ANY_ENDIAN
|
||||||
|
|
||||||
|
-config CONFIG_ARM_EABI
|
||||||
|
- bool "Build for EABI"
|
||||||
|
- help
|
||||||
|
- If you say 'y' here, functions and constants required by the
|
||||||
|
- ARM EABI will be built into the library. You should say 'y'
|
||||||
|
- if your compiler uses the ARM EABI, in which case you will also
|
||||||
|
- need a kernel supporting the EABI system call interface.
|
||||||
|
-
|
||||||
|
- If you say 'n' here, then the library will be built for the
|
||||||
|
- old Linux ABI.
|
||||||
|
-
|
||||||
|
config COMPILE_IN_THUMB_MODE
|
||||||
|
bool "Build using Thumb mode"
|
||||||
|
select USE_BX
|
Loading…
Reference in New Issue
Block a user