diff options
author | Alexey Neyman <stilor@att.net> | 2017-02-18 18:47:19 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-02-18 18:47:19 -0800 |
commit | 31e7cd688de455ceef5a4914d9fd540e5e55579f (patch) | |
tree | ca1951f7a6a3bb1166da53e01065b74c0cc29959 /config/cc | |
parent | 264b0c8686051f6a8fe08cc41a34d5225d83e7a6 (diff) | |
download | crosstool-ng-31e7cd688de455ceef5a4914d9fd540e5e55579f.tar.gz crosstool-ng-31e7cd688de455ceef5a4914d9fd540e5e55579f.tar.bz2 crosstool-ng-31e7cd688de455ceef5a4914d9fd540e5e55579f.zip |
Latest GCC has libmpx and Go.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/cc')
-rw-r--r-- | config/cc/gcc.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in index a2f75ee1..0cbf0b61 100644 --- a/config/cc/gcc.in +++ b/config/cc/gcc.in @@ -175,6 +175,8 @@ config CC_GCC_latest select CC_GCC_6_or_later select CC_GCC_USE_GMP_MPFR select CC_GCC_USE_MPC + select CC_GCC_HAS_LIBMPX + select CC_SUPPORT_GOLANG # Only enable gcc's support for plugins if binutils has it as well # They are useful only when doing LTO, but it does no harm enabling |