Revision e5fe0c52 configure

b/configure
773 773
echo "include ../config-host.mak" >> $config_mak
774 774
echo "#include \"../config-host.h\"" >> $config_h
775 775

  
776
bflt="no"
776 777
interp_prefix1=`echo "$interp_prefix" | sed "s/%M/$target_cpu/g"`
777 778
echo "#define CONFIG_QEMU_PREFIX \"$interp_prefix1\"" >> $config_h
778 779

  
......
787 788
  echo "TARGET_ARCH=arm" >> $config_mak
788 789
  echo "#define TARGET_ARCH \"arm\"" >> $config_h
789 790
  echo "#define TARGET_ARM 1" >> $config_h
791
  bflt="yes"
790 792
elif test "$target_cpu" = "sparc" ; then
791 793
  echo "TARGET_ARCH=sparc" >> $config_mak
792 794
  echo "#define TARGET_ARCH \"sparc\"" >> $config_h
......
842 844
  echo "CONFIG_SOFTFLOAT=yes" >> $config_mak
843 845
  echo "#define CONFIG_SOFTFLOAT 1" >> $config_h
844 846
fi
847
if test "$target_user_only" = "yes" -a "$bflt" = "yes"; then
848
  echo "TARGET_HAS_BFLT=yes" >> $config_mak
849
  echo "#define TARGET_HAS_BFLT 1" >> $config_h
850
fi
845 851
# sdl defines
846 852

  
847 853
if test "$target_user_only" = "no"; then

Also available in: Unified diff