Commit 69de927c6cf7e77508c16d13057122398abe20ec
1 parent
72cbca10
arm nwfpe support
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@608 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
4 additions
and
0 deletions
configure
... | ... | @@ -345,6 +345,10 @@ fi |
345 | 345 | echo "Creating $config_mak, $config_h and $target_dir/Makefile" |
346 | 346 | |
347 | 347 | mkdir -p $target_dir |
348 | +if test "$target" = "arm-user" ; then | |
349 | + mkdir -p $target_dir/nwfpe | |
350 | +fi | |
351 | + | |
348 | 352 | ln -sf $source_path/Makefile.target $target_dir/Makefile |
349 | 353 | |
350 | 354 | echo "# Automatically generated by configure - do not modify" > $config_mak | ... | ... |