diff --git a/ChangeLog b/ChangeLog index 0bc5cc4d6..f3d135238 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-04-26 Vladimir Serbinenko + + * configure.ac: Fix loongson conditional. + 2013-04-25 Vladimir Serbinenko Enable mipsel-arc. diff --git a/configure.ac b/configure.ac index 4af1a0376..7d3aeac9c 100644 --- a/configure.ac +++ b/configure.ac @@ -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