Gentoo Archives: gentoo-commits

From: "Christian Heim (phreak)" <phreak@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] releng r502 - in trunk/releases/2008.0: . specs/x86/uclibc specs/x86/uclibc/hardened
Date: Thu, 27 Mar 2008 14:45:04
Message-Id: E1JetLh-0000W4-A1@stork.gentoo.org
1 Author: phreak
2 Date: 2008-03-27 14:45:00 +0000 (Thu, 27 Mar 2008)
3 New Revision: 502
4
5 Added:
6 trunk/releases/2008.0/specs/x86/uclibc/hardened/
7 trunk/releases/2008.0/specs/x86/uclibc/hardened/stage1.spec
8 trunk/releases/2008.0/specs/x86/uclibc/hardened/stage2.spec
9 trunk/releases/2008.0/specs/x86/uclibc/hardened/stage3.spec
10 Modified:
11 trunk/releases/2008.0/ChangeLog
12 Log:
13 Add uClibc/hardened specs for x86.
14
15 Modified: trunk/releases/2008.0/ChangeLog
16 ===================================================================
17 --- trunk/releases/2008.0/ChangeLog 2008-03-27 14:41:54 UTC (rev 501)
18 +++ trunk/releases/2008.0/ChangeLog 2008-03-27 14:45:00 UTC (rev 502)
19 @@ -3,6 +3,11 @@
20 # $Header: $
21
22 27 Mar 2008; Christian Heim <phreak@g.o>
23 + specs/x86/uclibc/hardened/stage1.spec, specs/x86/uclibc/hardened/stage2.spec
24 + specs/x86/uclibc/hardened/stage3.spec:
25 + Add uClibc/hardened specs for x86.
26 +
27 + 27 Mar 2008; Christian Heim <phreak@g.o>
28 specs/ppc/ppc32/uclibc/hardened/stage1.spec,
29 specs/ppc/ppc32/uclibc/hardened/stage2.spec,
30 specs/ppc/ppc32/uclibc/hardened/stage3.spec,
31
32 Added: trunk/releases/2008.0/specs/x86/uclibc/hardened/stage1.spec
33 ===================================================================
34 --- trunk/releases/2008.0/specs/x86/uclibc/hardened/stage1.spec (rev 0)
35 +++ trunk/releases/2008.0/specs/x86/uclibc/hardened/stage1.spec 2008-03-27 14:45:00 UTC (rev 502)
36 @@ -0,0 +1,10 @@
37 +subarch: x86
38 +target: stage1
39 +version_stamp: uclibc-hardened-2008.0
40 +rel_type: embedded
41 +profile: uclibc/x86/hardened
42 +snapshot: 2008.0
43 +source_subpath: embedded/stage3-x86-uclibc-hardened-2007.0
44 +cflags: -Os -mtune=i386 -pipe -fforce-addr
45 +ldflags: -Wl,-O1
46 +chost: i386-gentoo-linux-uclibc
47
48 Added: trunk/releases/2008.0/specs/x86/uclibc/hardened/stage2.spec
49 ===================================================================
50 --- trunk/releases/2008.0/specs/x86/uclibc/hardened/stage2.spec (rev 0)
51 +++ trunk/releases/2008.0/specs/x86/uclibc/hardened/stage2.spec 2008-03-27 14:45:00 UTC (rev 502)
52 @@ -0,0 +1,10 @@
53 +subarch: x86
54 +target: stage2
55 +version_stamp: uclibc-hardened-2008.0
56 +rel_type: embedded
57 +profile: uclibc/x86/hardened
58 +snapshot: 2008.0
59 +source_subpath: embedded/stage1-x86-uclibc-hardened-2008.0
60 +cflags: -Os -mtune=i386 -pipe -fforce-addr
61 +ldflags: -Wl,-O1
62 +chost: i386-gentoo-linux-uclibc
63
64 Added: trunk/releases/2008.0/specs/x86/uclibc/hardened/stage3.spec
65 ===================================================================
66 --- trunk/releases/2008.0/specs/x86/uclibc/hardened/stage3.spec (rev 0)
67 +++ trunk/releases/2008.0/specs/x86/uclibc/hardened/stage3.spec 2008-03-27 14:45:00 UTC (rev 502)
68 @@ -0,0 +1,7 @@
69 +subarch: x86
70 +target: stage3
71 +version_stamp: uclibc-hardened-2008.0
72 +rel_type: embedded
73 +profile: uclibc/x86/hardened
74 +snapshot: 2008.0
75 +source_subpath: embedded/stage2-x86-uclibc-hardened-2008.0
76
77 --
78 gentoo-commits@l.g.o mailing list