aboutsummaryrefslogtreecommitdiffstats
path: root/android/config/config.h
blob: fdfbe3159d94ab46a1b4cd56ff2abb6e16fdcdb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* Automatically generated by configure - do not modify */
#include "config-host.h"

#define TARGET_PHYS_ADDR_BITS  32
#define CONFIG_TRACE 1
#define CONFIG_NAND 1
#define CONFIG_SHAPER 1
#define CONFIG_SOFTMMU 1
#define CONFIG_SDL 1
#ifndef _WIN32
#define CONFIG_NAND_LIMITS 1
#endif
#define CONFIG_ANDROID_SNAPSHOTS 1

#ifdef ARCH_FLAGS_x86
#define TARGET_ARCH "x86"
#define TARGET_I386 1
#else
#define TARGET_ARCH "arm"
#define TARGET_ARM 1
#define CONFIG_SOFTFLOAT 1
#endif