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: uclibc-configs/
Date: Sun, 01 Jul 2012 00:58:37
Message-Id: 1341104297.0020bd0e6f000f17d941387ffe82621420fd2d5e.blueness@gentoo
1 commit: 0020bd0e6f000f17d941387ffe82621420fd2d5e
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 1 00:58:17 2012 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 1 00:58:17 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=0020bd0e
7
8 uclibc-configs: remove CROSS_COMPILER_PREFIX
9
10 ---
11 uclibc-configs/uclibc-amd64.0.9.33.2.config | 2 +-
12 uclibc-configs/uclibc-mips.0.9.33.2.config | 2 +-
13 uclibc-configs/uclibc-ppc.0.9.33.2.config | 2 +-
14 uclibc-configs/uclibc-x86.0.9.33.2.config | 2 +-
15 4 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/uclibc-configs/uclibc-amd64.0.9.33.2.config b/uclibc-configs/uclibc-amd64.0.9.33.2.config
18 index 7459b8e..043935a 100644
19 --- a/uclibc-configs/uclibc-amd64.0.9.33.2.config
20 +++ b/uclibc-configs/uclibc-amd64.0.9.33.2.config
21 @@ -238,7 +238,7 @@ UCLIBC_BUILD_NOEXECSTACK=y
22 #
23 # Development/debugging options
24 #
25 -CROSS_COMPILER_PREFIX="x86_64-gentoo-linux-uclibc-"
26 +CROSS_COMPILER_PREFIX=""
27 UCLIBC_EXTRA_CFLAGS=""
28 # DODEBUG is not set
29 DOSTRIP=y
30
31 diff --git a/uclibc-configs/uclibc-mips.0.9.33.2.config b/uclibc-configs/uclibc-mips.0.9.33.2.config
32 index 4833c65..cd1802e 100644
33 --- a/uclibc-configs/uclibc-mips.0.9.33.2.config
34 +++ b/uclibc-configs/uclibc-mips.0.9.33.2.config
35 @@ -247,7 +247,7 @@ UCLIBC_BUILD_NOEXECSTACK=y
36 #
37 # Development/debugging options
38 #
39 -CROSS_COMPILER_PREFIX="mips-gentoo-linux-uclibc-"
40 +CROSS_COMPILER_PREFIX=""
41 UCLIBC_EXTRA_CFLAGS=""
42 # DODEBUG is not set
43 DOSTRIP=y
44
45 diff --git a/uclibc-configs/uclibc-ppc.0.9.33.2.config b/uclibc-configs/uclibc-ppc.0.9.33.2.config
46 index ba5be2b..985494a 100644
47 --- a/uclibc-configs/uclibc-ppc.0.9.33.2.config
48 +++ b/uclibc-configs/uclibc-ppc.0.9.33.2.config
49 @@ -247,7 +247,7 @@ UCLIBC_BUILD_NOEXECSTACK=y
50 #
51 # Development/debugging options
52 #
53 -CROSS_COMPILER_PREFIX="powerpc-gentoo-linux-uclibc-"
54 +CROSS_COMPILER_PREFIX=""
55 UCLIBC_EXTRA_CFLAGS=""
56 # DODEBUG is not set
57 DOSTRIP=y
58
59 diff --git a/uclibc-configs/uclibc-x86.0.9.33.2.config b/uclibc-configs/uclibc-x86.0.9.33.2.config
60 index f65ba48..944a43e 100644
61 --- a/uclibc-configs/uclibc-x86.0.9.33.2.config
62 +++ b/uclibc-configs/uclibc-x86.0.9.33.2.config
63 @@ -256,7 +256,7 @@ UCLIBC_BUILD_NOEXECSTACK=y
64 #
65 # Development/debugging options
66 #
67 -CROSS_COMPILER_PREFIX="i686-gentoo-linux-uclibc-"
68 +CROSS_COMPILER_PREFIX=""
69 UCLIBC_EXTRA_CFLAGS=""
70 # DODEBUG is not set
71 DOSTRIP=y