projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bfe8cc
)
configure: delete duplicate create_config case stanza
author
Paolo Bonzini
<pbonzini@redhat.com>
Wed, 26 May 2010 14:08:19 +0000
(16:08 +0200)
committer
Aurelien Jarno
<aurelien@aurel32.net>
Wed, 9 Jun 2010 22:09:48 +0000
(
00:09
+0200)
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
create_config
patch
|
blob
|
history
diff --git
a/create_config
b/create_config
index 2f052ae615b5a53ab28d2722c5bfb87ccc1fedc8..edcad254d3531af4c4547f99220068786187eff4 100755
(executable)
--- a/
create_config
+++ b/
create_config
@@
-13,11
+13,6
@@
case $line in
pkgversion=${line#*=}
echo "#define QEMU_PKGVERSION \"$pkgversion\""
;;
- ARCH=*) # configuration
- arch=${line#*=}
- arch_name=`echo $arch | tr '[:lower:]' '[:upper:]'`
- echo "#define HOST_$arch_name 1"
- ;;
CONFIG_AUDIO_DRIVERS=*)
drivers=${line#*=}
echo "#define CONFIG_AUDIO_DRIVERS \\"