aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-02-16 21:40:43 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-02-16 21:40:43 +0000
commit69de927c6cf7e77508c16d13057122398abe20ec (patch)
tree3c07f44043f500635a6c275760098afaccbd2404 /configure
parent72cbca10e184637ec0e813ead71975b7446cc695 (diff)
arm nwfpe support
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@608 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index 392365d7bc..0caae4277e 100755
--- 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