Revision 6cfd9b52 configure

b/configure
4153 4153
target_nptl="no"
4154 4154
interp_prefix1=`echo "$interp_prefix" | sed "s/%M/$target_arch2/g"`
4155 4155
gdb_xml_files=""
4156
target_long_alignment=4
4157 4156
target_llong_alignment=8
4158 4157
target_libs_softmmu=
4159 4158

  
......
4166 4165
  ;;
4167 4166
  x86_64)
4168 4167
    TARGET_BASE_ARCH=i386
4169
    target_long_alignment=8
4170 4168
  ;;
4171 4169
  alpha)
4172
    target_long_alignment=8
4173 4170
    target_nptl="yes"
4174 4171
  ;;
4175 4172
  arm|armeb)
......
4188 4185
  m68k)
4189 4186
    bflt="yes"
4190 4187
    gdb_xml_files="cf-core.xml cf-fp.xml"
4191
    target_long_alignment=2
4192 4188
    target_llong_alignment=2
4193 4189
  ;;
4194 4190
  microblaze|microblazeel)
......
4211 4207
    TARGET_ARCH=mips64
4212 4208
    TARGET_BASE_ARCH=mips
4213 4209
    echo "TARGET_ABI_MIPSN64=y" >> $config_target_mak
4214
    target_long_alignment=8
4215 4210
  ;;
4216 4211
  moxie)
4217 4212
  ;;
......
4233 4228
    TARGET_BASE_ARCH=ppc
4234 4229
    TARGET_ABI_DIR=ppc
4235 4230
    gdb_xml_files="power64-core.xml power-fpu.xml power-altivec.xml power-spe.xml"
4236
    target_long_alignment=8
4237 4231
  ;;
4238 4232
  ppc64abi32)
4239 4233
    TARGET_ARCH=ppc64
......
4251 4245
  ;;
4252 4246
  sparc64)
4253 4247
    TARGET_BASE_ARCH=sparc
4254
    target_long_alignment=8
4255 4248
  ;;
4256 4249
  sparc32plus)
4257 4250
    TARGET_ARCH=sparc64
......
4261 4254
  ;;
4262 4255
  s390x)
4263 4256
    target_nptl="yes"
4264
    target_long_alignment=8
4265 4257
  ;;
4266 4258
  unicore32)
4267 4259
  ;;
......
4292 4284
  ;;
4293 4285
esac
4294 4286

  
4295
echo "TARGET_LONG_ALIGNMENT=$target_long_alignment" >> $config_target_mak
4296 4287
echo "TARGET_LLONG_ALIGNMENT=$target_llong_alignment" >> $config_target_mak
4297 4288
echo "TARGET_ARCH=$TARGET_ARCH" >> $config_target_mak
4298 4289
target_arch_name="`upper $TARGET_ARCH`"

Also available in: Unified diff