* configure.ac: Fix loongson conditional.
This commit is contained in:
parent
7f63a64fa0
commit
5fe67f3911
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue