diff options
Diffstat (limited to 'samples/sparc-leon-linux-uclibc/crosstool.config')
-rw-r--r-- | samples/sparc-leon-linux-uclibc/crosstool.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/sparc-leon-linux-uclibc/crosstool.config b/samples/sparc-leon-linux-uclibc/crosstool.config index 88bb7a7e..411ea7f4 100644 --- a/samples/sparc-leon-linux-uclibc/crosstool.config +++ b/samples/sparc-leon-linux-uclibc/crosstool.config @@ -1,4 +1,4 @@ -CT_CONFIG_VERSION="3" +CT_CONFIG_VERSION="4" CT_ARCH_SPARC=y CT_ARCH_CPU="leon" CT_ARCH_TUNE="leon" @@ -6,7 +6,7 @@ CT_ARCH_FLOAT_SW=y CT_TARGET_VENDOR="leon" CT_KERNEL_LINUX=y CT_LINUX_V_3_10=y -CT_LIBC_UCLIBC=y +CT_LIBC_UCLIBC_NG=y CT_LIBC_UCLIBC_CONFIG_FILE="${CT_LIB_DIR}/samples/${CT_TARGET}/${CT_LIBC}.config" CT_LIBC_UCLIBC_IPV6=y CT_GCC_V_6=y |