diff options
author | Alexey Neyman <stilor@att.net> | 2016-09-12 14:10:23 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2016-10-04 17:47:15 -0700 |
commit | 2cb1b851c231723f7007ca5adbbbbcc997ff85cc (patch) | |
tree | ac8a43ec316df27074dd2a52470e3477310b8cfb /samples/sparc-leon-linux-uclibc/crosstool.config | |
parent | f35c62daf0b4c6eaa50ef3d51499b6c5c4e24332 (diff) | |
download | crosstool-ng-2cb1b851c231723f7007ca5adbbbbcc997ff85cc.tar.gz crosstool-ng-2cb1b851c231723f7007ca5adbbbbcc997ff85cc.tar.bz2 crosstool-ng-2cb1b851c231723f7007ca5adbbbbcc997ff85cc.zip |
Make sparc-leon-linux-uclibc "version neutral".
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'samples/sparc-leon-linux-uclibc/crosstool.config')
-rw-r--r-- | samples/sparc-leon-linux-uclibc/crosstool.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/sparc-leon-linux-uclibc/crosstool.config b/samples/sparc-leon-linux-uclibc/crosstool.config index 4afde665..97488a55 100644 --- a/samples/sparc-leon-linux-uclibc/crosstool.config +++ b/samples/sparc-leon-linux-uclibc/crosstool.config @@ -9,7 +9,7 @@ CT_TARGET_VENDOR="leon" CT_KERNEL_linux=y CT_KERNEL_V_3_10=y CT_LIBC_uClibc=y -CT_LIBC_UCLIBC_CONFIG_FILE="${CT_LIB_DIR}/samples/${CT_TARGET}/${CT_LIBC}-${CT_LIBC_VERSION}.config" +CT_LIBC_UCLIBC_CONFIG_FILE="${CT_LIB_DIR}/samples/${CT_TARGET}/uClibc.config" CT_LIBC_UCLIBC_IPV6=y CT_LIBC_UCLIBC_WCHAR=y CT_CC_GCC_V_4_9_3=y |