aboutsummaryrefslogtreecommitdiffstats
path: root/create_config
diff options
context:
space:
mode:
Diffstat (limited to 'create_config')
-rwxr-xr-xcreate_config5
1 files changed, 0 insertions, 5 deletions
diff --git a/create_config b/create_config
index 2f052ae61..edcad254d 100755
--- 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 \\"