diff options
author | Alexey Neyman <stilor@att.net> | 2017-05-16 23:30:20 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-07-08 10:56:29 -0700 |
commit | b9af225f58e45c7fae7eb9d3689fe939243e7578 (patch) | |
tree | 14fd9c239429bcd4f7aa3f4f7400079c8150e7fa /config/cc | |
parent | 5935d586e140b35398f45772d5749924dea7da57 (diff) | |
download | crosstool-ng-b9af225f58e45c7fae7eb9d3689fe939243e7578.tar.gz crosstool-ng-b9af225f58e45c7fae7eb9d3689fe939243e7578.tar.bz2 crosstool-ng-b9af225f58e45c7fae7eb9d3689fe939243e7578.zip |
Implement "milestones" for packages
Also get rid of dependency on GNU sort.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/cc')
-rw-r--r-- | config/cc/gcc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in index a87b7dba..427fc970 100644 --- a/config/cc/gcc.in +++ b/config/cc/gcc.in @@ -32,7 +32,7 @@ config CC_GCC_GOLD default y config CC_GCC_HAS_LIBMPX - depends on GCC_V_5_4_0_or_later || GCC_LINARO_V_5_4_2017_01_or_later + depends on GCC_MS_5 bool config CC_LANG_JAVA_USE_ECJ |