]> gcc.gnu.org Git - gcc.git/commit
multiarch support for non-glibc linux systems
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Wed, 28 Jun 2017 16:02:42 +0000 (16:02 +0000)
committerSzabolcs Nagy <nsz@gcc.gnu.org>
Wed, 28 Jun 2017 16:02:42 +0000 (16:02 +0000)
commitad669a1af4009b2d1f667716874758d91282869b
tree7eb1505fc5301b0499a19fe2c95393cd488cdf92
parent0ddc0ebc887b384fcb847743400be762b1a26f6d
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.

From-SVN: r249745
gcc/ChangeLog
gcc/config.gcc
gcc/config/t-musl [new file with mode: 0644]
gcc/config/t-uclibc [new file with mode: 0644]
This page took 0.055054 seconds and 5 git commands to generate.