aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2009-08-03 14:46:06 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-08-10 13:05:36 -0500
commit1f6537382c516c9cb422d61ab0ee7401a7d82350 (patch)
tree458b643ad080aee92126f40109f78b7a404e6f89 /create_config
parentAdd CURL_CFLAGS (diff)
downloadqemu-kvm-1f6537382c516c9cb422d61ab0ee7401a7d82350.tar.gz
qemu-kvm-1f6537382c516c9cb422d61ab0ee7401a7d82350.tar.bz2
qemu-kvm-1f6537382c516c9cb422d61ab0ee7401a7d82350.zip
__sparc_*__ is defined through -D__sparc_*__
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Message-Id:
Diffstat (limited to 'create_config')
-rwxr-xr-xcreate_config6
1 files changed, 0 insertions, 6 deletions
diff --git a/create_config b/create_config
index 8e757f363..9dcbc5f09 100755
--- a/create_config
+++ b/create_config
@@ -16,12 +16,6 @@ case $line in
arch_name=`echo $arch | tr '[:lower:]' '[:upper:]'`
echo "#define HOST_$arch_name 1"
;;
- CONFIG__sparc_*=y) # configuration
- name=${line%=*}
- name=${name#CONFIG}
- value=${line#*=}
- echo "#define $name $value"
- ;;
CONFIG_AUDIO_DRIVERS=*)
drivers=${line#*=}
echo "#define CONFIG_AUDIO_DRIVERS \\"