[Mesa-dev] [PATCH] gen_matypes: fix cross-compiling with gcc

Matt Turner mattst88 at gmail.com
Thu Jul 18 13:59:52 PDT 2013


On Mon, Feb 4, 2013 at 6:27 PM, Mike Frysinger <vapier at gentoo.org> wrote:
> The current gen_matypes logic assumes that the host compiler will produce
> information that is useful for the target compiler.  Unfortunately, this
> is not the case whenever cross-compiling.
>
> When we detect that we're cross-compiling and using GCC, use the target
> compiler to produce assembly from the gen_matypes.c source, then process
> it with a shell script to create a usable header.  This is similar to how
> the linux kernel creates its asm-offsets.c file.
>
> Signed-off-by: Mike Frysinger <vapier at gentoo.org>
> ---

Thanks, committed (finally).


More information about the mesa-dev mailing list