diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-07-19 13:26:34 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-07-19 13:26:34 +0800 |
commit | 73065c7f277e968a8938752ebf38e916cf55a5dd (patch) | |
tree | 42fc99675d170ca010eca8496b66539b7ddf8a85 /config | |
parent | 899e015abf8c70088e8b67e87586ae81f305711c (diff) | |
download | crosstool-ng-master.tar.gz crosstool-ng-master.tar.bz2 crosstool-ng-master.zip |
Diffstat (limited to 'config')
-rw-r--r-- | config/comp_libs/gnumach.in | 0 | ||||
-rw-r--r-- | config/comp_tools/mig.in | 0 | ||||
-rw-r--r-- | config/kernel/hurd.in | 5 |
3 files changed, 5 insertions, 0 deletions
diff --git a/config/comp_libs/gnumach.in b/config/comp_libs/gnumach.in new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/config/comp_libs/gnumach.in diff --git a/config/comp_tools/mig.in b/config/comp_tools/mig.in new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/config/comp_tools/mig.in diff --git a/config/kernel/hurd.in b/config/kernel/hurd.in new file mode 100644 index 00000000..030a8aa6 --- /dev/null +++ b/config/kernel/hurd.in @@ -0,0 +1,5 @@ +# Hurd config options + +## select KERNEL_SUPPORTS_SHARED_LIBS +## +## help Build a toolchain targeting systems running GNU Hurd as a kernel |