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:
parent
513686a6a7
commit
218213dfd0
@ -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>
|
2015-03-28 John David Anglin <danglin@gcc.gnu.org>
|
||||||
|
|
||||||
PR libstdc++/65500
|
PR libstdc++/65500
|
||||||
|
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user