diff options
author | Alexey Neyman <stilor@att.net> | 2019-02-13 01:05:13 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2019-02-13 01:05:13 -0800 |
commit | 2219aab336c19e3d9f0a67a016f5d28efe43d65c (patch) | |
tree | c042c684b09335b5b0df2eff9d6ce69a2abd3c7c /config/cc | |
parent | 2da27758a9638b07f06d490251f0e44abf398057 (diff) | |
download | crosstool-ng-2219aab336c19e3d9f0a67a016f5d28efe43d65c.tar.gz crosstool-ng-2219aab336c19e3d9f0a67a016f5d28efe43d65c.tar.bz2 crosstool-ng-2219aab336c19e3d9f0a67a016f5d28efe43d65c.zip |
Implement an option to store downloads in subdirs
... following the buildroot model.
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 f52a07b1..6f68334d 100644 --- a/config/cc/gcc.in +++ b/config/cc/gcc.in @@ -2,7 +2,7 @@ ## select CC_SUPPORT_CXX if !LIBC_NONE ## select CC_SUPPORT_FORTRAN -## select CC_SUPPORT_JAVA if !GCC_7_or_later +## select CC_SUPPORT_JAVA if !GCC_7_or_later && OBSOLETE ## select CC_SUPPORT_ADA ## select CC_SUPPORT_OBJC ## select CC_SUPPORT_OBJCXX |