From adedda211de69fa0fa09af167aa327d4550f497e Mon Sep 17 00:00:00 2001
From: Waldemar Brodkorb <wbx@openadk.org>
Date: Sat, 26 Mar 2016 23:33:28 +0100
Subject: frv: enable in config

---
 extra/Configs/Config.in | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

(limited to 'extra/Configs')

diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index 3afc2912d..8eac9e008 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -64,8 +64,8 @@ config TARGET_c6x
 config TARGET_cris
 	bool "cris"
 
-#config TARGET_frv
-#	bool "frv (BROKEN)"
+config TARGET_frv
+	bool "frv"
 
 config TARGET_h8300
 	bool "h8300"
@@ -541,6 +541,7 @@ config UCLIBC_HAS_THREADS_NATIVE
 		   !TARGET_bfin && \
 		   !TARGET_c6x && \
 		   !TARGET_cris && \
+		   !TARGET_frv && \
 		   !TARGET_h8300 && \
 		   !TARGET_hppa && \
 		   !TARGET_ia64 && \
-- 
cgit v1.2.3