Przeglądaj źródła

uclibc: use the ARC-specific uClibc by default on ARC

Following the switch to uClibc-ng as the default library, uClibc-ng
was also used as the default on ARC, while we actually want to use the
ARC specific version by default on this architecture.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas Petazzoni 10 lat temu
rodzic
commit
c0c97a957a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      package/uclibc/Config.in

+ 1 - 1
package/uclibc/Config.in

@@ -18,7 +18,7 @@ config BR2_UCLIBC_VERSION_SUPPORTS_NPTL
 
 
 choice
 choice
 	prompt "uClibc C library Version"
 	prompt "uClibc C library Version"
-	default BR2_UCLIBC_VERSION_NG
+	default BR2_UCLIBC_VERSION_NG if !BR2_arc
 	help
 	help
 	  Select the version of uClibc you wish to use.
 	  Select the version of uClibc you wish to use.