Revision cb33da57 configure

b/configure
999 999
echo "#include \"../config-host.h\"" >> $config_h
1000 1000

  
1001 1001
bflt="no"
1002
elfload32="no"
1002 1003
interp_prefix1=`echo "$interp_prefix" | sed "s/%M/$target_cpu/g"`
1003 1004
echo "#define CONFIG_QEMU_PREFIX \"$interp_prefix1\"" >> $config_h
1004 1005

  
......
1023 1024
  echo "#define TARGET_ARCH \"sparc64\"" >> $config_h
1024 1025
  echo "#define TARGET_SPARC 1" >> $config_h
1025 1026
  echo "#define TARGET_SPARC64 1" >> $config_h
1027
  elfload32="yes"
1026 1028
elif test "$target_cpu" = "ppc" ; then
1027 1029
  echo "TARGET_ARCH=ppc" >> $config_mak
1028 1030
  echo "#define TARGET_ARCH \"ppc\"" >> $config_h
......
1112 1114
  echo "TARGET_HAS_BFLT=yes" >> $config_mak
1113 1115
  echo "#define TARGET_HAS_BFLT 1" >> $config_h
1114 1116
fi
1117
# 32 bit ELF loader in addition to native 64 bit loader?
1118
if test "$target_user_only" = "yes" -a "$elfload32" = "yes"; then
1119
  echo "TARGET_HAS_ELFLOAD32=yes" >> $config_mak
1120
  echo "#define TARGET_HAS_ELFLOAD32 1" >> $config_h
1121
fi
1115 1122
# sdl defines
1116 1123

  
1117 1124
if test "$target_user_only" = "no"; then

Also available in: Unified diff