From 5c56e3e6fc6e5bfcf01e3beb38d35bb8a01be5f7 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 5 Jan 2012 22:09:59 +0000 Subject: llvm, openjdk: Add mips to known architectures correct a typo Mips -> mips Signed-off-by: Khem Raj Signed-off-by: Henning Heinold --- recipes-core/llvm/llvm.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-core/llvm/llvm.inc') diff --git a/recipes-core/llvm/llvm.inc b/recipes-core/llvm/llvm.inc index 5cc9957..578cd40 100644 --- a/recipes-core/llvm/llvm.inc +++ b/recipes-core/llvm/llvm.inc @@ -203,8 +203,8 @@ def get_llvm_arch(d): arch = "X86" elif arch == "arm": arch = "ARM" - elif arch == "mipsel": - arch = "Mips" + elif arch == "mipsel" or arch == "mips": + arch = "mips" elif arch == "powerpc": arch = "PowerPC" else: -- cgit v1.2.3-54-g00ecf