Re: [gentoo-user] Is ABI a portage variable?

2018-02-16 Thread Mike Gilbert
On Wed, Feb 14, 2018 at 7:10 PM, Ian Zimmerman wrote: > I am trying to package software whose build process (autotools based) > depends on a variable "ABI" to determine (on x86 and amd64 arch at least) > whether to build as 64 bit or 32 bit. If it is not set externally, the > configure script set

[gentoo-user] Is ABI a portage variable?

2018-02-14 Thread Ian Zimmerman
I am trying to package software whose build process (autotools based) depends on a variable "ABI" to determine (on x86 and amd64 arch at least) whether to build as 64 bit or 32 bit. If it is not set externally, the configure script sets it by inspecting the native pointer size of the C compiler, t