diff options
author | Ned Ludd <solar@gentoo.org> | 2005-12-06 12:33:12 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2005-12-06 12:33:12 +0000 |
commit | 30196706136b8091159da8594107ff06f8e154ee (patch) | |
tree | 8fe2723811ab08352f5f3a956c4ea57ac63562b4 /profiles | |
parent | bumping to stable due to 2.6.14 vuln push. (diff) | |
download | gentoo-2-30196706136b8091159da8594107ff06f8e154ee.tar.gz gentoo-2-30196706136b8091159da8594107ff06f8e154ee.tar.bz2 gentoo-2-30196706136b8091159da8594107ff06f8e154ee.zip |
- initial multilib profile
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/hardened/amd64/multilib/deprecated | 3 | ||||
-rw-r--r-- | profiles/hardened/amd64/multilib/make.defaults | 31 | ||||
-rw-r--r-- | profiles/hardened/amd64/multilib/parent | 5 | ||||
-rw-r--r-- | profiles/hardened/amd64/multilib/use.mask | 5 |
4 files changed, 44 insertions, 0 deletions
diff --git a/profiles/hardened/amd64/multilib/deprecated b/profiles/hardened/amd64/multilib/deprecated new file mode 100644 index 000000000000..07f6fbcf6f6c --- /dev/null +++ b/profiles/hardened/amd64/multilib/deprecated @@ -0,0 +1,3 @@ +hardened/amd64 +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/amd64/multilib/deprecated,v 1.1 2005/12/06 12:33:12 solar Exp $ +# This multilib profile is an untested placeholder and may not function yet. diff --git a/profiles/hardened/amd64/multilib/make.defaults b/profiles/hardened/amd64/multilib/make.defaults new file mode 100644 index 000000000000..18d0cb3caefd --- /dev/null +++ b/profiles/hardened/amd64/multilib/make.defaults @@ -0,0 +1,31 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/amd64/multilib/make.defaults,v 1.1 2005/12/06 12:33:12 solar Exp $ + +FEATURES="sandbox autoconfig" + +MULTILIB_ABIS="x86 amd64" +DEFAULT_ABI="amd64" +ABI=${DEFAULT_ABI} + +#CFLAGS_amd64="-m64" +#LDFLAGS_amd64="-m elf_x86_64" +CHOST_amd64="x86_64-pc-linux-gnu" +CDEFINE_amd64="__x86_64__" +LIBDIR_amd64="lib64" + +# Added -L/emul* workaround to aid compilation of 32bit packages +# See bug #88725 for more info - Herbie Hopkins <herbs@gentoo.org> 2005/04/19 +CFLAGS_x86="-m32 -L/emul/linux/x86/lib -L/emul/linux/x86/usr/lib" +LDFLAGS_x86="-m elf_i386 -L/emul/linux/x86/lib -L/emul/linux/x86/usr/lib" +CHOST_x86="i686-pc-linux-gnu" +CDEFINE_x86="__i386__" +LIBDIR_x86="lib32" + +# In case someone wants to help out by setting FEATURES="multilib-strict" +MULTILIB_STRICT_DIRS="/lib /usr/lib /usr/kde/*/lib /usr/qt/*/lib /usr/X11R6/lib" +MULTILIB_STRICT_DENY="64-bit.*shared object" +MULTILIB_STRICT_EXEMPT="(perl5|gcc|gcc-lib|eclipse-3)" + +# Hack to tell baselayout to use symlinks for /lib, /usr/lib, and /usr/local/lib +SYMLINK_LIB="yes" diff --git a/profiles/hardened/amd64/multilib/parent b/profiles/hardened/amd64/multilib/parent new file mode 100644 index 000000000000..619c2c6c09bd --- /dev/null +++ b/profiles/hardened/amd64/multilib/parent @@ -0,0 +1,5 @@ +# Copyright 2005 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/amd64/multilib/parent,v 1.1 2005/12/06 12:33:12 solar Exp $ + +.. diff --git a/profiles/hardened/amd64/multilib/use.mask b/profiles/hardened/amd64/multilib/use.mask new file mode 100644 index 000000000000..ee7ee42fc87a --- /dev/null +++ b/profiles/hardened/amd64/multilib/use.mask @@ -0,0 +1,5 @@ +# Copyright 2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/amd64/multilib/use.mask,v 1.1 2005/12/06 12:33:12 solar Exp $ + +-multilib |