Re: [Mesa-dev] [PATCH] build: Enable cross compiling assembly by building gen_matypes for the host

2013-01-23 Thread Eric Anholt
Matt Turner matts...@gmail.com writes: Fixes https://bugs.freedesktop.org/show_bug.cgi?id=49360 But gen_matypes on the host will print the wrong structure offsets and you'll build garbage code for the target. pgpU5LTWZxOq0.pgp Description: PGP signature

Re: [Mesa-dev] [PATCH] build: Enable cross compiling assembly by building gen_matypes for the host

2013-01-23 Thread Jose Fonseca
- Original Message - Matt Turner matts...@gmail.com writes: Fixes https://bugs.freedesktop.org/show_bug.cgi?id=49360 But gen_matypes on the host will print the wrong structure offsets and you'll build garbage code for the target. Yep. It's probably just disabling the subset of

[Mesa-dev] [PATCH] build: Enable cross compiling assembly by building gen_matypes for the host

2013-01-22 Thread Matt Turner
Fixes https://bugs.freedesktop.org/show_bug.cgi?id=49360 --- configure.ac| 10 +- src/mesa/x86-64/Makefile.am |9 + src/mesa/x86/Makefile.am|9 + 3 files changed, 19 insertions(+), 9 deletions(-) diff --git a/configure.ac b/configure.ac index