[PATCH] recongnize tachyum in config.sub

2024-05-21 Thread Patches for the config.guess and config.sub scripts
Hi, the following patch adds support for tachyum arch in config.sub. More info about tachyum CPU can be found here https://www.tachyum.com Thanks, Boris --- config.sub| 1 + testsuite/config-sub.data | 1 + 2 files changed, 2 insertions(+) diff --git a/config.sub

[PATCH] config.sub: Recognize OpenHarmony OS

2024-02-19 Thread Patches for the config.guess and config.sub scripts
From: Jonathan Schwender Adds support for [OpenHarmony] targets. The `ohos` targets are available [in `LLVM`] [OpenHarmony]: https://gitee.com/openharmony/docs/ [in `LLVM`]: https://github.com/llvm/llvm-project/blob/main/clang/lib/Driver/ToolChains/OHOS.cpp Signed-off-by: Jonathan Schwender

Re: [PATCH] config.sub: add Managarm support

2021-12-07 Thread Patches for the config.guess and config.sub scripts
Dear, Around 3 weeks ago I submitted a patch regarding the addition of Managarm to the config.sub file. Was this patch fine, or does it need any changes? -- Kind regards, Dennis Bonke Managarm package maintainer https://managarm.org

[PATCH] config.sub: add Managarm support

2021-11-18 Thread Patches for the config.guess and config.sub scripts
--- Dear maintainers, I would like to submit a few new targets to config.sub, namely Managarm. Managarm is a FOSS microkernel with fully asynchronous I/O and runs on or has ports in progress for x86_64, aarch64 and risc-v. It can be found on https://github.com/managarm/managarm. This is my first

bug: shell variable quoting in config.guess

2021-01-19 Thread Patches for the config.guess and config.sub scripts
After commit 827c77253b396c07306927b2a4b794a3251c48eb in the GNU config repository, word splitting is no longer performed on the $sysctl shell variable in config.guess: sysctl="sysctl -n hw.machine_arch" UNAME_MACHINE_ARCH=$( (uname -p 2>/dev/null || \ "/sbin/$sysctl"