mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
25 lines
730 B
Diff
25 lines
730 B
Diff
From 618d262ebd45108bf3b031b89cf93b189a1dae32 Mon Sep 17 00:00:00 2001
|
|
From: Clayton Craft <clayton@craftyguy.net>
|
|
Date: Fri, 23 Feb 2024 22:30:51 -0800
|
|
Subject: [PATCH] support for linux-musl
|
|
|
|
---
|
|
config.sub | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/config.sub b/config.sub
|
|
index c894da4..b3968e7 100755
|
|
--- a/config.sub
|
|
+++ b/config.sub
|
|
@@ -124,6 +124,7 @@ maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
|
|
case $maybe_os in
|
|
nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \
|
|
linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \
|
|
+ linux-musl | \
|
|
knetbsd*-gnu* | netbsd*-gnu* | \
|
|
kopensolaris*-gnu* | \
|
|
storm-chaos* | os2-emx* | rtmk-nova*)
|
|
--
|
|
2.43.2
|
|
|