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

2021-12-08 Thread Dmitry V. Levin
Hi, On Thu, Nov 18, 2021 at 04:39:55PM +0100, Dennis Bonke via Patches for the config.guess and config.sub scripts wrote: [...] > @@ -1748,7 +1752,8 @@ case $os in >| skyos* | haiku* | rdos* | toppers* | drops* | es* \ >| onefs* | tirtos* | phoenix* | fuchsia* | redox* | b

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