Gentoo Archives: gentoo-commits

From: "Ned Ludd (solar)" <solar@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/prefix/linux/amd64: make.defaults parent
Date: Sat, 06 Jun 2009 03:54:58
Message-Id: E1MCmzg-0005J0-8M@stork.gentoo.org
1 solar 09/06/06 03:54:56
2
3 Added: make.defaults parent
4 Log:
5 Initial commit of prefix profiles on behalf of the prefix community
6
7 Revision Changes Path
8 1.1 profiles/prefix/linux/amd64/make.defaults
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/linux/amd64/make.defaults?rev=1.1&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/linux/amd64/make.defaults?rev=1.1&content-type=text/plain
12
13 Index: make.defaults
14 ===================================================================
15 # Copyright 1999-2009 Gentoo Foundation
16 # Distributed under the terms of the GNU General Public License v2
17 # $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/amd64/make.defaults,v 1.1 2009/06/06 03:54:56 solar Exp $
18
19 #Note: this is Gentoo Prefix specific! (13 Jul 2008, darkside)
20
21 ARCH=amd64
22 CHOST="x86_64-pc-linux-gnu"
23 # The base profile sets ACCEPT_KEYWORDS=amd64 and we don't have that in prefix.
24 ACCEPT_KEYWORDS="-amd64 ~amd64-linux"
25
26 # We don't have lib64 in prefix so, remove it here.
27 SYMLINK_LIB=""
28 LIBDIR_amd64="lib"
29 DEFAULT_ABI="default"
30
31
32
33 1.1 profiles/prefix/linux/amd64/parent
34
35 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/linux/amd64/parent?rev=1.1&view=markup
36 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/linux/amd64/parent?rev=1.1&content-type=text/plain
37
38 Index: parent
39 ===================================================================
40 ../../../default/linux/amd64/2008.0/no-multilib
41 ..