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/, sys-libs/uclibc/files/
Date: Sat, 28 Jan 2012 05:33:45
Message-Id: 9b190f3d8c37b7d51e1d576315b44a574d4cb988.blueness@gentoo
1 commit: 9b190f3d8c37b7d51e1d576315b44a574d4cb988
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 28 05:33:30 2012 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 28 05:33:30 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=9b190f3d
7
8 sys-libs/uclibc: fixed CROSS_COMPILER_PREFIX for mips
9
10 (Portage version: 2.1.10.44/git/Linux x86_64, signed Manifest commit with key 0xD0455535)
11
12 ---
13 sys-libs/uclibc/ChangeLog | 11 -----------
14 sys-libs/uclibc/files/uclibc-mips.config | 2 +-
15 2 files changed, 1 insertions(+), 12 deletions(-)
16
17 diff --git a/sys-libs/uclibc/ChangeLog b/sys-libs/uclibc/ChangeLog
18 deleted file mode 100644
19 index d4c9ae9..0000000
20 --- a/sys-libs/uclibc/ChangeLog
21 +++ /dev/null
22 @@ -1,11 +0,0 @@
23 -
24 -
25 - 21 Dec 2011; Anthony G. Basile <blueness@g.o> ChangeLog:
26 - Fix __libc_epoll_pwait compile failure on x86
27 -
28 - 20 Dec 2011; Anthony G. Basile <blueness@g.o> ChangeLog:
29 - Added patch from bug #308477
30 -
31 - 20 Dec 2011; Anthony G. Basile <blueness@g.o> ChangeLog:
32 - Initial commit
33 -
34
35 diff --git a/sys-libs/uclibc/files/uclibc-mips.config b/sys-libs/uclibc/files/uclibc-mips.config
36 index f508d84..0b5bdfd 100644
37 --- a/sys-libs/uclibc/files/uclibc-mips.config
38 +++ b/sys-libs/uclibc/files/uclibc-mips.config
39 @@ -259,7 +259,7 @@ UCLIBC_BUILD_NOEXECSTACK=y
40 #
41 # uClibc development/debugging options
42 #
43 -CROSS_COMPILER_PREFIX="i386-gentoo-linux-uclibc-"
44 +CROSS_COMPILER_PREFIX="mips-gentoo-linux-uclibc-"
45 UCLIBC_EXTRA_CFLAGS=""
46 # DODEBUG is not set
47 DOSTRIP=y