Re: [PATCH] config.guess: Guess vendor for *-android-linux-*

2025-04-20 Thread Patches for the config.guess and config.sub scripts
On Monday, April 7th, 2025 at 3:53 PM, Zack Weinberg wrote: > On Sat, Apr 5, 2025, at 7:38 AM, sin-ack via Patches for the config.guess and > config.sub scripts wrote: > ... > > > Setting the vendor to "android" lets us tell the software that even > > though

[PATCH] config.guess: Guess vendor for *-android-linux-*

2025-04-05 Thread Patches for the config.guess and config.sub scripts
There are cases where one might want to run programs with the GNU ABI on an Android device, such as running Gentoo Prefix inside an Android app like Termux that provides a POSIX-like environment. This mostly works out-of-the-box; however, there are certain edge cases when running on a system with a

[PATCH] ironclad: Ironclad targets should be *ironclad-mlibc

2025-02-27 Thread Patches for the config.guess and config.sub scripts
This semi-urgent patch was previously sent in November 2024, but has not been applied since, nor has there been any reply. Will re-send to mailing list and maintainer to make sure it get where it needs to. Thanks, and sorry if this is potentially annoying.From 68f0e2f04061426686dcebd9856a530fea

[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 b/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 -

Fwd: config.guess (i*86:Fiwix:*:*): New

2021-12-09 Thread Patches for the config.guess and config.sub scripts
Hello, On 27 October I sent a petition to include the Fiwix operating system (with the tag 'fiwix') into the config.* files. Let me know if the patch need any changes. Thank you very much. -- Jordi Sanfeliu FIBRANET Network Services Provider https://www.fibranet.cat--- Begin Message --- Hel

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 t

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" 2