Revision aa004f5f

b/configure
4180 4180
echo "# Automatically generated by configure - do not modify" > $config_target_mak
4181 4181

  
4182 4182
bflt="no"
4183
target_nptl="no"
4183
target_nptl="yes"
4184 4184
interp_prefix1=`echo "$interp_prefix" | sed "s/%M/$target_name/g"`
4185 4185
gdb_xml_files=""
4186 4186

  
......
4190 4190

  
4191 4191
case "$target_name" in
4192 4192
  i386)
4193
    target_nptl="no"
4193 4194
  ;;
4194 4195
  x86_64)
4195 4196
    TARGET_BASE_ARCH=i386
4197
    target_nptl="no"
4196 4198
  ;;
4197 4199
  alpha)
4198
    target_nptl="yes"
4199 4200
  ;;
4200 4201
  arm|armeb)
4201 4202
    TARGET_ARCH=arm
4202 4203
    bflt="yes"
4203
    target_nptl="yes"
4204 4204
    gdb_xml_files="arm-core.xml arm-vfp.xml arm-vfp3.xml arm-neon.xml"
4205 4205
  ;;
4206 4206
  cris)
4207
    target_nptl="yes"
4208 4207
  ;;
4209 4208
  lm32)
4209
    target_nptl="no"
4210 4210
  ;;
4211 4211
  m68k)
4212 4212
    bflt="yes"
4213 4213
    gdb_xml_files="cf-core.xml cf-fp.xml"
4214
    target_nptl="no"
4214 4215
  ;;
4215 4216
  microblaze|microblazeel)
4216 4217
    TARGET_ARCH=microblaze
4217 4218
    bflt="yes"
4218
    target_nptl="yes"
4219 4219
  ;;
4220 4220
  mips|mipsel)
4221 4221
    TARGET_ARCH=mips
4222 4222
    echo "TARGET_ABI_MIPSO32=y" >> $config_target_mak
4223
    target_nptl="yes"
4224 4223
  ;;
4225 4224
  mipsn32|mipsn32el)
4226 4225
    TARGET_ARCH=mips64
4227 4226
    TARGET_BASE_ARCH=mips
4228 4227
    echo "TARGET_ABI_MIPSN32=y" >> $config_target_mak
4229 4228
    echo "TARGET_ABI32=y" >> $config_target_mak
4229
    target_nptl="no"
4230 4230
  ;;
4231 4231
  mips64|mips64el)
4232 4232
    TARGET_ARCH=mips64
4233 4233
    TARGET_BASE_ARCH=mips
4234 4234
    echo "TARGET_ABI_MIPSN64=y" >> $config_target_mak
4235
    target_nptl="no"
4235 4236
  ;;
4236 4237
  moxie)
4238
    target_nptl="no"
4237 4239
  ;;
4238 4240
  or32)
4239 4241
    TARGET_ARCH=openrisc
4240 4242
    TARGET_BASE_ARCH=openrisc
4243
    target_nptl="no"
4241 4244
  ;;
4242 4245
  ppc)
4243 4246
    gdb_xml_files="power-core.xml power-fpu.xml power-altivec.xml power-spe.xml"
4244
    target_nptl="yes"
4245 4247
  ;;
4246 4248
  ppcemb)
4247 4249
    TARGET_BASE_ARCH=ppc
4248 4250
    TARGET_ABI_DIR=ppc
4249 4251
    gdb_xml_files="power-core.xml power-fpu.xml power-altivec.xml power-spe.xml"
4250
    target_nptl="yes"
4251 4252
  ;;
4252 4253
  ppc64)
4253 4254
    TARGET_BASE_ARCH=ppc
4254 4255
    TARGET_ABI_DIR=ppc
4255 4256
    gdb_xml_files="power64-core.xml power-fpu.xml power-altivec.xml power-spe.xml"
4257
    target_nptl="no"
4256 4258
  ;;
4257 4259
  ppc64abi32)
4258 4260
    TARGET_ARCH=ppc64
......
4260 4262
    TARGET_ABI_DIR=ppc
4261 4263
    echo "TARGET_ABI32=y" >> $config_target_mak
4262 4264
    gdb_xml_files="power64-core.xml power-fpu.xml power-altivec.xml power-spe.xml"
4265
    target_nptl="no"
4263 4266
  ;;
4264 4267
  sh4|sh4eb)
4265 4268
    TARGET_ARCH=sh4
4266 4269
    bflt="yes"
4267
    target_nptl="yes"
4268 4270
  ;;
4269 4271
  sparc)
4272
    target_nptl="no"
4270 4273
  ;;
4271 4274
  sparc64)
4272 4275
    TARGET_BASE_ARCH=sparc
4276
    target_nptl="no"
4273 4277
  ;;
4274 4278
  sparc32plus)
4275 4279
    TARGET_ARCH=sparc64
4276 4280
    TARGET_BASE_ARCH=sparc
4277 4281
    TARGET_ABI_DIR=sparc
4278 4282
    echo "TARGET_ABI32=y" >> $config_target_mak
4283
    target_nptl="no"
4279 4284
  ;;
4280 4285
  s390x)
4281
    target_nptl="yes"
4282 4286
  ;;
4283 4287
  unicore32)
4288
    target_nptl="no"
4284 4289
  ;;
4285 4290
  xtensa|xtensaeb)
4286 4291
    TARGET_ARCH=xtensa
4292
    target_nptl="no"
4287 4293
  ;;
4288 4294
  *)
4289 4295
    error_exit "Unsupported target CPU"

Also available in: Unified diff