Gentoo Archives: gentoo-hardened

From: Rumen Yotov <gentoo@×××××××××××.org>
To: gentoo-hardened@l.g.o
Subject: Re: [gentoo-hardened] multilib profile on amd64 ?
Date: Sun, 11 Dec 2005 07:10:25
Message-Id: 20051211090804.GA31082@mach.qrypto.org
In Reply to: Re: [gentoo-hardened] multilib profile on amd64 ? by Clemente Aguiar
1 On 21:21 Sat 10 Dec , Clemente Aguiar wrote:
2 >
3 > On Sunday 27 November 2005 18:55, Ned Ludd wrote:
4 > > For now use the amd64 multilib profile thats not located under the
5 > > hardened subtree. sync up USE flags with the hardened profile. emerge
6 > > gcc ; emerge -e world.
7 > > Start from an amd64 multilib stage[1-3] also.
8 > > use >=hardened-sources-2.6.13
9 > >
10 >
11 > Ned,
12 >
13 > What do you mean by "sync up USE flags with the hardened profile"?
14 > How do I do that?
15 >
16 > I am a bit of a newbie in pastures ...
17 >
18 > Clemente
19 >
20 > --
21 > gentoo-hardened@g.o mailing list
22 >
23 Hi,
24 First step, setup your system profile to AMD64-multilib:
25 #ln -fs /usr/portage/profiles/default-linux/amd64/2005.1 /etc/make.profile
26 check again for -f option-it must remove the old symlink (/etc/make.profile).
27 Second thing (about 'syncing' USE-flags):
28 In your "/etc/make.conf" use the same USE-flags as whose in hardened amd64 profile:
29 "/usr/portage/profiles/hardened/amd64/use.defaults" file.
30 Third, when installing use "amd64-multilib" stages (see above).
31 PS: no experience with amd64 hardened though.
32 HTH.Rumen