diff options
author | Timothy Redaelli <drizzt@gentoo.org> | 2009-03-11 22:04:58 +0000 |
---|---|---|
committer | Timothy Redaelli <drizzt@gentoo.org> | 2009-03-11 22:04:58 +0000 |
commit | 409a86fec7b0c1865501277b85476c0194eb6e4d (patch) | |
tree | 35ac141c8b67bdb3e9884c204f9e78b11087cc14 /profiles/default/bsd | |
parent | Stable on alpha, bug #261334 (diff) | |
download | historical-409a86fec7b0c1865501277b85476c0194eb6e4d.tar.gz historical-409a86fec7b0c1865501277b85476c0194eb6e4d.tar.bz2 historical-409a86fec7b0c1865501277b85476c0194eb6e4d.zip |
Add amd64-fbsd support.
Diffstat (limited to 'profiles/default/bsd')
-rw-r--r-- | profiles/default/bsd/fbsd/amd64/7.1/make.defaults | 12 | ||||
-rw-r--r-- | profiles/default/bsd/fbsd/amd64/7.1/parent | 2 | ||||
-rw-r--r-- | profiles/default/bsd/fbsd/amd64/parent | 2 |
3 files changed, 16 insertions, 0 deletions
diff --git a/profiles/default/bsd/fbsd/amd64/7.1/make.defaults b/profiles/default/bsd/fbsd/amd64/7.1/make.defaults new file mode 100644 index 000000000000..eb896caf0fbc --- /dev/null +++ b/profiles/default/bsd/fbsd/amd64/7.1/make.defaults @@ -0,0 +1,12 @@ +# Copyright 2004-2009 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/amd64/7.1/make.defaults,v 1.1 2009/03/11 22:04:42 drizzt Exp $ +# System-wide defaults for the x86 G/FBSD 7.1 Portage system + +CHOST="x86_64-gentoo-freebsd7.1" +CHOST_amd64-fbsd="x86_64-gentoo-freebsd7.1" +CHOST_x86_fbsd="i686-gentoo-freebsd7.1" + +# Diego Pettenò <flameeyes@gentoo.org> (2 Dec 2006) +# Turn this on by default as we don't have Java 1.4 and 1.5 at all +USE="${USE} java6" diff --git a/profiles/default/bsd/fbsd/amd64/7.1/parent b/profiles/default/bsd/fbsd/amd64/7.1/parent new file mode 100644 index 000000000000..e7e03f09051c --- /dev/null +++ b/profiles/default/bsd/fbsd/amd64/7.1/parent @@ -0,0 +1,2 @@ +.. +../../../../../releases/freebsd-7.1/ diff --git a/profiles/default/bsd/fbsd/amd64/parent b/profiles/default/bsd/fbsd/amd64/parent new file mode 100644 index 000000000000..5fbdc945bbcc --- /dev/null +++ b/profiles/default/bsd/fbsd/amd64/parent @@ -0,0 +1,2 @@ +.. +../../../../arch/amd64-fbsd |