Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Kill ARCH_HAS_NO_MMU and use HAS_FPU only. Wether floating point ops | Manuel Novoa III | 2003-11-18 | 1 | -1/+0 |
| | | | | | are implemented in hardware or via kernel emulation doesn't matter to the libc code. | ||||
* | Yet more messing with selecting sane default configs | Eric Andersen | 2003-11-05 | 1 | -0/+1 |
| | |||||
* | Yet more config system updates | Eric Andersen | 2003-11-05 | 1 | -0/+1 |
| | |||||
* | Rework the config system. Better utilize the Kconfig language | Eric Andersen | 2003-11-04 | 1 | -21/+8 |
| | | | | | which should simplify enabling arbitrary architectures. -Erik | ||||
* | Some small fixups for the h8 support and add the h8s platform support. | David McCullough | 2003-04-29 | 1 | -1/+15 |
| | |||||
* | Patch from Yoshinori Sato to update the h8300 architecture. | Eric Andersen | 2002-11-21 | 1 | -1/+0 |
| | |||||
* | Update doc reference | Eric Andersen | 2002-11-08 | 1 | -1/+1 |
| | |||||
* | Yet more config system updating. | Eric Andersen | 2002-11-03 | 1 | -6/+4 |
| | |||||
* | update all the Config files for the various arches so they work with the new | Eric Andersen | 2002-11-02 | 1 | -177/+25 |
| | | | | | config system. Hopefully I got everything here correct... -Erik | ||||
* | Kill the HAS_LONG_LONG option. It really did not make a lot of | Eric Andersen | 2002-08-25 | 1 | -6/+0 |
| | | | | | | sense to exclude it, gcc always supports long long, and we never fully excluded long long anyways (off64_t for example). -Erik | ||||
* | Update default config files | Eric Andersen | 2002-08-08 | 1 | -7/+5 |
| | |||||
* | Miles Bader implemented a new mmap based malloc which is much | Eric Andersen | 2002-07-18 | 1 | -10/+8 |
| | | | | | | | smarter than the old "malloc-simple", and actually works, unlike the old "malloc". So kill the old "malloc-simple" and the old "malloc" and replace them with Miles' new malloc implementation. Update Config files to match. Thanks Miles! | ||||
* | Update Config files for current locale and wide char configuration options. | Manuel Novoa III | 2002-07-03 | 1 | -7/+5 |
| | |||||
* | Resync the install defines | Eric Andersen | 2002-07-02 | 1 | -9/+16 |
| | | | | -Erik | ||||
* | Fix incorrect comment re malloc-930716 | Eric Andersen | 2002-06-19 | 1 | -3/+3 |
| | | | | -Erik | ||||
* | Patch from Yoshinori Sato <qzb04471@nifty.ne.jp> to use | Eric Andersen | 2002-05-28 | 1 | -0/+2 |
| | | | | | C_SYMBOL_PREFIX for confused compilers, such as for v850 and h8300, per suggestion from Miles Bader. | ||||
* | Several h8300 updates from Yoshinori Sato <qzb04471@nifty.ne.jp> | Eric Andersen | 2002-05-23 | 1 | -1/+1 |
| | |||||
* | Add in support for the Hitach H8/300H architecture, | Eric Andersen | 2002-02-02 | 1 | -0/+195 |
contributed by Yoshinori Sato <qzb04471@nifty.ne.jp> |