Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix typo | Aaron Lehmann | 2002-11-09 | 1 | -1/+1 |
| | |||||
* | Large cleanup patch, based in large part on a patch from | Eric Andersen | 2002-11-08 | 1 | -9/+0 |
| | | | | Stefan Allius, which adds a great deal of sanity. | ||||
* | Update doc reference | Eric Andersen | 2002-11-08 | 1 | -1/+1 |
| | |||||
* | Add missing blank line | Eric Andersen | 2002-11-07 | 1 | -0/+1 |
| | |||||
* | (UCLIBC_HAS_MMU): Depend on !ARCH_HAS_NO_MMU, rather than just using it | Miles Bader | 2002-11-07 | 1 | -2/+11 |
| | | | | | | to set the default. (HAS_FPU): Depend on !ARCH_HAS_NO_FPU. (USE_GCC_SOFT_FLOAT_OPTION): New option. | ||||
* | Cleanup soft-float support | Eric Andersen | 2002-11-05 | 1 | -0/+5 |
| | |||||
* | Yet more config system updating. | Eric Andersen | 2002-11-03 | 1 | -0/+5 |
| | |||||
* | update all the Config files for the various arches so they work with the new | Eric Andersen | 2002-11-02 | 1 | -14/+3 |
| | | | | | config system. Hopefully I got everything here correct... -Erik | ||||
* | Make it so arch specific stuff can be simpler. Initial attempt at | Eric Andersen | 2002-10-31 | 1 | -0/+95 |
making CPU_CFLAGS, which should allow things to be optimized per-CPU and/or per-system. -Erik |