Commit 253bd7f8642c695f53078da0704fe3389a1be7b3
1 parent
e36da912
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
Showing
1 changed file
with
1 additions
and
0 deletions
configure
... | ... | @@ -1582,6 +1582,7 @@ case "$target_cpu" in |
1582 | 1582 | echo "TARGET_ARCH=cris" >> $config_mak |
1583 | 1583 | echo "#define TARGET_ARCH \"cris\"" >> $config_h |
1584 | 1584 | echo "#define TARGET_CRIS 1" >> $config_h |
1585 | + target_nptl="yes" | |
1585 | 1586 | ;; |
1586 | 1587 | m68k) |
1587 | 1588 | echo "TARGET_ARCH=m68k" >> $config_mak | ... | ... |