Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MCONFIG: build GCCOPT one step at a time, don't align stack | H. Peter Anvin | 2009-06-24 | 1 | -7/+9 |
| | | | | | | | | | | | Some gcc options are only valid together with other gcc options, so build GCCOPT one bit at a time, and change gcc_ok to take already existing GCCOPT flags into account. This lets us build with -mpreferred-stack-boundary=2, which is only valid on 32 bits and therefore with -m32. Signed-off-by: H. Peter Anvin <hpa@zytor.com> | ||||
* | Unify dependency generation: MCONFIG.embedded | H. Peter Anvin | 2009-04-27 | 1 | -1/+11 |
| | | | | | | | Unify dependency generation and move common rules into MCONFIG.embedded. Signed-off-by: H. Peter Anvin <hpa@zytor.com> | ||||
* | Clean up embedded Makefile targets; fix build failure | H. Peter Anvin | 2008-08-22 | 1 | -0/+35 |
Unify common pieces to "embedded" targets (those that produce code that runs neither in the host nor in a com32 environment); this fixes the broken sample/ directory Makefile. |