mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-26 07:51:06 +00:00
759e191c25
The following are experimental patches for gcc that add support for musl-libc. I haven't been able to test every combination, but please test and let me know on the mailing-list or on irc your results! Signed-off-by: Bryan Hundven <bryanhundven@gmail.com> [yann.morin.1998@free.fr: ditch the gcc-4.7 patches] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
15 lines
505 B
Diff
15 lines
505 B
Diff
Index: gcc-4.9.1/fixincludes/mkfixinc.sh
|
|
===================================================================
|
|
--- gcc-4.9.1.orig/fixincludes/mkfixinc.sh
|
|
+++ gcc-4.9.1/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}
|