r249745 - in /trunk/gcc: ChangeLog config.gcc c...

nsz@gcc.gnu.org nsz@gcc.gnu.org
Wed Jun 28 16:02:00 GMT 2017


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



More information about the Gcc-cvs mailing list