diff options
author | Fabian Groffen <grobian@gentoo.org> | 2014-07-03 19:06:18 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2014-07-03 19:06:18 +0000 |
commit | 7ee3f785f98d2218da8a4cbf37d591cc789a080a (patch) | |
tree | e8ab567cb27c63eaaf8f2efdf8f862e1ee46e8ca /profiles/prefix/bsd | |
parent | Update multilib stable mask (diff) | |
download | gentoo-2-7ee3f785f98d2218da8a4cbf37d591cc789a080a.tar.gz gentoo-2-7ee3f785f98d2218da8a4cbf37d591cc789a080a.tar.bz2 gentoo-2-7ee3f785f98d2218da8a4cbf37d591cc789a080a.zip |
multilib: force some abis
Diffstat (limited to 'profiles/prefix/bsd')
-rw-r--r-- | profiles/prefix/bsd/freebsd/arch/x64/use.force | 6 | ||||
-rw-r--r-- | profiles/prefix/bsd/freebsd/arch/x86/use.force | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/profiles/prefix/bsd/freebsd/arch/x64/use.force b/profiles/prefix/bsd/freebsd/arch/x64/use.force new file mode 100644 index 000000000000..5e7585293750 --- /dev/null +++ b/profiles/prefix/bsd/freebsd/arch/x64/use.force @@ -0,0 +1,6 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/arch/x64/use.force,v 1.1 2014/07/03 19:06:17 grobian Exp $ + +# Force the flag corresponding to the default ABI +abi_x86_64 diff --git a/profiles/prefix/bsd/freebsd/arch/x86/use.force b/profiles/prefix/bsd/freebsd/arch/x86/use.force new file mode 100644 index 000000000000..288e5c7dbf43 --- /dev/null +++ b/profiles/prefix/bsd/freebsd/arch/x86/use.force @@ -0,0 +1,6 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/arch/x86/use.force,v 1.1 2014/07/03 19:06:17 grobian Exp $ + +# Force the flag corresponding to the default ABI +abi_x86_32 |