diff options
author | Alexey Neyman <stilor@att.net> | 2017-03-28 14:47:33 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-03-28 14:47:33 -0700 |
commit | e9661686a640af57ccd9b9d3dec41e9947e7da4e (patch) | |
tree | 57781c9da730bd23af06647973c71a45c1f60391 /config/target.in | |
parent | 32909ec654abcc281a513b769879271b120ddf6f (diff) | |
download | crosstool-ng-e9661686a640af57ccd9b9d3dec41e9947e7da4e.tar.gz crosstool-ng-e9661686a640af57ccd9b9d3dec41e9947e7da4e.tar.bz2 crosstool-ng-e9661686a640af57ccd9b9d3dec41e9947e7da4e.zip |
Remove explicit core passes selection for multilib
It is only used if this libc flavor uses a multilib iterator (and not
determines the multilibs itself). This class currently includes glibc,
uClibc, musl - but they explicitly select CC_CORE_PASSES_NEEDED anyway.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/target.in')
-rw-r--r-- | config/target.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/target.in b/config/target.in index 485c5876..af010c06 100644 --- a/config/target.in +++ b/config/target.in @@ -36,7 +36,6 @@ config ARCH_REQUIRES_MULTILIB config MULTILIB bool prompt "Build a multilib toolchain (READ HELP!!!)" - select CC_CORE_PASS_1_NEEDED help If you say 'y' here, then the toolchain will also contain the C library optimised for some variants of the selected architecture, besides the |