This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r249745 - in /trunk/gcc: ChangeLog config.gcc c...
- From: nsz at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Wed, 28 Jun 2017 16:02:43 -0000
- Subject: r249745 - in /trunk/gcc: ChangeLog config.gcc c...
Author: nsz
Date: Wed Jun 28 16:02:42 2017
New Revision: 249745
URL: https://gcc.gnu.org/viewcvs?rev=249745&root=gcc&view=rev
Log:
multiarch support for non-glibc linux systems
Current multiarch directory name is always *-linux-gnu* on linux,
this patch configures different names for uclibc and musl targets.
2017-06-28 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.
Added:
trunk/gcc/config/t-musl
trunk/gcc/config/t-uclibc
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config.gcc