profiles: copy gentoo ABI desc

This commit is contained in:
Danny Robson 2014-12-05 17:01:52 +11:00
parent da80668e4f
commit 7fcc719084
4 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,11 @@
# Copyright 1999-2013 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/desc/abi_mips.desc,v 1.2 2013/07/31 18:13:53 mattst88 Exp $
# This file contains descriptions of ABI_MIPS USE_EXPAND flags.
# Keep it sorted. Please do not add anything without prior discussion
# on gentoo-dev.
n32 - 64-bit (32-bit pointer) libraries
n64 - 64-bit libraries
o32 - 32-bit libraries

View File

@ -0,0 +1,10 @@
# Copyright 2013-2014 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/desc/abi_ppc.desc,v 1.1 2014/03/29 03:01:32 vapier Exp $
# This file contains descriptions of ABI_PPC USE_EXPAND flags.
# Keep it sorted. Please do not add anything without prior discussion
# on gentoo-dev.
32 - 32-bit (ppc) libraries
64 - 64-bit (ppc64) libraries

View File

@ -0,0 +1,10 @@
# Copyright 2013-2014 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/desc/abi_s390.desc,v 1.1 2014/04/01 06:53:48 vapier Exp $
# This file contains descriptions of ABI_S390 USE_EXPAND flags.
# Keep it sorted. Please do not add anything without prior discussion
# on gentoo-dev.
32 - 32-bit (s390) libraries
64 - 64-bit (s390x) libraries

View File

@ -0,0 +1,11 @@
# Copyright 2013-2013 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/desc/abi_x86.desc,v 1.2 2013/02/27 23:22:19 mgorny Exp $
# This file contains descriptions of ABI_X86 USE_EXPAND flags.
# Keep it sorted. Please do not add anything without prior discussion
# on gentoo-dev.
32 - 32-bit (x86) libraries
64 - 64-bit (amd64) libraries
x32 - x32 ABI libraries