/[qemu]/qemu/configure
ViewVC logotype

Diff of /qemu/configure

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

revision 1.60 by bellard, Sun Mar 13 09:49:52 2005 UTC revision 1.61 by bellard, Sun Mar 13 16:51:53 2005 UTC
# Line 593  fi Line 593  fi
593  #echo "Creating $config_mak, $config_h and $target_dir/Makefile"  #echo "Creating $config_mak, $config_h and $target_dir/Makefile"
594    
595  mkdir -p $target_dir  mkdir -p $target_dir
596    mkdir -p $target_dir/fpu
597  if test "$target" = "arm-user" -o "$target" = "armeb-user" ; then  if test "$target" = "arm-user" -o "$target" = "armeb-user" ; then
598    mkdir -p $target_dir/nwfpe    mkdir -p $target_dir/nwfpe
599  fi  fi
# Line 658  if test "$target_user_only" = "yes" ; th Line 659  if test "$target_user_only" = "yes" ; th
659    echo "#define CONFIG_USER_ONLY 1" >> $config_h    echo "#define CONFIG_USER_ONLY 1" >> $config_h
660  fi  fi
661    
662    if test "$target_cpu" = "arm" -o "$target_cpu" = "armeb" ; then
663      echo "CONFIG_SOFTFLOAT=yes" >> $config_mak
664      echo "#define CONFIG_SOFTFLOAT 1" >> $config_h
665    fi
666  # sdl defines  # sdl defines
667    
668  if test "$target_user_only" = "no"; then  if test "$target_user_only" = "no"; then

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61

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