uclibc: use the ARC-specific uClibc by default on ARC
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 28 Jun 2015 13:11:12 +0000 (15:11 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 28 Jun 2015 13:11:29 +0000 (15:11 +0200)
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>
package/uclibc/Config.in

index 32c356a23ce6fd822e1cb1fd88e060e4653a073a..14f713cba516a3908b32bae1262dd6a78b8e1770 100644 (file)
@@ -18,7 +18,7 @@ config BR2_UCLIBC_VERSION_SUPPORTS_NPTL
 
 choice
        prompt "uClibc C library Version"
-       default BR2_UCLIBC_VERSION_NG
+       default BR2_UCLIBC_VERSION_NG if !BR2_arc
        help
          Select the version of uClibc you wish to use.