mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-26 07:51:06 +00:00
15 lines
505 B
Diff
15 lines
505 B
Diff
|
Index: gcc-4.9.0/fixincludes/mkfixinc.sh
|
||
|
===================================================================
|
||
|
--- gcc-4.9.0.orig/fixincludes/mkfixinc.sh
|
||
|
+++ gcc-4.9.0/fixincludes/mkfixinc.sh
|
||
|
@@ -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}
|