diff options
author | Alexey Neyman <stilor@att.net> | 2017-02-09 23:48:56 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-02-09 23:48:56 -0800 |
commit | 0468f8daf112fe2a40fdf6671908a85b0414f1ca (patch) | |
tree | 3d13d3ce82a61ab65ff0a1dbdcc26fc45852c080 /config/libc | |
parent | df555a65dbea7aedcef462590230da639fb6a421 (diff) | |
download | crosstool-ng-0468f8daf112fe2a40fdf6671908a85b0414f1ca.tar.gz crosstool-ng-0468f8daf112fe2a40fdf6671908a85b0414f1ca.tar.bz2 crosstool-ng-0468f8daf112fe2a40fdf6671908a85b0414f1ca.zip |
Allow one to select uclibceabi/uclibcgnueabi suffix
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/libc')
-rw-r--r-- | config/libc/uClibc.in.2 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/config/libc/uClibc.in.2 b/config/libc/uClibc.in.2 index 7ac8a445..1b348554 100644 --- a/config/libc/uClibc.in.2 +++ b/config/libc/uClibc.in.2 @@ -95,3 +95,16 @@ config LIBC_UCLIBC_RPC prompt "Add support for RPC" help Enable support for remote procedure calls (RPC) in uClibc. + +if ARCH_arm +config LIBC_UCLIBC_USE_GNU_SUFFIX + bool + default y + prompt "Use -uclibcgnueabi suffix" + help + Depending on where the resulting toolchain will be used, you may need + to tweak the "system" part of the target tuple. Buildroot prefers + to have arm-*-linux-uclibcgnueabi; OpenEmbedded prefers + arm-*-linux-uclibceabi. Other tools seem to either accept both, or + don't care about the suffix. +endif |