Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gen_matypes: fix cross-compiling with gcc | Mike Frysinger | 2013-07-18 | 1 | -0/+10 |
| | | | | | | | | | | | | | | 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. Reviewed-by: Matt Turner <[email protected]> Signed-off-by: Mike Frysinger <[email protected]> | ||||
* | build: remove unused API_DEFINES | Andreas Boll | 2013-05-01 | 1 | -1/+0 |
| | | | | Reviewed-by: Matt Turner <[email protected]> | ||||
* | automake: add missing inclusion of GL headers | Laurent Carlier | 2012-06-22 | 1 | -0/+1 |
| | | | | | | | Building fail when GL headers are not installed in the system, so add inclusion of these headers. Signed-off-by: Brian Paul <[email protected]> | ||||
* | automake: Convert gen_matypes building to automake. | Eric Anholt | 2012-06-21 | 1 | -0/+39 |