public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/hardened-dev:uclibc commit in: sys-libs/uclibc/files/
@ 2012-01-02 14:35 Anthony G. Basile
  0 siblings, 0 replies; 14+ messages in thread
From: Anthony G. Basile @ 2012-01-02 14:35 UTC (permalink / raw
  To: gentoo-commits

commit:     96914667dfddaf25dc8e20be698a1e87994de52f
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  2 14:35:00 2012 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Jan  2 14:35:00 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=96914667

sys-libs/uclibc: switch to nptl and i686

(Portage version: 2.1.10.41/git/Linux x86_64, signed Manifest commit with key 0xD0455535)

---
 sys-libs/uclibc/files/uclibc.config |   19 ++++++++++---------
 1 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/sys-libs/uclibc/files/uclibc.config b/sys-libs/uclibc/files/uclibc.config
index f575ca2..421c8ed 100644
--- a/sys-libs/uclibc/files/uclibc.config
+++ b/sys-libs/uclibc/files/uclibc.config
@@ -1,7 +1,7 @@
 #
 # Automatically generated make config: don't edit
-# Version: 0.9.32
-# Sat Dec 31 16:47:23 2011
+# Version: 0.9.32.1
+# Mon Jan  2 09:33:28 2012
 #
 # TARGET_alpha is not set
 # TARGET_arm is not set
@@ -38,9 +38,9 @@ FORCE_OPTIONS_FOR_ARCH=y
 # CONFIG_GENERIC_386 is not set
 # CONFIG_386 is not set
 # CONFIG_486 is not set
-CONFIG_586=y
+# CONFIG_586 is not set
 # CONFIG_586MMX is not set
-# CONFIG_686 is not set
+CONFIG_686=y
 # CONFIG_PENTIUMII is not set
 # CONFIG_PENTIUMIII is not set
 # CONFIG_PENTIUM4 is not set
@@ -52,7 +52,7 @@ CONFIG_586=y
 # CONFIG_WINCHIP2 is not set
 # CONFIG_CYRIXIII is not set
 # CONFIG_NEHEMIAH is not set
-TARGET_SUBARCH="i586"
+TARGET_SUBARCH="i686"
 
 #
 # Using ELF file format
@@ -93,10 +93,11 @@ LDSO_SEARCH_INTERP_PATH=y
 UCLIBC_CTOR_DTOR=y
 LDSO_GNU_HASH_SUPPORT=y
 # HAS_NO_THREADS is not set
-LINUXTHREADS_OLD=y
+# LINUXTHREADS_OLD is not set
 # LINUXTHREADS_NEW is not set
-# UCLIBC_HAS_THREADS_NATIVE is not set
+UCLIBC_HAS_THREADS_NATIVE=y
 UCLIBC_HAS_THREADS=y
+UCLIBC_HAS_TLS=y
 PTHREADS_DEBUG_SUPPORT=y
 UCLIBC_HAS_SYSLOG=y
 UCLIBC_HAS_LFS=y
@@ -205,6 +206,7 @@ UCLIBC_HAS_SYS_ERRLIST=y
 UCLIBC_HAS_SIGNUM_MESSAGES=y
 UCLIBC_HAS_SYS_SIGLIST=y
 UCLIBC_HAS_GNU_GETOPT=y
+UCLIBC_HAS_STDIO_FUTEXES=y
 UCLIBC_HAS_GNU_GETSUBOPT=y
 
 #
@@ -252,7 +254,6 @@ UCLIBC_BUILD_NOEXECSTACK=y
 CROSS_COMPILER_PREFIX="i386-gentoo-linux-uclibc-"
 UCLIBC_EXTRA_CFLAGS=""
 # DODEBUG is not set
-# DODEBUG_PT is not set
 DOSTRIP=y
 # DOASSERTS is not set
 # SUPPORT_LD_DEBUG is not set
@@ -260,6 +261,6 @@ DOSTRIP=y
 # UCLIBC_MALLOC_DEBUGGING is not set
 # UCLIBC_HAS_BACKTRACE is not set
 WARNINGS="-Wall"
-# EXTRA_WARNINGS is not set
+EXTRA_WARNINGS=y
 # DOMULTI is not set
 # UCLIBC_MJN3_ONLY is not set



^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] proj/hardened-dev:uclibc commit in: sys-libs/uclibc/files/
@ 2012-01-05 19:51 Anthony G. Basile
  0 siblings, 0 replies; 14+ messages in thread
From: Anthony G. Basile @ 2012-01-05 19:51 UTC (permalink / raw
  To: gentoo-commits

commit:     dbda38ddf55dea80368c5e12b0208c0e674565a3
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  5 19:51:07 2012 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Thu Jan  5 19:51:07 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=dbda38dd

sys-libs/uclibc: fix config file name

(Portage version: 2.1.10.41/git/Linux x86_64, signed Manifest commit with key 0xD0455535)

---
 .../files/{uclibc-i386.conf => uclibc-i386.config} |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/sys-libs/uclibc/files/uclibc-i386.conf b/sys-libs/uclibc/files/uclibc-i386.config
similarity index 100%
rename from sys-libs/uclibc/files/uclibc-i386.conf
rename to sys-libs/uclibc/files/uclibc-i386.config



^ permalink raw reply	[flat|nested] 14+ messages in thread

* [gentoo-commits] proj/hardened-dev:uclibc commit in: sys-libs/uclibc/files/
@ 2012-01-06 14:45 Anthony G. Basile
  0 siblings, 0 replies; 14+ messages in thread
From: Anthony G. Basile @ 2012-01-06 14:45 UTC (permalink / raw
  To: gentoo-commits

commit:     047bca1c445e4e8a2e10fff1da16f26e74dacf33
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  6 14:44:56 2012 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Fri Jan  6 14:44:56 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=047bca1c

sys-libs/uclibc: disable UCLIBC_STRICT_HEADERS for readline

---
 sys-libs/uclibc/files/uclibc-amd64.config |   21 ++-------------------
 sys-libs/uclibc/files/uclibc-i386.config  |    2 +-
 2 files changed, 3 insertions(+), 20 deletions(-)

diff --git a/sys-libs/uclibc/files/uclibc-amd64.config b/sys-libs/uclibc/files/uclibc-amd64.config
index c82895c..367915c 100644
--- a/sys-libs/uclibc/files/uclibc-amd64.config
+++ b/sys-libs/uclibc/files/uclibc-amd64.config
@@ -1,7 +1,7 @@
 #
 # Automatically generated make config: don't edit
 # Version: 0.9.32.1
-# Thu Jan  5 19:43:19 2012
+# Fri Jan  6 09:43:44 2012
 #
 # TARGET_alpha is not set
 # TARGET_arm is not set
@@ -35,23 +35,6 @@ TARGET_x86_64=y
 #
 TARGET_ARCH="x86_64"
 FORCE_OPTIONS_FOR_ARCH=y
-# CONFIG_GENERIC_386 is not set
-# CONFIG_386 is not set
-# CONFIG_486 is not set
-# CONFIG_586 is not set
-# CONFIG_586MMX is not set
-# CONFIG_686 is not set
-# CONFIG_PENTIUMII is not set
-# CONFIG_PENTIUMIII is not set
-# CONFIG_PENTIUM4 is not set
-# CONFIG_K6 is not set
-# CONFIG_K7 is not set
-# CONFIG_ELAN is not set
-# CONFIG_CRUSOE is not set
-# CONFIG_WINCHIPC6 is not set
-# CONFIG_WINCHIP2 is not set
-# CONFIG_CYRIXIII is not set
-# CONFIG_NEHEMIAH is not set
 TARGET_SUBARCH=""
 
 #
@@ -110,7 +93,7 @@ COMPAT_ATEXIT=y
 UCLIBC_SUSV3_LEGACY=y
 UCLIBC_SUSV3_LEGACY_MACROS=y
 UCLIBC_SUSV4_LEGACY=y
-UCLIBC_STRICT_HEADERS=y
+# UCLIBC_STRICT_HEADERS is not set
 UCLIBC_HAS_STUBS=y
 UCLIBC_HAS_SHADOW=y
 UCLIBC_HAS_PROGRAM_INVOCATION_NAME=y

diff --git a/sys-libs/uclibc/files/uclibc-i386.config b/sys-libs/uclibc/files/uclibc-i386.config
index 421c8ed..d9a07a7 100644
--- a/sys-libs/uclibc/files/uclibc-i386.config
+++ b/sys-libs/uclibc/files/uclibc-i386.config
@@ -110,7 +110,7 @@ COMPAT_ATEXIT=y
 UCLIBC_SUSV3_LEGACY=y
 UCLIBC_SUSV3_LEGACY_MACROS=y
 UCLIBC_SUSV4_LEGACY=y
-UCLIBC_STRICT_HEADERS=y
+# UCLIBC_STRICT_HEADERS is not set
 UCLIBC_HAS_STUBS=y
 UCLIBC_HAS_SHADOW=y
 UCLIBC_HAS_PROGRAM_INVOCATION_NAME=y



^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] proj/hardened-dev:uclibc commit in: sys-libs/uclibc/files/
@ 2012-01-06 21:08 Anthony G. Basile
  0 siblings, 0 replies; 14+ messages in thread
From: Anthony G. Basile @ 2012-01-06 21:08 UTC (permalink / raw
  To: gentoo-commits

commit:     fe0ce257d2969262605ae702dd88889a601057af
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  6 21:08:18 2012 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Fri Jan  6 21:08:18 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=fe0ce257

sys-libs/uclibc: fixed amd64 config file

---
 sys-libs/uclibc/files/uclibc-amd64.config |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sys-libs/uclibc/files/uclibc-amd64.config b/sys-libs/uclibc/files/uclibc-amd64.config
index 367915c..054233f 100644
--- a/sys-libs/uclibc/files/uclibc-amd64.config
+++ b/sys-libs/uclibc/files/uclibc-amd64.config
@@ -233,7 +233,7 @@ UCLIBC_BUILD_NOEXECSTACK=y
 #
 # uClibc development/debugging options
 #
-CROSS_COMPILER_PREFIX="i386-gentoo-linux-uclibc-"
+CROSS_COMPILER_PREFIX="x86_64-gentoo-linux-uclibc-"
 UCLIBC_EXTRA_CFLAGS=""
 # DODEBUG is not set
 DOSTRIP=y



^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] proj/hardened-dev:uclibc commit in: sys-libs/uclibc/files/
@ 2012-04-01 21:53 Anthony G. Basile
  0 siblings, 0 replies; 14+ messages in thread
From: Anthony G. Basile @ 2012-04-01 21:53 UTC (permalink / raw
  To: gentoo-commits

commit:     145a26b370a8adf508cafad658226ac144999707
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  1 21:52:55 2012 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Apr  1 21:52:55 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=145a26b3

sys-libs/uclibc: bump to 0.9.33 for amd64

---
 sys-libs/uclibc/files/uclibc-amd64.33.config |  253 ++++++++++++++++++++++++++
 1 files changed, 253 insertions(+), 0 deletions(-)

diff --git a/sys-libs/uclibc/files/uclibc-amd64.33.config b/sys-libs/uclibc/files/uclibc-amd64.33.config
new file mode 100644
index 0000000..fcba128
--- /dev/null
+++ b/sys-libs/uclibc/files/uclibc-amd64.33.config
@@ -0,0 +1,253 @@
+#
+# Automatically generated make config: don't edit
+# Version: 0.9.33
+# Sun Apr  1 21:44:49 2012
+#
+# TARGET_alpha is not set
+# TARGET_arm is not set
+# TARGET_avr32 is not set
+# TARGET_bfin 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_v850 is not set
+# TARGET_vax is not set
+TARGET_x86_64=y
+# TARGET_xtensa is not set
+# TARGET_c6x is not set
+
+#
+# Target Architecture Features and Options
+#
+TARGET_ARCH="x86_64"
+FORCE_OPTIONS_FOR_ARCH=y
+TARGET_SUBARCH=""
+
+#
+# Using ELF file format
+#
+ARCH_LITTLE_ENDIAN=y
+
+#
+# Using Little Endian
+#
+ARCH_HAS_MMU=y
+ARCH_USE_MMU=y
+UCLIBC_HAS_FLOATS=y
+UCLIBC_HAS_FPU=y
+DO_C99_MATH=y
+DO_XSI_MATH=y
+UCLIBC_HAS_FENV=y
+UCLIBC_HAS_LONG_DOUBLE_MATH=y
+KERNEL_HEADERS="/usr/include"
+HAVE_DOT_CONFIG=y
+
+#
+# General Library Settings
+#
+DOPIC=y
+HAVE_SHARED=y
+FORCE_SHAREABLE_TEXT_SEGMENTS=y
+LDSO_LDD_SUPPORT=y
+LDSO_CACHE_SUPPORT=y
+LDSO_PRELOAD_ENV_SUPPORT=y
+LDSO_PRELOAD_FILE_SUPPORT=y
+LDSO_BASE_FILENAME="ld.so"
+LDSO_STANDALONE_SUPPORT=y
+LDSO_PRELINK_SUPPORT=y
+UCLIBC_STATIC_LDCONFIG=y
+LDSO_RUNPATH=y
+LDSO_SEARCH_INTERP_PATH=y
+LDSO_LD_LIBRARY_PATH=y
+# LDSO_NO_CLEANUP is not set
+UCLIBC_CTOR_DTOR=y
+LDSO_GNU_HASH_SUPPORT=y
+# HAS_NO_THREADS is not set
+# LINUXTHREADS_OLD is not set
+# LINUXTHREADS_NEW is not set
+UCLIBC_HAS_THREADS_NATIVE=y
+UCLIBC_HAS_THREADS=y
+UCLIBC_HAS_TLS=y
+PTHREADS_DEBUG_SUPPORT=y
+UCLIBC_HAS_SYSLOG=y
+UCLIBC_HAS_LFS=y
+# MALLOC is not set
+# MALLOC_SIMPLE is not set
+MALLOC_STANDARD=y
+MALLOC_GLIBC_COMPAT=y
+UCLIBC_DYNAMIC_ATEXIT=y
+COMPAT_ATEXIT=y
+UCLIBC_SUSV3_LEGACY=y
+UCLIBC_SUSV3_LEGACY_MACROS=y
+UCLIBC_SUSV4_LEGACY=y
+# UCLIBC_STRICT_HEADERS is not set
+UCLIBC_HAS_STUBS=y
+UCLIBC_HAS_SHADOW=y
+UCLIBC_HAS_PROGRAM_INVOCATION_NAME=y
+UCLIBC_HAS___PROGNAME=y
+UCLIBC_HAS_PTY=y
+ASSUME_DEVPTS=y
+UNIX98PTY_ONLY=y
+UCLIBC_HAS_GETPT=y
+UCLIBC_HAS_LIBUTIL=y
+UCLIBC_HAS_TM_EXTENSIONS=y
+UCLIBC_HAS_TZ_CACHING=y
+UCLIBC_HAS_TZ_FILE=y
+UCLIBC_HAS_TZ_FILE_READ_MANY=y
+UCLIBC_TZ_FILE_PATH="/etc/TZ"
+UCLIBC_FALLBACK_TO_ETC_LOCALTIME=y
+
+#
+# Advanced Library Settings
+#
+UCLIBC_PWD_BUFFER_SIZE=256
+UCLIBC_GRP_BUFFER_SIZE=256
+
+#
+# Support various families of functions
+#
+UCLIBC_LINUX_MODULE_26=y
+UCLIBC_LINUX_MODULE_24=y
+UCLIBC_LINUX_SPECIFIC=y
+UCLIBC_HAS_GNU_ERROR=y
+UCLIBC_BSD_SPECIFIC=y
+UCLIBC_HAS_BSD_ERR=y
+# UCLIBC_HAS_OBSOLETE_BSD_SIGNAL is not set
+# UCLIBC_HAS_OBSOLETE_SYSV_SIGNAL is not set
+# UCLIBC_NTP_LEGACY is not set
+# UCLIBC_SV4_DEPRECATED is not set
+UCLIBC_HAS_REALTIME=y
+UCLIBC_HAS_ADVANCED_REALTIME=y
+UCLIBC_HAS_EPOLL=y
+UCLIBC_HAS_XATTR=y
+# UCLIBC_HAS_PROFILING is not set
+UCLIBC_HAS_CRYPT_IMPL=y
+UCLIBC_HAS_SHA256_CRYPT_IMPL=y
+UCLIBC_HAS_SHA512_CRYPT_IMPL=y
+UCLIBC_HAS_CRYPT=y
+UCLIBC_HAS_NETWORK_SUPPORT=y
+UCLIBC_HAS_SOCKET=y
+UCLIBC_HAS_IPV4=y
+UCLIBC_HAS_IPV6=y
+UCLIBC_HAS_RPC=y
+UCLIBC_HAS_FULL_RPC=y
+UCLIBC_HAS_REENTRANT_RPC=y
+UCLIBC_USE_NETLINK=y
+UCLIBC_SUPPORT_AI_ADDRCONFIG=y
+UCLIBC_HAS_BSD_RES_CLOSE=y
+UCLIBC_HAS_COMPAT_RES_STATE=y
+UCLIBC_HAS_EXTRA_COMPAT_RES_STATE=y
+UCLIBC_HAS_RESOLVER_SUPPORT=y
+UCLIBC_HAS_LIBRESOLV_STUB=y
+UCLIBC_HAS_LIBNSL_STUB=y
+
+#
+# String and Stdio Support
+#
+UCLIBC_HAS_STRING_GENERIC_OPT=y
+UCLIBC_HAS_STRING_ARCH_OPT=y
+UCLIBC_HAS_CTYPE_TABLES=y
+UCLIBC_HAS_CTYPE_SIGNED=y
+# UCLIBC_HAS_CTYPE_UNSAFE is not set
+UCLIBC_HAS_CTYPE_CHECKED=y
+# UCLIBC_HAS_CTYPE_ENFORCED is not set
+UCLIBC_HAS_WCHAR=y
+# UCLIBC_HAS_LOCALE is not set
+UCLIBC_HAS_HEXADECIMAL_FLOATS=y
+UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
+UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
+UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y
+# 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
+# UCLIBC_HAS_STDIO_BUFSIZ_2048 is not set
+UCLIBC_HAS_STDIO_BUFSIZ_4096=y
+# UCLIBC_HAS_STDIO_BUFSIZ_8192 is not set
+UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE=y
+# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4 is not set
+# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8 is not set
+# UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT is not set
+UCLIBC_HAS_STDIO_GETC_MACRO=y
+UCLIBC_HAS_STDIO_PUTC_MACRO=y
+UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y
+UCLIBC_HAS_FOPEN_LARGEFILE_MODE=y
+UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y
+UCLIBC_HAS_FOPEN_CLOSEEXEC_MODE=y
+UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y
+UCLIBC_HAS_PRINTF_M_SPEC=y
+UCLIBC_HAS_ERRNO_MESSAGES=y
+UCLIBC_HAS_SYS_ERRLIST=y
+UCLIBC_HAS_SIGNUM_MESSAGES=y
+UCLIBC_HAS_SYS_SIGLIST=y
+UCLIBC_HAS_GNU_GETOPT=y
+UCLIBC_HAS_STDIO_FUTEXES=y
+UCLIBC_HAS_GNU_GETSUBOPT=y
+
+#
+# Big and Tall
+#
+UCLIBC_HAS_REGEX=y
+UCLIBC_HAS_REGEX_OLD=y
+UCLIBC_HAS_FNMATCH=y
+UCLIBC_HAS_FNMATCH_OLD=y
+UCLIBC_HAS_WORDEXP=y
+UCLIBC_HAS_NFTW=y
+UCLIBC_HAS_FTW=y
+UCLIBC_HAS_FTS=y
+UCLIBC_HAS_GLOB=y
+UCLIBC_HAS_GNU_GLOB=y
+UCLIBC_HAS_UTMPX=y
+
+#
+# Library Installation Options
+#
+RUNTIME_PREFIX="/"
+DEVEL_PREFIX="/usr"
+MULTILIB_DIR="lib"
+HARDWIRED_ABSPATH=y
+
+#
+# Security options
+#
+UCLIBC_HAS_ARC4RANDOM=y
+UCLIBC_HAS_SSP=y
+# UCLIBC_HAS_SSP_COMPAT is not set
+# SSP_QUICK_CANARY is not set
+# PROPOLICE_BLOCK_ABRT is not set
+PROPOLICE_BLOCK_SEGV=y
+UCLIBC_BUILD_SSP=y
+UCLIBC_BUILD_RELRO=y
+UCLIBC_BUILD_NOW=y
+UCLIBC_BUILD_NOEXECSTACK=y
+
+#
+# Development/debugging options
+#
+CROSS_COMPILER_PREFIX="x86_64-gentoo-linux-uclibc-"
+UCLIBC_EXTRA_CFLAGS=""
+# DODEBUG is not set
+DOSTRIP=y
+# DOASSERTS is not set
+# SUPPORT_LD_DEBUG is not set
+# SUPPORT_LD_DEBUG_EARLY is not set
+# UCLIBC_MALLOC_DEBUGGING is not set
+# UCLIBC_HAS_BACKTRACE is not set
+WARNINGS="-Wall"
+# EXTRA_WARNINGS is not set
+# DOMULTI is not set
+# UCLIBC_MJN3_ONLY is not set



^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] proj/hardened-dev:uclibc commit in: sys-libs/uclibc/files/
@ 2012-04-05 10:49 Anthony G. Basile
  0 siblings, 0 replies; 14+ messages in thread
From: Anthony G. Basile @ 2012-04-05 10:49 UTC (permalink / raw
  To: gentoo-commits

commit:     530b5851d7ccb84cd2f9072cc41819382af836cf
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  5 01:50:56 2012 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Thu Apr  5 01:50:56 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=530b5851

sys-libs/uclibc: add mips config file for 0.9.33

(Portage version: 2.1.10.49/git/Linux x86_64, signed Manifest commit with key 0xD0455535)

---
 sys-libs/uclibc/files/uclibc-mips.33.config |  262 +++++++++++++++++++++++++++
 1 files changed, 262 insertions(+), 0 deletions(-)

diff --git a/sys-libs/uclibc/files/uclibc-mips.33.config b/sys-libs/uclibc/files/uclibc-mips.33.config
new file mode 100644
index 0000000..2b933b7
--- /dev/null
+++ b/sys-libs/uclibc/files/uclibc-mips.33.config
@@ -0,0 +1,262 @@
+#
+# Automatically generated make config: don't edit
+# Version: 0.9.33
+# Thu Apr  5 01:48:03 2012
+#
+# TARGET_alpha is not set
+# TARGET_arm is not set
+# TARGET_avr32 is not set
+# TARGET_bfin 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=y
+# 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_v850 is not set
+# TARGET_vax is not set
+# TARGET_x86_64 is not set
+# TARGET_xtensa is not set
+# TARGET_c6x is not set
+
+#
+# Target Architecture Features and Options
+#
+TARGET_ARCH="mips"
+FORCE_OPTIONS_FOR_ARCH=y
+CONFIG_MIPS_O32_ABI=y
+# CONFIG_MIPS_N32_ABI is not set
+# CONFIG_MIPS_N64_ABI is not set
+# 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
+TARGET_SUBARCH=""
+
+#
+# Using ELF file format
+#
+ARCH_ANY_ENDIAN=y
+ARCH_BIG_ENDIAN=y
+ARCH_WANTS_BIG_ENDIAN=y
+# ARCH_WANTS_LITTLE_ENDIAN is not set
+ARCH_HAS_MMU=y
+ARCH_USE_MMU=y
+UCLIBC_HAS_FLOATS=y
+UCLIBC_HAS_FPU=y
+DO_C99_MATH=y
+DO_XSI_MATH=y
+UCLIBC_HAS_FENV=y
+KERNEL_HEADERS="/usr/include"
+HAVE_DOT_CONFIG=y
+
+#
+# General Library Settings
+#
+DOPIC=y
+HAVE_SHARED=y
+FORCE_SHAREABLE_TEXT_SEGMENTS=y
+LDSO_LDD_SUPPORT=y
+LDSO_CACHE_SUPPORT=y
+LDSO_PRELOAD_ENV_SUPPORT=y
+LDSO_PRELOAD_FILE_SUPPORT=y
+LDSO_BASE_FILENAME="ld.so"
+LDSO_STANDALONE_SUPPORT=y
+LDSO_PRELINK_SUPPORT=y
+UCLIBC_STATIC_LDCONFIG=y
+LDSO_RUNPATH=y
+LDSO_SEARCH_INTERP_PATH=y
+LDSO_LD_LIBRARY_PATH=y
+# LDSO_NO_CLEANUP is not set
+UCLIBC_CTOR_DTOR=y
+LDSO_GNU_HASH_SUPPORT=y
+# HAS_NO_THREADS is not set
+# LINUXTHREADS_OLD is not set
+# LINUXTHREADS_NEW is not set
+UCLIBC_HAS_THREADS_NATIVE=y
+UCLIBC_HAS_THREADS=y
+UCLIBC_HAS_TLS=y
+PTHREADS_DEBUG_SUPPORT=y
+UCLIBC_HAS_SYSLOG=y
+UCLIBC_HAS_LFS=y
+# MALLOC is not set
+# MALLOC_SIMPLE is not set
+MALLOC_STANDARD=y
+MALLOC_GLIBC_COMPAT=y
+UCLIBC_DYNAMIC_ATEXIT=y
+COMPAT_ATEXIT=y
+UCLIBC_SUSV3_LEGACY=y
+UCLIBC_SUSV3_LEGACY_MACROS=y
+UCLIBC_SUSV4_LEGACY=y
+# UCLIBC_STRICT_HEADERS is not set
+UCLIBC_HAS_STUBS=y
+UCLIBC_HAS_SHADOW=y
+UCLIBC_HAS_PROGRAM_INVOCATION_NAME=y
+UCLIBC_HAS___PROGNAME=y
+UCLIBC_HAS_PTY=y
+ASSUME_DEVPTS=y
+UNIX98PTY_ONLY=y
+UCLIBC_HAS_GETPT=y
+UCLIBC_HAS_LIBUTIL=y
+UCLIBC_HAS_TM_EXTENSIONS=y
+UCLIBC_HAS_TZ_CACHING=y
+UCLIBC_HAS_TZ_FILE=y
+UCLIBC_HAS_TZ_FILE_READ_MANY=y
+UCLIBC_TZ_FILE_PATH="/etc/TZ"
+UCLIBC_FALLBACK_TO_ETC_LOCALTIME=y
+
+#
+# Advanced Library Settings
+#
+UCLIBC_PWD_BUFFER_SIZE=256
+UCLIBC_GRP_BUFFER_SIZE=256
+
+#
+# Support various families of functions
+#
+UCLIBC_LINUX_MODULE_26=y
+UCLIBC_LINUX_MODULE_24=y
+UCLIBC_LINUX_SPECIFIC=y
+UCLIBC_HAS_GNU_ERROR=y
+UCLIBC_BSD_SPECIFIC=y
+UCLIBC_HAS_BSD_ERR=y
+# UCLIBC_HAS_OBSOLETE_BSD_SIGNAL is not set
+# UCLIBC_HAS_OBSOLETE_SYSV_SIGNAL is not set
+# UCLIBC_NTP_LEGACY is not set
+# UCLIBC_SV4_DEPRECATED is not set
+UCLIBC_HAS_REALTIME=y
+UCLIBC_HAS_ADVANCED_REALTIME=y
+UCLIBC_HAS_EPOLL=y
+UCLIBC_HAS_XATTR=y
+# UCLIBC_HAS_PROFILING is not set
+UCLIBC_HAS_CRYPT_IMPL=y
+UCLIBC_HAS_SHA256_CRYPT_IMPL=y
+UCLIBC_HAS_SHA512_CRYPT_IMPL=y
+UCLIBC_HAS_CRYPT=y
+UCLIBC_HAS_NETWORK_SUPPORT=y
+UCLIBC_HAS_SOCKET=y
+UCLIBC_HAS_IPV4=y
+UCLIBC_HAS_IPV6=y
+UCLIBC_HAS_RPC=y
+UCLIBC_HAS_FULL_RPC=y
+UCLIBC_HAS_REENTRANT_RPC=y
+UCLIBC_USE_NETLINK=y
+UCLIBC_SUPPORT_AI_ADDRCONFIG=y
+UCLIBC_HAS_BSD_RES_CLOSE=y
+UCLIBC_HAS_COMPAT_RES_STATE=y
+UCLIBC_HAS_EXTRA_COMPAT_RES_STATE=y
+UCLIBC_HAS_RESOLVER_SUPPORT=y
+UCLIBC_HAS_LIBRESOLV_STUB=y
+UCLIBC_HAS_LIBNSL_STUB=y
+
+#
+# String and Stdio Support
+#
+UCLIBC_HAS_STRING_GENERIC_OPT=y
+UCLIBC_HAS_STRING_ARCH_OPT=y
+UCLIBC_HAS_CTYPE_TABLES=y
+UCLIBC_HAS_CTYPE_SIGNED=y
+# UCLIBC_HAS_CTYPE_UNSAFE is not set
+UCLIBC_HAS_CTYPE_CHECKED=y
+# UCLIBC_HAS_CTYPE_ENFORCED is not set
+UCLIBC_HAS_WCHAR=y
+# UCLIBC_HAS_LOCALE is not set
+UCLIBC_HAS_HEXADECIMAL_FLOATS=y
+UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
+UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
+UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y
+# 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
+# UCLIBC_HAS_STDIO_BUFSIZ_2048 is not set
+UCLIBC_HAS_STDIO_BUFSIZ_4096=y
+# UCLIBC_HAS_STDIO_BUFSIZ_8192 is not set
+UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE=y
+# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4 is not set
+# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8 is not set
+# UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT is not set
+UCLIBC_HAS_STDIO_GETC_MACRO=y
+UCLIBC_HAS_STDIO_PUTC_MACRO=y
+UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y
+UCLIBC_HAS_FOPEN_LARGEFILE_MODE=y
+UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y
+UCLIBC_HAS_FOPEN_CLOSEEXEC_MODE=y
+UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y
+UCLIBC_HAS_PRINTF_M_SPEC=y
+UCLIBC_HAS_ERRNO_MESSAGES=y
+UCLIBC_HAS_SYS_ERRLIST=y
+UCLIBC_HAS_SIGNUM_MESSAGES=y
+UCLIBC_HAS_SYS_SIGLIST=y
+UCLIBC_HAS_GNU_GETOPT=y
+UCLIBC_HAS_STDIO_FUTEXES=y
+UCLIBC_HAS_GNU_GETSUBOPT=y
+
+#
+# Big and Tall
+#
+UCLIBC_HAS_REGEX=y
+UCLIBC_HAS_REGEX_OLD=y
+UCLIBC_HAS_FNMATCH=y
+UCLIBC_HAS_FNMATCH_OLD=y
+UCLIBC_HAS_WORDEXP=y
+UCLIBC_HAS_NFTW=y
+UCLIBC_HAS_FTW=y
+UCLIBC_HAS_FTS=y
+UCLIBC_HAS_GLOB=y
+UCLIBC_HAS_GNU_GLOB=y
+UCLIBC_HAS_UTMPX=y
+
+#
+# Library Installation Options
+#
+RUNTIME_PREFIX="/"
+DEVEL_PREFIX="/usr"
+MULTILIB_DIR="lib"
+HARDWIRED_ABSPATH=y
+
+#
+# Security options
+#
+UCLIBC_BUILD_PIE=y
+UCLIBC_HAS_ARC4RANDOM=y
+UCLIBC_HAS_SSP=y
+# UCLIBC_HAS_SSP_COMPAT is not set
+# SSP_QUICK_CANARY is not set
+# PROPOLICE_BLOCK_ABRT is not set
+PROPOLICE_BLOCK_SEGV=y
+UCLIBC_BUILD_SSP=y
+UCLIBC_BUILD_RELRO=y
+UCLIBC_BUILD_NOW=y
+UCLIBC_BUILD_NOEXECSTACK=y
+
+#
+# Development/debugging options
+#
+CROSS_COMPILER_PREFIX="mips-gentoo-linux-uclibc-"
+UCLIBC_EXTRA_CFLAGS=""
+# DODEBUG is not set
+DOSTRIP=y
+# DOASSERTS is not set
+# SUPPORT_LD_DEBUG is not set
+# SUPPORT_LD_DEBUG_EARLY is not set
+# UCLIBC_MALLOC_DEBUGGING is not set
+# UCLIBC_HAS_BACKTRACE is not set
+WARNINGS="-Wall"
+# EXTRA_WARNINGS is not set
+# DOMULTI is not set
+# UCLIBC_MJN3_ONLY is not set



^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] proj/hardened-dev:uclibc commit in: sys-libs/uclibc/files/
@ 2012-04-05 13:55 Anthony G. Basile
  0 siblings, 0 replies; 14+ messages in thread
From: Anthony G. Basile @ 2012-04-05 13:55 UTC (permalink / raw
  To: gentoo-commits

commit:     b333128304c7465beb625d3675bfedadd081ab99
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  5 13:55:32 2012 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Thu Apr  5 13:55:32 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=b3331283

sys-libs/uclibc-0.9.33: remove LDSO_GNU_HASH_SUPPORT for mips

---
 sys-libs/uclibc/files/uclibc-mips.33.config |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sys-libs/uclibc/files/uclibc-mips.33.config b/sys-libs/uclibc/files/uclibc-mips.33.config
index 2b933b7..1abd063 100644
--- a/sys-libs/uclibc/files/uclibc-mips.33.config
+++ b/sys-libs/uclibc/files/uclibc-mips.33.config
@@ -83,7 +83,7 @@ LDSO_SEARCH_INTERP_PATH=y
 LDSO_LD_LIBRARY_PATH=y
 # LDSO_NO_CLEANUP is not set
 UCLIBC_CTOR_DTOR=y
-LDSO_GNU_HASH_SUPPORT=y
+# LDSO_GNU_HASH_SUPPORT is not set
 # HAS_NO_THREADS is not set
 # LINUXTHREADS_OLD is not set
 # LINUXTHREADS_NEW is not set



^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] proj/hardened-dev:uclibc commit in: sys-libs/uclibc/files/
@ 2012-04-13 19:56 Anthony G. Basile
  0 siblings, 0 replies; 14+ messages in thread
From: Anthony G. Basile @ 2012-04-13 19:56 UTC (permalink / raw
  To: gentoo-commits

commit:     6639d7c8eacdb3bc54349961b5a4d03997a9a5f5
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 13 19:56:33 2012 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Fri Apr 13 19:56:33 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=6639d7c8

sys-libs/uclibc: corrent name of 0.9.33.1 config files

---
 ...64.33.1.config => uclibc-amd64.0.9.33.1.config} |    0
 ...ips.33.1.config => uclibc-mips.0.9.33.1.config} |    0
 ...-ppc.33.1.config => uclibc-ppc.0.9.33.1.config} |    0
 ...-x86.33.1.config => uclibc-x86.0.9.33.1.config} |    0
 4 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/sys-libs/uclibc/files/uclibc-amd64.33.1.config b/sys-libs/uclibc/files/uclibc-amd64.0.9.33.1.config
similarity index 100%
rename from sys-libs/uclibc/files/uclibc-amd64.33.1.config
rename to sys-libs/uclibc/files/uclibc-amd64.0.9.33.1.config

diff --git a/sys-libs/uclibc/files/uclibc-mips.33.1.config b/sys-libs/uclibc/files/uclibc-mips.0.9.33.1.config
similarity index 100%
rename from sys-libs/uclibc/files/uclibc-mips.33.1.config
rename to sys-libs/uclibc/files/uclibc-mips.0.9.33.1.config

diff --git a/sys-libs/uclibc/files/uclibc-ppc.33.1.config b/sys-libs/uclibc/files/uclibc-ppc.0.9.33.1.config
similarity index 100%
rename from sys-libs/uclibc/files/uclibc-ppc.33.1.config
rename to sys-libs/uclibc/files/uclibc-ppc.0.9.33.1.config

diff --git a/sys-libs/uclibc/files/uclibc-x86.33.1.config b/sys-libs/uclibc/files/uclibc-x86.0.9.33.1.config
similarity index 100%
rename from sys-libs/uclibc/files/uclibc-x86.33.1.config
rename to sys-libs/uclibc/files/uclibc-x86.0.9.33.1.config



^ permalink raw reply	[flat|nested] 14+ messages in thread

* [gentoo-commits] proj/hardened-dev:uclibc commit in: sys-libs/uclibc/files/
@ 2012-06-10 11:41 Anthony G. Basile
  0 siblings, 0 replies; 14+ messages in thread
From: Anthony G. Basile @ 2012-06-10 11:41 UTC (permalink / raw
  To: gentoo-commits

commit:     a7c40ca77e3af11f4366517d1c6fddbc361b5adc
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 11:41:42 2012 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 11:41:42 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=a7c40ca7

sys-libs/uclibc: update ppc config

(Portage version: 2.1.10.49/git/Linux x86_64, signed Manifest commit with key 0xD0455535)

---
 sys-libs/uclibc/files/uclibc-ppc.0.9.33.2.config |   52 ++++++++++------------
 1 files changed, 23 insertions(+), 29 deletions(-)

diff --git a/sys-libs/uclibc/files/uclibc-ppc.0.9.33.2.config b/sys-libs/uclibc/files/uclibc-ppc.0.9.33.2.config
index 54610ae..8600d9a 100644
--- a/sys-libs/uclibc/files/uclibc-ppc.0.9.33.2.config
+++ b/sys-libs/uclibc/files/uclibc-ppc.0.9.33.2.config
@@ -1,12 +1,13 @@
 #
 # Automatically generated make config: don't edit
-# Version: 0.9.32.1
-# Mon Mar 12 16:22:23 2012
+# Version: 0.9.33.2
+# Sat Jun  9 11:17:27 2012
 #
 # 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
@@ -28,30 +29,12 @@ TARGET_powerpc=y
 # TARGET_vax is not set
 # TARGET_x86_64 is not set
 # TARGET_xtensa is not set
-# TARGET_c6x is not set
 
 #
 # Target Architecture Features and Options
 #
 TARGET_ARCH="powerpc"
 FORCE_OPTIONS_FOR_ARCH=y
-# CONFIG_GENERIC_386 is not set
-# CONFIG_386 is not set
-# CONFIG_486 is not set
-# CONFIG_586 is not set
-# CONFIG_586MMX is not set
-# CONFIG_686 is not set
-# CONFIG_PENTIUMII is not set
-# CONFIG_PENTIUMIII is not set
-# CONFIG_PENTIUM4 is not set
-# CONFIG_K6 is not set
-# CONFIG_K7 is not set
-# CONFIG_ELAN is not set
-# CONFIG_CRUSOE is not set
-# CONFIG_WINCHIPC6 is not set
-# CONFIG_WINCHIP2 is not set
-# CONFIG_CYRIXIII is not set
-# CONFIG_NEHEMIAH is not set
 CONFIG_CLASSIC=y
 # CONFIG_E500 is not set
 TARGET_SUBARCH="classic"
@@ -78,10 +61,7 @@ HAVE_DOT_CONFIG=y
 #
 # General Library Settings
 #
-# HAVE_NO_PIC is not set
 DOPIC=y
-# ARCH_HAS_NO_SHARED is not set
-# ARCH_HAS_NO_LDSO is not set
 HAVE_SHARED=y
 FORCE_SHAREABLE_TEXT_SEGMENTS=y
 LDSO_LDD_SUPPORT=y
@@ -89,11 +69,15 @@ LDSO_CACHE_SUPPORT=y
 LDSO_PRELOAD_ENV_SUPPORT=y
 LDSO_PRELOAD_FILE_SUPPORT=y
 LDSO_BASE_FILENAME="ld.so"
+LDSO_STANDALONE_SUPPORT=y
+# LDSO_PRELINK_SUPPORT is not set
 UCLIBC_STATIC_LDCONFIG=y
 LDSO_RUNPATH=y
 LDSO_SEARCH_INTERP_PATH=y
+LDSO_LD_LIBRARY_PATH=y
+# LDSO_NO_CLEANUP is not set
 UCLIBC_CTOR_DTOR=y
-LDSO_GNU_HASH_SUPPORT=y
+# LDSO_GNU_HASH_SUPPORT is not set
 # HAS_NO_THREADS is not set
 # LINUXTHREADS_OLD is not set
 # LINUXTHREADS_NEW is not set
@@ -138,7 +122,8 @@ UCLIBC_GRP_BUFFER_SIZE=256
 #
 # Support various families of functions
 #
-UCLIBC_LINUX_MODULE_24=y
+UCLIBC_LINUX_MODULE_26=y
+# UCLIBC_LINUX_MODULE_24 is not set
 UCLIBC_LINUX_SPECIFIC=y
 UCLIBC_HAS_GNU_ERROR=y
 UCLIBC_BSD_SPECIFIC=y
@@ -153,6 +138,8 @@ UCLIBC_HAS_EPOLL=y
 UCLIBC_HAS_XATTR=y
 # UCLIBC_HAS_PROFILING is not set
 UCLIBC_HAS_CRYPT_IMPL=y
+UCLIBC_HAS_SHA256_CRYPT_IMPL=y
+UCLIBC_HAS_SHA512_CRYPT_IMPL=y
 UCLIBC_HAS_CRYPT=y
 UCLIBC_HAS_NETWORK_SUPPORT=y
 UCLIBC_HAS_SOCKET=y
@@ -166,6 +153,7 @@ UCLIBC_SUPPORT_AI_ADDRCONFIG=y
 UCLIBC_HAS_BSD_RES_CLOSE=y
 UCLIBC_HAS_COMPAT_RES_STATE=y
 UCLIBC_HAS_EXTRA_COMPAT_RES_STATE=y
+UCLIBC_HAS_RESOLVER_SUPPORT=y
 UCLIBC_HAS_LIBRESOLV_STUB=y
 UCLIBC_HAS_LIBNSL_STUB=y
 
@@ -180,8 +168,14 @@ UCLIBC_HAS_CTYPE_SIGNED=y
 UCLIBC_HAS_CTYPE_CHECKED=y
 # UCLIBC_HAS_CTYPE_ENFORCED is not set
 UCLIBC_HAS_WCHAR=y
-# UCLIBC_HAS_LOCALE is not set
+UCLIBC_HAS_LOCALE=y
+UCLIBC_BUILD_ALL_LOCALE=y
+# UCLIBC_BUILD_MINIMAL_LOCALE is not set
+# UCLIBC_PREGENERATED_LOCALE_DATA is not set
+UCLIBC_HAS_XLOCALE=y
 UCLIBC_HAS_HEXADECIMAL_FLOATS=y
+UCLIBC_HAS_GLIBC_DIGIT_GROUPING=y
+UCLIBC_HAS_SCANF_LENIENT_DIGIT_GROUPING=y
 UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
 UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
 UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y
@@ -201,6 +195,7 @@ UCLIBC_HAS_STDIO_PUTC_MACRO=y
 UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y
 UCLIBC_HAS_FOPEN_LARGEFILE_MODE=y
 UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y
+UCLIBC_HAS_FOPEN_CLOSEEXEC_MODE=y
 UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y
 UCLIBC_HAS_PRINTF_M_SPEC=y
 UCLIBC_HAS_ERRNO_MESSAGES=y
@@ -239,7 +234,6 @@ HARDWIRED_ABSPATH=y
 #
 UCLIBC_BUILD_PIE=y
 UCLIBC_HAS_ARC4RANDOM=y
-# HAVE_NO_SSP is not set
 UCLIBC_HAS_SSP=y
 # UCLIBC_HAS_SSP_COMPAT is not set
 # SSP_QUICK_CANARY is not set
@@ -251,7 +245,7 @@ UCLIBC_BUILD_NOW=y
 UCLIBC_BUILD_NOEXECSTACK=y
 
 #
-# uClibc development/debugging options
+# Development/debugging options
 #
 CROSS_COMPILER_PREFIX="powerpc-gentoo-linux-uclibc-"
 UCLIBC_EXTRA_CFLAGS=""
@@ -263,6 +257,6 @@ DOSTRIP=y
 # UCLIBC_MALLOC_DEBUGGING is not set
 # UCLIBC_HAS_BACKTRACE is not set
 WARNINGS="-Wall"
-EXTRA_WARNINGS=y
+# EXTRA_WARNINGS is not set
 # DOMULTI is not set
 # UCLIBC_MJN3_ONLY is not set



^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] proj/hardened-dev:uclibc commit in: sys-libs/uclibc/files/
@ 2012-06-10 11:48 Anthony G. Basile
  0 siblings, 0 replies; 14+ messages in thread
From: Anthony G. Basile @ 2012-06-10 11:48 UTC (permalink / raw
  To: gentoo-commits

commit:     6b44546264ed25dfe6d008f2526763c97d73f0ac
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 11:41:42 2012 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 11:47:36 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=6b445462

sys-libs/uclibc: update ppc config

Add locales and extra locales support
Add prelink support

(Portage version: 2.1.10.49/git/Linux x86_64, signed Manifest commit with key 0xD0455535)

---
 sys-libs/uclibc/files/uclibc-ppc.0.9.33.2.config |   52 ++++++++++------------
 1 files changed, 23 insertions(+), 29 deletions(-)

diff --git a/sys-libs/uclibc/files/uclibc-ppc.0.9.33.2.config b/sys-libs/uclibc/files/uclibc-ppc.0.9.33.2.config
index 54610ae..77cb033 100644
--- a/sys-libs/uclibc/files/uclibc-ppc.0.9.33.2.config
+++ b/sys-libs/uclibc/files/uclibc-ppc.0.9.33.2.config
@@ -1,12 +1,13 @@
 #
 # Automatically generated make config: don't edit
-# Version: 0.9.32.1
-# Mon Mar 12 16:22:23 2012
+# Version: 0.9.33.2
+# Sat Jun  9 11:17:27 2012
 #
 # 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
@@ -28,30 +29,12 @@ TARGET_powerpc=y
 # TARGET_vax is not set
 # TARGET_x86_64 is not set
 # TARGET_xtensa is not set
-# TARGET_c6x is not set
 
 #
 # Target Architecture Features and Options
 #
 TARGET_ARCH="powerpc"
 FORCE_OPTIONS_FOR_ARCH=y
-# CONFIG_GENERIC_386 is not set
-# CONFIG_386 is not set
-# CONFIG_486 is not set
-# CONFIG_586 is not set
-# CONFIG_586MMX is not set
-# CONFIG_686 is not set
-# CONFIG_PENTIUMII is not set
-# CONFIG_PENTIUMIII is not set
-# CONFIG_PENTIUM4 is not set
-# CONFIG_K6 is not set
-# CONFIG_K7 is not set
-# CONFIG_ELAN is not set
-# CONFIG_CRUSOE is not set
-# CONFIG_WINCHIPC6 is not set
-# CONFIG_WINCHIP2 is not set
-# CONFIG_CYRIXIII is not set
-# CONFIG_NEHEMIAH is not set
 CONFIG_CLASSIC=y
 # CONFIG_E500 is not set
 TARGET_SUBARCH="classic"
@@ -78,10 +61,7 @@ HAVE_DOT_CONFIG=y
 #
 # General Library Settings
 #
-# HAVE_NO_PIC is not set
 DOPIC=y
-# ARCH_HAS_NO_SHARED is not set
-# ARCH_HAS_NO_LDSO is not set
 HAVE_SHARED=y
 FORCE_SHAREABLE_TEXT_SEGMENTS=y
 LDSO_LDD_SUPPORT=y
@@ -89,11 +69,15 @@ LDSO_CACHE_SUPPORT=y
 LDSO_PRELOAD_ENV_SUPPORT=y
 LDSO_PRELOAD_FILE_SUPPORT=y
 LDSO_BASE_FILENAME="ld.so"
+LDSO_STANDALONE_SUPPORT=y
+LDSO_PRELINK_SUPPORT=y
 UCLIBC_STATIC_LDCONFIG=y
 LDSO_RUNPATH=y
 LDSO_SEARCH_INTERP_PATH=y
+LDSO_LD_LIBRARY_PATH=y
+# LDSO_NO_CLEANUP is not set
 UCLIBC_CTOR_DTOR=y
-LDSO_GNU_HASH_SUPPORT=y
+# LDSO_GNU_HASH_SUPPORT is not set
 # HAS_NO_THREADS is not set
 # LINUXTHREADS_OLD is not set
 # LINUXTHREADS_NEW is not set
@@ -138,7 +122,8 @@ UCLIBC_GRP_BUFFER_SIZE=256
 #
 # Support various families of functions
 #
-UCLIBC_LINUX_MODULE_24=y
+UCLIBC_LINUX_MODULE_26=y
+# UCLIBC_LINUX_MODULE_24 is not set
 UCLIBC_LINUX_SPECIFIC=y
 UCLIBC_HAS_GNU_ERROR=y
 UCLIBC_BSD_SPECIFIC=y
@@ -153,6 +138,8 @@ UCLIBC_HAS_EPOLL=y
 UCLIBC_HAS_XATTR=y
 # UCLIBC_HAS_PROFILING is not set
 UCLIBC_HAS_CRYPT_IMPL=y
+UCLIBC_HAS_SHA256_CRYPT_IMPL=y
+UCLIBC_HAS_SHA512_CRYPT_IMPL=y
 UCLIBC_HAS_CRYPT=y
 UCLIBC_HAS_NETWORK_SUPPORT=y
 UCLIBC_HAS_SOCKET=y
@@ -166,6 +153,7 @@ UCLIBC_SUPPORT_AI_ADDRCONFIG=y
 UCLIBC_HAS_BSD_RES_CLOSE=y
 UCLIBC_HAS_COMPAT_RES_STATE=y
 UCLIBC_HAS_EXTRA_COMPAT_RES_STATE=y
+UCLIBC_HAS_RESOLVER_SUPPORT=y
 UCLIBC_HAS_LIBRESOLV_STUB=y
 UCLIBC_HAS_LIBNSL_STUB=y
 
@@ -180,8 +168,14 @@ UCLIBC_HAS_CTYPE_SIGNED=y
 UCLIBC_HAS_CTYPE_CHECKED=y
 # UCLIBC_HAS_CTYPE_ENFORCED is not set
 UCLIBC_HAS_WCHAR=y
-# UCLIBC_HAS_LOCALE is not set
+UCLIBC_HAS_LOCALE=y
+UCLIBC_BUILD_ALL_LOCALE=y
+# UCLIBC_BUILD_MINIMAL_LOCALE is not set
+# UCLIBC_PREGENERATED_LOCALE_DATA is not set
+UCLIBC_HAS_XLOCALE=y
 UCLIBC_HAS_HEXADECIMAL_FLOATS=y
+UCLIBC_HAS_GLIBC_DIGIT_GROUPING=y
+UCLIBC_HAS_SCANF_LENIENT_DIGIT_GROUPING=y
 UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
 UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
 UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y
@@ -201,6 +195,7 @@ UCLIBC_HAS_STDIO_PUTC_MACRO=y
 UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y
 UCLIBC_HAS_FOPEN_LARGEFILE_MODE=y
 UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y
+UCLIBC_HAS_FOPEN_CLOSEEXEC_MODE=y
 UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y
 UCLIBC_HAS_PRINTF_M_SPEC=y
 UCLIBC_HAS_ERRNO_MESSAGES=y
@@ -239,7 +234,6 @@ HARDWIRED_ABSPATH=y
 #
 UCLIBC_BUILD_PIE=y
 UCLIBC_HAS_ARC4RANDOM=y
-# HAVE_NO_SSP is not set
 UCLIBC_HAS_SSP=y
 # UCLIBC_HAS_SSP_COMPAT is not set
 # SSP_QUICK_CANARY is not set
@@ -251,7 +245,7 @@ UCLIBC_BUILD_NOW=y
 UCLIBC_BUILD_NOEXECSTACK=y
 
 #
-# uClibc development/debugging options
+# Development/debugging options
 #
 CROSS_COMPILER_PREFIX="powerpc-gentoo-linux-uclibc-"
 UCLIBC_EXTRA_CFLAGS=""
@@ -263,6 +257,6 @@ DOSTRIP=y
 # UCLIBC_MALLOC_DEBUGGING is not set
 # UCLIBC_HAS_BACKTRACE is not set
 WARNINGS="-Wall"
-EXTRA_WARNINGS=y
+# EXTRA_WARNINGS is not set
 # DOMULTI is not set
 # UCLIBC_MJN3_ONLY is not set



^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] proj/hardened-dev:uclibc commit in: sys-libs/uclibc/files/
@ 2012-06-10 12:59 Anthony G. Basile
  0 siblings, 0 replies; 14+ messages in thread
From: Anthony G. Basile @ 2012-06-10 12:59 UTC (permalink / raw
  To: gentoo-commits

commit:     70cee70f85288ea331daa9169b972209664c416c
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 12:58:50 2012 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 12:58:50 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=70cee70f

sys-libs/uclibc: update amd64 config

Add locales and extra locales support

---
 sys-libs/uclibc/files/uclibc-amd64.0.9.33.2.config |   16 +++++++++++-----
 1 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/sys-libs/uclibc/files/uclibc-amd64.0.9.33.2.config b/sys-libs/uclibc/files/uclibc-amd64.0.9.33.2.config
index fcba128..6b48df9 100644
--- a/sys-libs/uclibc/files/uclibc-amd64.0.9.33.2.config
+++ b/sys-libs/uclibc/files/uclibc-amd64.0.9.33.2.config
@@ -1,12 +1,13 @@
 #
 # Automatically generated make config: don't edit
-# Version: 0.9.33
-# Sun Apr  1 21:44:49 2012
+# Version: 0.9.33.2
+# Sun Jun 10 08:56:18 2012
 #
 # 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
@@ -28,7 +29,6 @@
 # TARGET_vax is not set
 TARGET_x86_64=y
 # TARGET_xtensa is not set
-# TARGET_c6x is not set
 
 #
 # Target Architecture Features and Options
@@ -121,7 +121,7 @@ UCLIBC_GRP_BUFFER_SIZE=256
 # Support various families of functions
 #
 UCLIBC_LINUX_MODULE_26=y
-UCLIBC_LINUX_MODULE_24=y
+# UCLIBC_LINUX_MODULE_24 is not set
 UCLIBC_LINUX_SPECIFIC=y
 UCLIBC_HAS_GNU_ERROR=y
 UCLIBC_BSD_SPECIFIC=y
@@ -166,8 +166,14 @@ UCLIBC_HAS_CTYPE_SIGNED=y
 UCLIBC_HAS_CTYPE_CHECKED=y
 # UCLIBC_HAS_CTYPE_ENFORCED is not set
 UCLIBC_HAS_WCHAR=y
-# UCLIBC_HAS_LOCALE is not set
+UCLIBC_HAS_LOCALE=y
+UCLIBC_BUILD_ALL_LOCALE=y
+# UCLIBC_BUILD_MINIMAL_LOCALE is not set
+# UCLIBC_PREGENERATED_LOCALE_DATA is not set
+UCLIBC_HAS_XLOCALE=y
 UCLIBC_HAS_HEXADECIMAL_FLOATS=y
+UCLIBC_HAS_GLIBC_DIGIT_GROUPING=y
+UCLIBC_HAS_SCANF_LENIENT_DIGIT_GROUPING=y
 UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
 UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
 UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y



^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] proj/hardened-dev:uclibc commit in: sys-libs/uclibc/files/
@ 2012-06-10 13:10 Anthony G. Basile
  0 siblings, 0 replies; 14+ messages in thread
From: Anthony G. Basile @ 2012-06-10 13:10 UTC (permalink / raw
  To: gentoo-commits

commit:     bd7aa59179fea88dae85cec81a799000e0a1f471
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 13:09:11 2012 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 13:09:40 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=bd7aa591

sys-libs/uclibc: update x86 config

Add locales and extra locales support

---
 sys-libs/uclibc/files/uclibc-x86.0.9.33.2.config |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/sys-libs/uclibc/files/uclibc-x86.0.9.33.2.config b/sys-libs/uclibc/files/uclibc-x86.0.9.33.2.config
index 58d8af6..643d86a 100644
--- a/sys-libs/uclibc/files/uclibc-x86.0.9.33.2.config
+++ b/sys-libs/uclibc/files/uclibc-x86.0.9.33.2.config
@@ -1,12 +1,13 @@
 #
 # Automatically generated make config: don't edit
 # Version: 0.9.33
-# Sun Apr  1 13:30:30 2012
+# Sun Jun 10 08:56:18 2012
 #
 # 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
@@ -28,7 +29,6 @@ TARGET_i386=y
 # TARGET_vax is not set
 # TARGET_x86_64 is not set
 # TARGET_xtensa is not set
-# TARGET_c6x is not set
 
 #
 # Target Architecture Features and Options
@@ -138,7 +138,7 @@ UCLIBC_GRP_BUFFER_SIZE=256
 # Support various families of functions
 #
 UCLIBC_LINUX_MODULE_26=y
-UCLIBC_LINUX_MODULE_24=y
+# UCLIBC_LINUX_MODULE_24 is not set
 UCLIBC_LINUX_SPECIFIC=y
 UCLIBC_HAS_GNU_ERROR=y
 UCLIBC_BSD_SPECIFIC=y
@@ -183,8 +183,14 @@ UCLIBC_HAS_CTYPE_SIGNED=y
 UCLIBC_HAS_CTYPE_CHECKED=y
 # UCLIBC_HAS_CTYPE_ENFORCED is not set
 UCLIBC_HAS_WCHAR=y
-# UCLIBC_HAS_LOCALE is not set
+UCLIBC_HAS_LOCALE=y
+UCLIBC_BUILD_ALL_LOCALE=y
+# UCLIBC_BUILD_MINIMAL_LOCALE is not set
+# UCLIBC_PREGENERATED_LOCALE_DATA is not set
+UCLIBC_HAS_XLOCALE=y
 UCLIBC_HAS_HEXADECIMAL_FLOATS=y
+UCLIBC_HAS_GLIBC_DIGIT_GROUPING=y
+UCLIBC_HAS_SCANF_LENIENT_DIGIT_GROUPING=y
 UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
 UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
 UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y



^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] proj/hardened-dev:uclibc commit in: sys-libs/uclibc/files/
@ 2012-06-10 16:49 Anthony G. Basile
  0 siblings, 0 replies; 14+ messages in thread
From: Anthony G. Basile @ 2012-06-10 16:49 UTC (permalink / raw
  To: gentoo-commits

commit:     a9bdf75a8a0f8a337610170e8af942abbe0c87a7
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 16:49:02 2012 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 16:49:02 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=a9bdf75a

sys-libc/uclibc: revert all locale support

Unfortunately you need locale support to build locale support
leading to a catch 22 on your systems.

---
 sys-libs/uclibc/files/uclibc-amd64.0.9.33.2.config |    8 +-------
 sys-libs/uclibc/files/uclibc-mips.0.9.33.2.config  |    4 ++--
 sys-libs/uclibc/files/uclibc-ppc.0.9.33.2.config   |    8 +-------
 sys-libs/uclibc/files/uclibc-x86.0.9.33.2.config   |    8 +-------
 4 files changed, 5 insertions(+), 23 deletions(-)

diff --git a/sys-libs/uclibc/files/uclibc-amd64.0.9.33.2.config b/sys-libs/uclibc/files/uclibc-amd64.0.9.33.2.config
index 6b48df9..7459b8e 100644
--- a/sys-libs/uclibc/files/uclibc-amd64.0.9.33.2.config
+++ b/sys-libs/uclibc/files/uclibc-amd64.0.9.33.2.config
@@ -166,14 +166,8 @@ UCLIBC_HAS_CTYPE_SIGNED=y
 UCLIBC_HAS_CTYPE_CHECKED=y
 # UCLIBC_HAS_CTYPE_ENFORCED is not set
 UCLIBC_HAS_WCHAR=y
-UCLIBC_HAS_LOCALE=y
-UCLIBC_BUILD_ALL_LOCALE=y
-# UCLIBC_BUILD_MINIMAL_LOCALE is not set
-# UCLIBC_PREGENERATED_LOCALE_DATA is not set
-UCLIBC_HAS_XLOCALE=y
+# UCLIBC_HAS_LOCALE is not set
 UCLIBC_HAS_HEXADECIMAL_FLOATS=y
-UCLIBC_HAS_GLIBC_DIGIT_GROUPING=y
-UCLIBC_HAS_SCANF_LENIENT_DIGIT_GROUPING=y
 UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
 UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
 UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y

diff --git a/sys-libs/uclibc/files/uclibc-mips.0.9.33.2.config b/sys-libs/uclibc/files/uclibc-mips.0.9.33.2.config
index 1abd063..4833c65 100644
--- a/sys-libs/uclibc/files/uclibc-mips.0.9.33.2.config
+++ b/sys-libs/uclibc/files/uclibc-mips.0.9.33.2.config
@@ -7,6 +7,7 @@
 # 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
@@ -28,7 +29,6 @@ TARGET_mips=y
 # TARGET_vax is not set
 # TARGET_x86_64 is not set
 # TARGET_xtensa is not set
-# TARGET_c6x is not set
 
 #
 # Target Architecture Features and Options
@@ -129,7 +129,7 @@ UCLIBC_GRP_BUFFER_SIZE=256
 # Support various families of functions
 #
 UCLIBC_LINUX_MODULE_26=y
-UCLIBC_LINUX_MODULE_24=y
+# UCLIBC_LINUX_MODULE_24 is not set
 UCLIBC_LINUX_SPECIFIC=y
 UCLIBC_HAS_GNU_ERROR=y
 UCLIBC_BSD_SPECIFIC=y

diff --git a/sys-libs/uclibc/files/uclibc-ppc.0.9.33.2.config b/sys-libs/uclibc/files/uclibc-ppc.0.9.33.2.config
index 77cb033..8cc2e19 100644
--- a/sys-libs/uclibc/files/uclibc-ppc.0.9.33.2.config
+++ b/sys-libs/uclibc/files/uclibc-ppc.0.9.33.2.config
@@ -168,14 +168,8 @@ UCLIBC_HAS_CTYPE_SIGNED=y
 UCLIBC_HAS_CTYPE_CHECKED=y
 # UCLIBC_HAS_CTYPE_ENFORCED is not set
 UCLIBC_HAS_WCHAR=y
-UCLIBC_HAS_LOCALE=y
-UCLIBC_BUILD_ALL_LOCALE=y
-# UCLIBC_BUILD_MINIMAL_LOCALE is not set
-# UCLIBC_PREGENERATED_LOCALE_DATA is not set
-UCLIBC_HAS_XLOCALE=y
+# UCLIBC_HAS_LOCALE is not set
 UCLIBC_HAS_HEXADECIMAL_FLOATS=y
-UCLIBC_HAS_GLIBC_DIGIT_GROUPING=y
-UCLIBC_HAS_SCANF_LENIENT_DIGIT_GROUPING=y
 UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
 UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
 UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y

diff --git a/sys-libs/uclibc/files/uclibc-x86.0.9.33.2.config b/sys-libs/uclibc/files/uclibc-x86.0.9.33.2.config
index 643d86a..f65ba48 100644
--- a/sys-libs/uclibc/files/uclibc-x86.0.9.33.2.config
+++ b/sys-libs/uclibc/files/uclibc-x86.0.9.33.2.config
@@ -183,14 +183,8 @@ UCLIBC_HAS_CTYPE_SIGNED=y
 UCLIBC_HAS_CTYPE_CHECKED=y
 # UCLIBC_HAS_CTYPE_ENFORCED is not set
 UCLIBC_HAS_WCHAR=y
-UCLIBC_HAS_LOCALE=y
-UCLIBC_BUILD_ALL_LOCALE=y
-# UCLIBC_BUILD_MINIMAL_LOCALE is not set
-# UCLIBC_PREGENERATED_LOCALE_DATA is not set
-UCLIBC_HAS_XLOCALE=y
+# UCLIBC_HAS_LOCALE is not set
 UCLIBC_HAS_HEXADECIMAL_FLOATS=y
-UCLIBC_HAS_GLIBC_DIGIT_GROUPING=y
-UCLIBC_HAS_SCANF_LENIENT_DIGIT_GROUPING=y
 UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
 UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
 UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y



^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] proj/hardened-dev:uclibc commit in: sys-libs/uclibc/files/
@ 2012-06-17 16:04 Anthony G. Basile
  0 siblings, 0 replies; 14+ messages in thread
From: Anthony G. Basile @ 2012-06-17 16:04 UTC (permalink / raw
  To: gentoo-commits

commit:     f87766bdf3fb4b49d219e2899e4ba4d80d77d1b0
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 17 16:04:24 2012 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Jun 17 16:04:24 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=f87766bd

sys-libs/uclibc: add locale and xlocale for ppc

---
 sys-libs/uclibc/files/uclibc-ppc.0.9.33.2.config |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/sys-libs/uclibc/files/uclibc-ppc.0.9.33.2.config b/sys-libs/uclibc/files/uclibc-ppc.0.9.33.2.config
index 8cc2e19..ba5be2b 100644
--- a/sys-libs/uclibc/files/uclibc-ppc.0.9.33.2.config
+++ b/sys-libs/uclibc/files/uclibc-ppc.0.9.33.2.config
@@ -1,7 +1,7 @@
 #
 # Automatically generated make config: don't edit
 # Version: 0.9.33.2
-# Sat Jun  9 11:17:27 2012
+# Sun Jun 17 15:03:49 2012
 #
 # TARGET_alpha is not set
 # TARGET_arm is not set
@@ -168,8 +168,14 @@ UCLIBC_HAS_CTYPE_SIGNED=y
 UCLIBC_HAS_CTYPE_CHECKED=y
 # UCLIBC_HAS_CTYPE_ENFORCED is not set
 UCLIBC_HAS_WCHAR=y
-# UCLIBC_HAS_LOCALE is not set
+UCLIBC_HAS_LOCALE=y
+UCLIBC_BUILD_ALL_LOCALE=y
+# UCLIBC_BUILD_MINIMAL_LOCALE is not set
+# UCLIBC_PREGENERATED_LOCALE_DATA is not set
+UCLIBC_HAS_XLOCALE=y
 UCLIBC_HAS_HEXADECIMAL_FLOATS=y
+UCLIBC_HAS_GLIBC_DIGIT_GROUPING=y
+UCLIBC_HAS_SCANF_LENIENT_DIGIT_GROUPING=y
 UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
 UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
 UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y



^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2012-06-17 16:04 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-02 14:35 [gentoo-commits] proj/hardened-dev:uclibc commit in: sys-libs/uclibc/files/ Anthony G. Basile
  -- strict thread matches above, loose matches on Subject: below --
2012-01-05 19:51 Anthony G. Basile
2012-01-06 14:45 Anthony G. Basile
2012-01-06 21:08 Anthony G. Basile
2012-04-01 21:53 Anthony G. Basile
2012-04-05 10:49 Anthony G. Basile
2012-04-05 13:55 Anthony G. Basile
2012-04-13 19:56 Anthony G. Basile
2012-06-10 11:41 Anthony G. Basile
2012-06-10 11:48 Anthony G. Basile
2012-06-10 12:59 Anthony G. Basile
2012-06-10 13:10 Anthony G. Basile
2012-06-10 16:49 Anthony G. Basile
2012-06-17 16:04 Anthony G. Basile

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox