diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-09 01:09:20 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-09 01:09:20 +0200 |
commit | 7626af0b8aeb6ec098c772b5400141b12b36e91a (patch) | |
tree | 40cda1e3d4833c566a6d7fda7a559d357ad242f4 /docs | |
parent | 496ad14c2b8e2deab8c561d191c7d4563d2aeec0 (diff) |
drop support for non-Linux hosts
Diffstat (limited to 'docs')
-rw-r--r-- | docs/adding-packages-directory.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/adding-packages-directory.txt b/docs/adding-packages-directory.txt index 227107a89..2f87b7c3e 100644 --- a/docs/adding-packages-directory.txt +++ b/docs/adding-packages-directory.txt @@ -45,10 +45,6 @@ are space separated and can be negated with ! as a prefix. ** variable used PKG_LIBC_DEPENDS ** allowed values are: uclibc-ng glibc musl -* Host system -** variable used PKG_HOST_DEPENDS -** allowed values are: linux darwin cygwin freebsd netbsd openbsd - * Special support needed (Toolchain with Threads, Realtime or C++ enabled) ** variable used PKG_NEEDS ** allowed values are: threads rt c++ |