diff options
author | Rosen Penev <rosenp@gmail.com> | 2019-12-22 17:41:15 -0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-12-23 12:08:23 +0100 |
commit | fb19fb868cf5f1426ada869e4ad5b139a41ba78e (patch) | |
tree | 0b757549f6c0b85ec83cfd684aaffc5f20784eb7 /config | |
parent | eca05bc4ccbba7d6cc718cdb66cba14c93aff663 (diff) | |
download | upstream-fb19fb868cf5f1426ada869e4ad5b139a41ba78e.tar.gz upstream-fb19fb868cf5f1426ada869e4ad5b139a41ba78e.tar.bz2 upstream-fb19fb868cf5f1426ada869e4ad5b139a41ba78e.zip |
libcxx: Depenency fixes
Don't build with uClibc-ng. It's totally unsupported as several functions
are missing.
Make the musl libc support conditional.
Fix hash with make check FIXUP=1. Apparently I based the Makefile off of
libedit and forgot to fix the hash.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Fixes: 856ea2bad3b3 ("libcxx: Add package")
Diffstat (limited to 'config')
-rw-r--r-- | config/Config-build.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/Config-build.in b/config/Config-build.in index bde5730e76..c0e4d869f8 100644 --- a/config/Config-build.in +++ b/config/Config-build.in @@ -199,6 +199,7 @@ menu "Global build settings" config USE_LIBCXX bool "libc++" + depends on !USE_UCLIBC config USE_LIBSTDCXX bool "libstdc++" |