diff options
author | Alexey Neyman <stilor@att.net> | 2019-02-21 21:18:37 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2019-02-21 21:18:37 -0800 |
commit | 49b71e71d63de5ceb26ff7c905afb94226b69eb4 (patch) | |
tree | d287ef4a3e9b21893316bfeb629dc9f9eba4c752 /config/kernel.in | |
parent | 9627a041d25e56de06c4eab0ac4af72975b08113 (diff) | |
download | crosstool-ng-49b71e71d63de5ceb26ff7c905afb94226b69eb4.tar.gz crosstool-ng-49b71e71d63de5ceb26ff7c905afb94226b69eb4.tar.bz2 crosstool-ng-49b71e71d63de5ceb26ff7c905afb94226b69eb4.zip |
Don't enable "shared flat"
... unless experimental. This unbreaks m68k-uclinux-uclibc sample which
after the recent change in uClibc.sh attempted to build a shared flat
library and failed. We were not building shared flat libraries before.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/kernel.in')
-rw-r--r-- | config/kernel.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/kernel.in b/config/kernel.in index 579cc23e..5c8a519e 100644 --- a/config/kernel.in +++ b/config/kernel.in @@ -26,6 +26,8 @@ config SHARED_LIBS bool prompt "Build shared libraries" depends on KERNEL_SUPPORTS_SHARED_LIBS + # Building "shared flat" currently fails + depends on ARCH_USE_MMU || EXPERIMENTAL default y help Say 'y' here, unless you don't want shared libraries. |