From 79c0857a828abb3f7ec9582a01d706e0ce81f84c Mon Sep 17 00:00:00 2001 From: Steve Ellcey Date: Wed, 12 Feb 2014 16:44:57 -0800 Subject: buildsys: Add MIPS64R2 support There is support for mips64(r1) already in uclibc, this change adds mips64r2 by adding the MIPS64R2 config variable and checking it in Rules.mak. Signed-off-by: Steve Ellcey Signed-off-by: Bernhard Reutner-Fischer --- extra/Configs/Config.mips | 3 +++ 1 file changed, 3 insertions(+) (limited to 'extra/Configs') diff --git a/extra/Configs/Config.mips b/extra/Configs/Config.mips index 1f8426556..4d30d31d2 100644 --- a/extra/Configs/Config.mips +++ b/extra/Configs/Config.mips @@ -72,4 +72,7 @@ config CONFIG_MIPS_ISA_MIPS32R2 config CONFIG_MIPS_ISA_MIPS64 bool "MIPS64" +config CONFIG_MIPS_ISA_MIPS64R2 + bool "MIPS64r2" + endchoice -- cgit v1.2.3