Revision d769c641 configure

b/configure
4225 4225
    TARGET_BASE_ARCH=mips
4226 4226
    echo "TARGET_ABI_MIPSN32=y" >> $config_target_mak
4227 4227
    echo "TARGET_ABI32=y" >> $config_target_mak
4228
    target_nptl="no"
4229 4228
  ;;
4230 4229
  mips64|mips64el)
4231 4230
    TARGET_ARCH=mips64
4232 4231
    TARGET_BASE_ARCH=mips
4233 4232
    echo "TARGET_ABI_MIPSN64=y" >> $config_target_mak
4234
    target_nptl="no"
4235 4233
  ;;
4236 4234
  moxie)
4237 4235
  ;;
......
4252 4250
    TARGET_BASE_ARCH=ppc
4253 4251
    TARGET_ABI_DIR=ppc
4254 4252
    gdb_xml_files="power64-core.xml power-fpu.xml power-altivec.xml power-spe.xml"
4255
    target_nptl="no"
4256 4253
  ;;
4257 4254
  ppc64abi32)
4258 4255
    TARGET_ARCH=ppc64
......
4260 4257
    TARGET_ABI_DIR=ppc
4261 4258
    echo "TARGET_ABI32=y" >> $config_target_mak
4262 4259
    gdb_xml_files="power64-core.xml power-fpu.xml power-altivec.xml power-spe.xml"
4263
    target_nptl="no"
4264 4260
  ;;
4265 4261
  sh4|sh4eb)
4266 4262
    TARGET_ARCH=sh4

Also available in: Unified diff