Explorar el Código

frv: enable in config

Waldemar Brodkorb hace 8 años
padre
commit
adedda211d
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      extra/Configs/Config.in

+ 3 - 2
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 && \