| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Renamed defines UNALIGNED to ROCKBOX_UNALIGNED - UNALIGNED is already | Matthias Mohr | 2017-01-15 |
| | | | | | | | | | | | defined in mingw environments. Renamed defines of UNALIGNED to ROCKBOX_UNALIGNED so that they don't conflict with definitions in mingw32 cross-compiling environments (defined in _mingw.h). Change-Id: I369848c0f507e6bf5ff9ab4a60663bbbda6edc52 | ||
| * | Add an advanced build option to force compiling and linking our reduced C ↵ | Thomas Martitz | 2010-06-22 |
| | | | | | | | library (probably useful for the sim). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27059 a1c6a512-1295-4272-9138-f99709370657 | ||
| * | Move c/h files implementing/defining standard library stuff into a new libc ↵ | Thomas Martitz | 2010-05-06 |
| directory, also standard'ify some parts of the code base (almost entirely #include fixes). This is to a) to cleanup firmware/common and firmware/include a bit, but also b) for Rockbox as an application which should use the host system's c library and headers, separating makes it easy to exclude our files from the build. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25850 a1c6a512-1295-4272-9138-f99709370657 | |||