diff options
author | Alexey Neyman <stilor@att.net> | 2017-05-14 15:22:35 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-05-14 15:23:41 -0700 |
commit | 24b3fca91064cd25953d06c8a240fbb9ccc21fc7 (patch) | |
tree | f53e23a92afaacc7c7bd9ff899ab1add378266b2 /config/libc | |
parent | f296faa8c21e46e5a1f49d0cecc6e5f0e6624438 (diff) | |
download | crosstool-ng-24b3fca91064cd25953d06c8a240fbb9ccc21fc7.tar.gz crosstool-ng-24b3fca91064cd25953d06c8a240fbb9ccc21fc7.tar.bz2 crosstool-ng-24b3fca91064cd25953d06c8a240fbb9ccc21fc7.zip |
Mark bionic EXPERIMENTAL and dependent on GCC6+
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/libc')
-rw-r--r-- | config/libc/bionic.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/libc/bionic.in b/config/libc/bionic.in index b6b7af58..9e041300 100644 --- a/config/libc/bionic.in +++ b/config/libc/bionic.in @@ -2,6 +2,8 @@ ## depends on ! WINDOWS && ! BARE_METAL ## depends on ARCH_arm || ARCH_mips || ARCH_x86 +## depends on EXPERIMENTAL +## depends on CC_GCC_6_or_later ## ## select LIBC_SUPPORT_THREADS_POSIX ## |