diff options
author | Juan Quintela <quintela@redhat.com> | 2009-08-03 14:46:06 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-08-10 13:05:36 -0500 |
commit | 1f6537382c516c9cb422d61ab0ee7401a7d82350 (patch) | |
tree | 458b643ad080aee92126f40109f78b7a404e6f89 /create_config | |
parent | b1d5a277d248b0a9c6d74a70a515de2cf20bdd80 (diff) |
__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-x | create_config | 6 |
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 \\" |