arm nwfpe support

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@608 c046a42c-6fe2-441c-8c8c-71466251a162
master
bellard 2004-02-16 21:40:43 +00:00
parent 72cbca10e1
commit 69de927c6c
1 changed files with 4 additions and 0 deletions

4
configure vendored
View File

@ -345,6 +345,10 @@ fi
echo "Creating $config_mak, $config_h and $target_dir/Makefile"
mkdir -p $target_dir
if test "$target" = "arm-user" ; then
mkdir -p $target_dir/nwfpe
fi
ln -sf $source_path/Makefile.target $target_dir/Makefile
echo "# Automatically generated by configure - do not modify" > $config_mak