This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] multiarch support for non-glibc linux systems
- From: Bernhard Reutner-Fischer <rep dot dot dot nop at gmail dot com>
- To: gcc-patches at gcc dot gnu dot org,Szabolcs Nagy <szabolcs dot nagy at arm dot com>,"gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>
- Cc: nd at arm dot com,helmutg at debian dot org,doko at debian dot org
- Date: Wed, 07 Jun 2017 20:40:56 +0200
- Subject: Re: [PATCH] multiarch support for non-glibc linux systems
- Authentication-results: sourceware.org; auth=none
- References: <59383663.5050409@arm.com>
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.