Blame SOURCES/0353-configure.ac-Fix-loongson-conditional.patch

f96e0b
From 03797e535701ecd07c1cab6c264b9ce403bf1182 Mon Sep 17 00:00:00 2001
f96e0b
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
f96e0b
Date: Fri, 26 Apr 2013 11:26:08 +0200
f96e0b
Subject: [PATCH 353/482] 	* configure.ac: Fix loongson conditional.
f96e0b
f96e0b
---
f96e0b
 ChangeLog    | 4 ++++
f96e0b
 configure.ac | 2 +-
f96e0b
 2 files changed, 5 insertions(+), 1 deletion(-)
f96e0b
f96e0b
diff --git a/ChangeLog b/ChangeLog
f96e0b
index 0bc5cc4..f3d1352 100644
f96e0b
--- a/ChangeLog
f96e0b
+++ b/ChangeLog
f96e0b
@@ -1,3 +1,7 @@
f96e0b
+2013-04-26  Vladimir Serbinenko  <phcoder@gmail.com>
f96e0b
+
f96e0b
+	* configure.ac: Fix loongson conditional.
f96e0b
+
f96e0b
 2013-04-25  Vladimir Serbinenko  <phcoder@gmail.com>
f96e0b
 
f96e0b
 	Enable mipsel-arc.
f96e0b
diff --git a/configure.ac b/configure.ac
f96e0b
index 4af1a03..7d3aeac 100644
f96e0b
--- a/configure.ac
f96e0b
+++ b/configure.ac
f96e0b
@@ -208,7 +208,7 @@ case "${target_cpu}-$platform" in
f96e0b
         TARGET_LINK_ADDR=0x80700000
f96e0b
 	TARGET_DECOMPRESSOR_LINK_ADDR=0x80600000
f96e0b
 	;;
f96e0b
-     mips*-qemu_mips | mips-loongson)
f96e0b
+     mips*-qemu_mips | mips*-loongson)
f96e0b
         TARGET_DECOMPRESSOR_LINK_ADDR=0x80100000
f96e0b
 	;;
f96e0b
 esac
f96e0b
-- 
f96e0b
1.8.2.1
f96e0b