* configure.ac: Fix loongson conditional.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-04-26 11:26:08 +02:00
parent 7f63a64fa0
commit 5fe67f3911
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-04-26 Vladimir Serbinenko <phcoder@gmail.com>
* configure.ac: Fix loongson conditional.
2013-04-25 Vladimir Serbinenko <phcoder@gmail.com>
Enable mipsel-arc.

View File

@ -208,7 +208,7 @@ case "${target_cpu}-$platform" in
TARGET_LINK_ADDR=0x80700000
TARGET_DECOMPRESSOR_LINK_ADDR=0x80600000
;;
mips*-qemu_mips | mips-loongson)
mips*-qemu_mips | mips*-loongson)
TARGET_DECOMPRESSOR_LINK_ADDR=0x80100000
;;
esac