diff options
author | edgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-01-07 20:07:09 +0000 |
---|---|---|
committer | edgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-01-07 20:07:09 +0000 |
commit | 253bd7f8642c695f53078da0704fe3389a1be7b3 (patch) | |
tree | fc997d28bd9ef48b9e4381a0852b16bf4df72e8e | |
parent | e36da91279f12ab66fa79a5656d2f317524d3444 (diff) | |
download | qemu-253bd7f8642c695f53078da0704fe3389a1be7b3.zip qemu-253bd7f8642c695f53078da0704fe3389a1be7b3.tar.gz qemu-253bd7f8642c695f53078da0704fe3389a1be7b3.tar.bz2 |
CRIS: Enable NTPL.
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6225 c046a42c-6fe2-441c-8c8c-71466251a162
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1582,6 +1582,7 @@ case "$target_cpu" in echo "TARGET_ARCH=cris" >> $config_mak echo "#define TARGET_ARCH \"cris\"" >> $config_h echo "#define TARGET_CRIS 1" >> $config_h + target_nptl="yes" ;; m68k) echo "TARGET_ARCH=m68k" >> $config_mak |