From: Richard Purdie Date: Thu, 28 Oct 2021 14:45:10 +0000 (-0400) Subject: [PATCH 4/5] gcc/nios2: Define the musl linker X-Git-Tag: basepoints/gcc-13~3542 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5ddbbf992b909d8e38851bd3179d29389e6ac97;p=thirdparty%2Fgcc.git [PATCH 4/5] gcc/nios2: Define the musl linker Add a definition of the musl linker used on the nios2 platform. 2021-10-26 Richard Purdie gcc/ChangeLog: * config/nios2/linux.h (MUSL_DYNAMIC_LINKER): Add musl linker Signed-off-by: Richard Purdie --- diff --git a/gcc/config/nios2/linux.h b/gcc/config/nios2/linux.h index 08edf1521f6b..15696d86241b 100644 --- a/gcc/config/nios2/linux.h +++ b/gcc/config/nios2/linux.h @@ -30,6 +30,7 @@ #define CPP_SPEC "%{posix:-D_POSIX_SOURCE} %{pthread:-D_REENTRANT}" #define GLIBC_DYNAMIC_LINKER "/lib/ld-linux-nios2.so.1" +#define MUSL_DYNAMIC_LINKER "/lib/ld-musl-nios2.so.1" #undef LINK_SPEC #define LINK_SPEC LINK_SPEC_ENDIAN \