diff options
author | blueswir1 | 2009-04-11 13:09:31 +0200 |
---|---|---|
committer | blueswir1 | 2009-04-11 13:09:31 +0200 |
commit | 31fc12df2c15a79e75a78288a552797a1be47f25 (patch) | |
tree | 94811891d7e630e31eae7e5f6eadbf6ec3a8bf19 /configure | |
parent | Compile target independent files only once (diff) | |
download | qemu-31fc12df2c15a79e75a78288a552797a1be47f25.tar.gz qemu-31fc12df2c15a79e75a78288a552797a1be47f25.tar.xz qemu-31fc12df2c15a79e75a78288a552797a1be47f25.zip |
BSD user: initial support for i386 and x86_64 targets
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7084 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -693,6 +693,9 @@ sparc32plus-linux-user \ # the following are BSD specific if [ "$bsd_user" = "yes" ] ; then target_list="${target_list}\ +i386-bsd-user \ +x86_64-bsd-user \ +sparc-bsd-user \ sparc64-bsd-user \ " fi |