diff options
author | David Turner <digit@android.com> | 2010-09-09 18:15:23 +0200 |
---|---|---|
committer | David 'Digit' Turner <digit@android.com> | 2010-09-13 00:30:34 -0700 |
commit | b8fec3e556b0d1b2a66c76d6ec0a9b242baa1068 (patch) | |
tree | 5903351c993a6942c451b322caf63a601d617224 /android/config | |
parent | 80dd1261df980abf963b7f4a73f43c1102848706 (diff) | |
download | external_qemu-b8fec3e556b0d1b2a66c76d6ec0a9b242baa1068.zip external_qemu-b8fec3e556b0d1b2a66c76d6ec0a9b242baa1068.tar.gz external_qemu-b8fec3e556b0d1b2a66c76d6ec0a9b242baa1068.tar.bz2 |
upstream: bswap.h
+ add a <machine/bswap.h> probe to android-configure.sh
Diffstat (limited to 'android/config')
-rw-r--r-- | android/config/freebsd-x86/config-host.h | 1 | ||||
-rw-r--r-- | android/config/linux-x86/config-host.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/android/config/freebsd-x86/config-host.h b/android/config/freebsd-x86/config-host.h index b5a7f72..5518924 100644 --- a/android/config/freebsd-x86/config-host.h +++ b/android/config/freebsd-x86/config-host.h @@ -2,6 +2,7 @@ #define CONFIG_QEMU_SHAREDIR "/usr/local/share/qemu" #define HOST_I386 1 #define HOST_LONG_BITS 32 +#define CONFIG_MACHINE_BSWAP_H 1 #define CONFIG_FNMATCH 1 #define CONFIG_GDBSTUB 1 #define CONFIG_SLIRP 1 diff --git a/android/config/linux-x86/config-host.h b/android/config/linux-x86/config-host.h index df63ac8..894cbe6 100644 --- a/android/config/linux-x86/config-host.h +++ b/android/config/linux-x86/config-host.h @@ -2,7 +2,7 @@ #define CONFIG_QEMU_SHAREDIR "/usr/local/share/qemu" #define HOST_I386 1 #define HOST_LONG_BITS 32 -#define HAVE_BYTESWAP_H 1 +#define CONFIG_BYTESWAP_H 1 #define CONFIG_FNMATCH 1 #define CONFIG_GDBSTUB 1 #define CONFIG_SLIRP 1 |