diff options
| author | Timo Teräs <timo.teras@iki.fi> | 2015-06-02 08:56:31 +0000 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-06-05 13:47:16 +0000 |
| commit | 6e1b72b5cd3e62bb418efaae68bd0f50d7391700 (patch) | |
| tree | 8f802657da946121b31af0df7f917e365afc8a4e /main/gcc/210-fixincludes.patch | |
| parent | 6dd6cf5392171bfaaf099e04f774373ff9f486d9 (diff) | |
| download | aports-6e1b72b5cd3e62bb418efaae68bd0f50d7391700.tar.bz2 aports-6e1b72b5cd3e62bb418efaae68bd0f50d7391700.tar.xz | |
main/gcc: upgrade to gcc 5.1.0
Diffstat (limited to 'main/gcc/210-fixincludes.patch')
| -rw-r--r-- | main/gcc/210-fixincludes.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/main/gcc/210-fixincludes.patch b/main/gcc/210-fixincludes.patch new file mode 100644 index 0000000000..fa5e053d08 --- /dev/null +++ b/main/gcc/210-fixincludes.patch @@ -0,0 +1,14 @@ +diff --git a/fixincludes/mkfixinc.sh b/fixincludes/mkfixinc.sh +index 6653fed..0d96c8c 100755 +--- a/fixincludes/mkfixinc.sh ++++ b/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} |
