]> xenbits.xensource.com Git - qemu-xen-4.4-testing.git/commitdiff
arm nwfpe support
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 16 Feb 2004 21:40:43 +0000 (21:40 +0000)
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 16 Feb 2004 21:40:43 +0000 (21:40 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@608 c046a42c-6fe2-441c-8c8c-71466251a162

configure

index 392365d7bcc4bfc7f05db56836af2b8c5caee8af..0caae4277e6beafc4d8603668e7dea3e81f6713a 100755 (executable)
--- a/configure
+++ b/configure
@@ -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