diff options
author | Marcus Comstedt <marcus@mc.pp.se> | 2010-09-25 23:11:19 +0200 |
---|---|---|
committer | Marcus Comstedt <marcus@mc.pp.se> | 2010-10-05 21:57:39 +0200 |
commit | 9bb482ba648239cd485453ea8f54c4214aa2aad2 (patch) | |
tree | 70417d4ff795b253558bebaece099fdc4c0df096 /android/config | |
parent | 17d313248175f0905f46b5761dbed249e5e984f5 (diff) | |
download | external_qemu-9bb482ba648239cd485453ea8f54c4214aa2aad2.zip external_qemu-9bb482ba648239cd485453ea8f54c4214aa2aad2.tar.gz external_qemu-9bb482ba648239cd485453ea8f54c4214aa2aad2.tar.bz2 |
Add config-host.h for PPC (generated by android-configure.sh)
Change-Id: I3f42635204bed9f078577d668da4a01263d1ba86
Diffstat (limited to 'android/config')
-rw-r--r-- | android/config/linux-ppc/config-host.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/android/config/linux-ppc/config-host.h b/android/config/linux-ppc/config-host.h new file mode 100644 index 0000000..5f7a94f --- /dev/null +++ b/android/config/linux-ppc/config-host.h @@ -0,0 +1,18 @@ +/* This file was autogenerated by 'android-configure.sh' */ +#define CONFIG_QEMU_SHAREDIR "/usr/local/share/qemu" +#define HOST_LONG_BITS 32 +#define CONFIG_BYTESWAP_H 1 +#define CONFIG_FNMATCH 1 +#define CONFIG_GDBSTUB 1 +#define CONFIG_SLIRP 1 +#define CONFIG_SKINS 1 +#define CONFIG_TRACE 1 +#define CONFIG_FDATASYNC 1 +#define CONFIG_NAND_LIMITS 1 +#define QEMU_VERSION "0.10.50" +#define QEMU_PKGVERSION "Android" +#define HOST_PPC 1 +#define HOST_WORDS_BIGENDIAN 1 +#define CONFIG_IOVEC 1 +#define CONFIG_LINUX 1 +#define CONFIG_ANDROID 1 |