[gentoo-dev] [PATCH] Support wrapping headers for multilib ABIs.

2013-03-25 Thread Michał Górny
This time using a template like Alexis suggested. I've only added the ABIs currently supported by multilib-build. Feel free to provide me with a more complete one. --- gx86/eclass/autotools-multilib.eclass | 93 +++ 1 file changed, 93 insertions(+) diff --git

[gentoo-dev] [PATCH] Support wrapping headers for multilib ABIs.

2013-03-23 Thread Michał Górny
--- gx86/eclass/autotools-multilib.eclass | 86 +++ 1 file changed, 86 insertions(+) diff --git a/gx86/eclass/autotools-multilib.eclass b/gx86/eclass/autotools-multilib.eclass index d7372b0..e96fdaf 100644 --- a/gx86/eclass/autotools-multilib.eclass +++

Re: [gentoo-dev] [PATCH] Support wrapping headers for multilib ABIs.

2013-03-23 Thread Michał Górny
Example result: $ cat /usr/include/X11/X.h /* This file is auto-generated by autotools-multilib.eclass * as a multilib-friendly wrapper. For the original content, * please see the files that are #included below. */ #if defined(__i386__) # include i686-pc-linux-gnu/X11/X.h #elif