[Mesa-dev] [Bug 44618] Cross-compilation broken by glsl builtin_compiler

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Jan 11 07:45:19 PST 2012


https://bugs.freedesktop.org/show_bug.cgi?id=44618

José Fonseca <jfonseca at vmware.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jfonseca at vmware.com

--- Comment #1 from José Fonseca <jfonseca at vmware.com> 2012-01-11 07:45:19 PST ---
Scons supports cross-compilation using approach 1). It builds the
builtin_compiler and its dependencies twice. This works because each
platform/machine gets built in a separate build sub directory (e.g.,
build/linux-x86-debug, build/).

Getting this to work with the Mesa make file subsystem is probably quite a lot
of work.


2) seems an easier approach. But still tricky given that Mesa doesn't allow out
of source build.


Another option would be simply to eliminate builtin_compiler, and do whatever
it does at runtime, when the drivers are loaded.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the mesa-dev mailing list