fixincludes update for musl support

On behalf of Szabolcs.Nagy@arm.com

2015-04-22  Gregor Richards  <gregor.richards@uwaterloo.ca>

	* mkfixinc.sh: Add *-musl* with no fixes.

From-SVN: r222327
This commit is contained in:
Gregor Richards 2015-04-22 14:18:16 +00:00 committed by Kyrylo Tkachov
parent 513686a6a7
commit 218213dfd0
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2015-04-22 Gregor Richards <gregor.richards@uwaterloo.ca>
* mkfixinc.sh: Add *-musl* with no fixes.
2015-03-28 John David Anglin <danglin@gcc.gnu.org>
PR libstdc++/65500

View File

@ -19,7 +19,8 @@ case $machine in
powerpc-*-eabi* | \
powerpc-*-rtems* | \
powerpcle-*-eabisim* | \
powerpcle-*-eabi* )
powerpcle-*-eabi* | \
*-musl* )
# IF there is no include fixing,
# THEN create a no-op fixer and exit
(echo "#! /bin/sh" ; echo "exit 0" ) > ${target}