diff --git a/configure b/configure index 29e3a701c52c1c73590124b96309546c9376eb8c..ba8a331556013cb151a9d2be7cd68383c1066e37 100755 --- a/configure +++ b/configure @@ -1599,9 +1599,6 @@ if test "$solaris" = "yes" ; then echo "CONFIG_NEEDS_LIBSUNMATH=y" >> $config_host_mak fi fi -if test -n "$sparc_cpu"; then - echo "CONFIG__sparc_${sparc_cpu}__=y" >> $config_host_mak -fi if test "$gprof" = "yes" ; then echo "TARGET_GPROF=yes" >> $config_host_mak fi diff --git a/create_config b/create_config index 8e757f363a23ca593a70771df20eea65bf72cb4c..9dcbc5f094f855118740139d852e566837056f52 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 \\"