am 88f29fef: fix build on darwin.

This commit is contained in:
Nick Kralevich 2010-04-26 18:41:10 -07:00 committed by Android Git Automerger
commit db3fd7f608
1 changed files with 4 additions and 0 deletions

View File

@ -25,6 +25,10 @@
#include <sys/mman.h>
#if defined(MAP_ANON) && !defined(MAP_ANONYMOUS)
#define MAP_ANONYMOUS MAP_ANON
#endif
#if defined(__arm__)
#define DEFAULT_ARM_CODEGEN
#define PROVIDE_ARM_CODEGEN