Revision 65ce8c2f configure

b/configure
850 850
  echo "#define CONFIG_USER_ONLY 1" >> $config_h
851 851
fi
852 852

  
853
if test "$target_cpu" = "arm" -o "$target_cpu" = "armeb" ; then
853
if test "$target_cpu" = "arm" -o "$target_cpu" = "armeb" -o "$target_cpu" = "sparc" -o "$target_cpu" = "sparc64"; then
854 854
  echo "CONFIG_SOFTFLOAT=yes" >> $config_mak
855 855
  echo "#define CONFIG_SOFTFLOAT 1" >> $config_h
856 856
fi

Also available in: Unified diff