Revision fdf9b3e8 configure

b/configure
359 359
    fi
360 360
# the following are Linux specific
361 361
    if [ "$user" = "yes" ] ; then
362
        target_list="i386-user arm-user armeb-user sparc-user ppc-user mips-user mipsel-user $target_list"
362
        target_list="i386-user arm-user armeb-user sparc-user ppc-user mips-user mipsel-user sh4-user $target_list"
363 363
    fi
364 364
else
365 365
    target_list=`echo "$target_list" | sed -e 's/,/ /g'`
......
807 807
  echo "TARGET_ARCH=mips" >> $config_mak
808 808
  echo "#define TARGET_ARCH \"mips\"" >> $config_h
809 809
  echo "#define TARGET_MIPS 1" >> $config_h
810
elif test "$target_cpu" = "sh4" ; then
811
  echo "TARGET_ARCH=sh4" >> $config_mak
812
  echo "#define TARGET_ARCH \"sh4\"" >> $config_h
813
  echo "#define TARGET_SH4 1" >> $config_h
810 814
else
811 815
  echo "Unsupported target CPU"
812 816
  exit 1

Also available in: Unified diff