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
This commit is contained in:
edgar_igl 2009-01-07 20:07:09 +00:00
parent e36da91279
commit 253bd7f864
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

@ -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