diff options
author | aurel32 | 2008-09-15 09:43:43 +0200 |
---|---|---|
committer | aurel32 | 2008-09-15 09:43:43 +0200 |
commit | 0b6d3ae0723ba226cf07c549a948d4680fb7923b (patch) | |
tree | db0aa91f8a589bbd69aaecdd951a357daaf591cd /configure | |
parent | sh4: doesn't set the cpu_model_str (diff) | |
download | qemu-0b6d3ae0723ba226cf07c549a948d4680fb7923b.tar.gz qemu-0b6d3ae0723ba226cf07c549a948d4680fb7923b.tar.xz qemu-0b6d3ae0723ba226cf07c549a948d4680fb7923b.zip |
qemu sh4 nptl support
(Michael Trimarchi)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5223 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1437,6 +1437,7 @@ case "$target_cpu" in echo "#define TARGET_ARCH \"sh4\"" >> $config_h echo "#define TARGET_SH4 1" >> $config_h bflt="yes" + target_nptl="yes" ;; sparc) echo "TARGET_ARCH=sparc" >> $config_mak |