/[qemu]/qemu/configure
ViewVC logotype

Diff of /qemu/configure

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.67 by bellard, Sun Jun 5 15:56:02 2005 UTC revision 1.68 by bellard, Sun Jun 5 17:10:38 2005 UTC
# Line 246  fi Line 246  fi
246    
247  fi  fi
248    
249    # host long bits test
250    hostlongbits="32"
251    if test "$cpu" = "sparc64" -o "$cpu" = "ia64" -o "$cpu" = "x86_64" -o "$cpu" = "alpha"; then
252        hostlongbits="64"
253    fi
254    
255  # check gcc options support  # check gcc options support
256  cat > $TMPC <<EOF  cat > $TMPC <<EOF
257  int main(void) {  int main(void) {
# Line 520  if test "$bigendian" = "yes" ; then Line 526  if test "$bigendian" = "yes" ; then
526    echo "WORDS_BIGENDIAN=yes" >> $config_mak    echo "WORDS_BIGENDIAN=yes" >> $config_mak
527    echo "#define WORDS_BIGENDIAN 1" >> $config_h    echo "#define WORDS_BIGENDIAN 1" >> $config_h
528  fi  fi
529    echo "#define HOST_LONG_BITS $hostlongbits" >> $config_h
530  if test "$mingw32" = "yes" ; then  if test "$mingw32" = "yes" ; then
531    echo "CONFIG_WIN32=yes" >> $config_mak    echo "CONFIG_WIN32=yes" >> $config_mak
532    echo "#define CONFIG_WIN32 1" >> $config_h    echo "#define CONFIG_WIN32 1" >> $config_h

Legend:
Removed from v.1.67  
changed lines
  Added in v.1.68

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26