Skip to content
Snippets Groups Projects
Commit 218213df authored by Gregor Richards's avatar Gregor Richards Committed by Kyrylo Tkachov
Browse files

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
parent 513686a6
No related merge requests found
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> 2015-03-28 John David Anglin <danglin@gcc.gnu.org>
PR libstdc++/65500 PR libstdc++/65500
......
...@@ -19,7 +19,8 @@ case $machine in ...@@ -19,7 +19,8 @@ case $machine in
powerpc-*-eabi* | \ powerpc-*-eabi* | \
powerpc-*-rtems* | \ powerpc-*-rtems* | \
powerpcle-*-eabisim* | \ powerpcle-*-eabisim* | \
powerpcle-*-eabi* ) powerpcle-*-eabi* | \
*-musl* )
# IF there is no include fixing, # IF there is no include fixing,
# THEN create a no-op fixer and exit # THEN create a no-op fixer and exit
(echo "#! /bin/sh" ; echo "exit 0" ) > ${target} (echo "#! /bin/sh" ; echo "exit 0" ) > ${target}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment