Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-dev:uclibc commit in: sys-libs/uclibc/files/
Date: Mon, 02 Jan 2012 14:35:15
Message-Id: 96914667dfddaf25dc8e20be698a1e87994de52f.blueness@gentoo
1 commit: 96914667dfddaf25dc8e20be698a1e87994de52f
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 2 14:35:00 2012 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 2 14:35:00 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=96914667
7
8 sys-libs/uclibc: switch to nptl and i686
9
10 (Portage version: 2.1.10.41/git/Linux x86_64, signed Manifest commit with key 0xD0455535)
11
12 ---
13 sys-libs/uclibc/files/uclibc.config | 19 ++++++++++---------
14 1 files changed, 10 insertions(+), 9 deletions(-)
15
16 diff --git a/sys-libs/uclibc/files/uclibc.config b/sys-libs/uclibc/files/uclibc.config
17 index f575ca2..421c8ed 100644
18 --- a/sys-libs/uclibc/files/uclibc.config
19 +++ b/sys-libs/uclibc/files/uclibc.config
20 @@ -1,7 +1,7 @@
21 #
22 # Automatically generated make config: don't edit
23 -# Version: 0.9.32
24 -# Sat Dec 31 16:47:23 2011
25 +# Version: 0.9.32.1
26 +# Mon Jan 2 09:33:28 2012
27 #
28 # TARGET_alpha is not set
29 # TARGET_arm is not set
30 @@ -38,9 +38,9 @@ FORCE_OPTIONS_FOR_ARCH=y
31 # CONFIG_GENERIC_386 is not set
32 # CONFIG_386 is not set
33 # CONFIG_486 is not set
34 -CONFIG_586=y
35 +# CONFIG_586 is not set
36 # CONFIG_586MMX is not set
37 -# CONFIG_686 is not set
38 +CONFIG_686=y
39 # CONFIG_PENTIUMII is not set
40 # CONFIG_PENTIUMIII is not set
41 # CONFIG_PENTIUM4 is not set
42 @@ -52,7 +52,7 @@ CONFIG_586=y
43 # CONFIG_WINCHIP2 is not set
44 # CONFIG_CYRIXIII is not set
45 # CONFIG_NEHEMIAH is not set
46 -TARGET_SUBARCH="i586"
47 +TARGET_SUBARCH="i686"
48
49 #
50 # Using ELF file format
51 @@ -93,10 +93,11 @@ LDSO_SEARCH_INTERP_PATH=y
52 UCLIBC_CTOR_DTOR=y
53 LDSO_GNU_HASH_SUPPORT=y
54 # HAS_NO_THREADS is not set
55 -LINUXTHREADS_OLD=y
56 +# LINUXTHREADS_OLD is not set
57 # LINUXTHREADS_NEW is not set
58 -# UCLIBC_HAS_THREADS_NATIVE is not set
59 +UCLIBC_HAS_THREADS_NATIVE=y
60 UCLIBC_HAS_THREADS=y
61 +UCLIBC_HAS_TLS=y
62 PTHREADS_DEBUG_SUPPORT=y
63 UCLIBC_HAS_SYSLOG=y
64 UCLIBC_HAS_LFS=y
65 @@ -205,6 +206,7 @@ UCLIBC_HAS_SYS_ERRLIST=y
66 UCLIBC_HAS_SIGNUM_MESSAGES=y
67 UCLIBC_HAS_SYS_SIGLIST=y
68 UCLIBC_HAS_GNU_GETOPT=y
69 +UCLIBC_HAS_STDIO_FUTEXES=y
70 UCLIBC_HAS_GNU_GETSUBOPT=y
71
72 #
73 @@ -252,7 +254,6 @@ UCLIBC_BUILD_NOEXECSTACK=y
74 CROSS_COMPILER_PREFIX="i386-gentoo-linux-uclibc-"
75 UCLIBC_EXTRA_CFLAGS=""
76 # DODEBUG is not set
77 -# DODEBUG_PT is not set
78 DOSTRIP=y
79 # DOASSERTS is not set
80 # SUPPORT_LD_DEBUG is not set
81 @@ -260,6 +261,6 @@ DOSTRIP=y
82 # UCLIBC_MALLOC_DEBUGGING is not set
83 # UCLIBC_HAS_BACKTRACE is not set
84 WARNINGS="-Wall"
85 -# EXTRA_WARNINGS is not set
86 +EXTRA_WARNINGS=y
87 # DOMULTI is not set
88 # UCLIBC_MJN3_ONLY is not set