This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] multiarch support for non-glibc linux systems


On 7 June 2017 19:22:43 CEST, Szabolcs Nagy <szabolcs.nagy@arm.com> wrote:
>Current multiarch directory name is always *-linux-gnu* on linux,
>this patch configures different names for uclibc and musl targets.
>(tested by the debian rebootstrap scripts for various *-linux-musl
>and *-linux-uclibc targets see debian bug #861588)

FWIW my version since ages uses $libc but in effect is identical, yes.

Cheers,
>
>gcc/
>2017-06-07  Szabolcs Nagy  <szabolcs.nagy@arm.com>
>
>	* config.gcc (*-linux-musl*): Add t-musl tmake_file.
>	(*-linux-uclibc*): Add t-uclibc tmake_file.
>	* config/t-musl: New.
>	* config/t-uclibc: New.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]