diff --git a/libtcc.c b/libtcc.c index 5b6606e9..77a116c2 100644 --- a/libtcc.c +++ b/libtcc.c @@ -1740,6 +1740,8 @@ static const char dumpmachine_str[] = "openbsd" #elif TARGETOS_NetBSD "netbsd" +#elif TCC_MUSL + "linux-musl" #else "linux-gnu" #endif