aboutsummaryrefslogtreecommitdiffstats
path: root/android-configure.sh
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@google.com>2009-10-09 12:02:55 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2009-10-09 12:02:55 -0700
commitc00d702076d1c3f5d0c33f522d0743593c0c3cd4 (patch)
tree114221e79eeaeb5139229b8ba646d19d9ae6754e /android-configure.sh
parent790b7534b5a0dea8040fa0c10f1e376db26a7bf8 (diff)
parent73b9926fd43c9b5cd00319c5d117448bd1b31112 (diff)
downloadexternal_qemu-c00d702076d1c3f5d0c33f522d0743593c0c3cd4.zip
external_qemu-c00d702076d1c3f5d0c33f522d0743593c0c3cd4.tar.gz
external_qemu-c00d702076d1c3f5d0c33f522d0743593c0c3cd4.tar.bz2
am 73b9926f: Merge change If4f13b68 into eclair
Merge commit '73b9926fd43c9b5cd00319c5d117448bd1b31112' into eclair-plus-aosp * commit '73b9926fd43c9b5cd00319c5d117448bd1b31112': Fix upstream ARM emulation bug that broke singlestep mode.
Diffstat (limited to 'android-configure.sh')
-rwxr-xr-xandroid-configure.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/android-configure.sh b/android-configure.sh
index 77ed5ec..922a0e4 100755
--- a/android-configure.sh
+++ b/android-configure.sh
@@ -437,12 +437,6 @@ case $OS in
;;
esac
-case $OS in
- linux-*)
- echo "#define CONFIG_IOTHREAD 1" >> $config_h
- ;;
-esac
-
echo "#define CONFIG_$CONFIG_OS 1" >> $config_h
if [ $BSD = 1 ] ; then
echo "#define _BSD 1" >> $config_h