1
0
Fork 0
forked from len0rd/rockbox

Add an advanced build option to force compiling and linking our reduced C library (probably useful for the sim).

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27059 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2010-06-22 18:34:03 +00:00
parent be66e4d642
commit f32bd593c4
11 changed files with 38 additions and 16 deletions

View file

@ -37,6 +37,7 @@ QUICKREF
#include <string.h>
#include <limits.h>
#include "_ansi.h" /* for _DEFUN */
/* Nonzero if either X or Y is not aligned on a "long" boundary. */
#define UNALIGNED(X, Y) \