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/gcc-4.8-musl-fix-iteratephdr.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/gcc-4.8-musl-fix-iteratephdr.patch')
-rw-r--r-- | main/gcc/gcc-4.8-musl-fix-iteratephdr.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/main/gcc/gcc-4.8-musl-fix-iteratephdr.patch b/main/gcc/gcc-4.8-musl-fix-iteratephdr.patch deleted file mode 100644 index b06597ec78..0000000000 --- a/main/gcc/gcc-4.8-musl-fix-iteratephdr.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- gcc-4.8.1/gcc/configure.ac.orig 2013-09-25 04:08:25.046595893 +0000 -+++ gcc-4.8.1/gcc/configure.ac 2013-09-25 04:09:06.023263205 +0000 -@@ -4822,7 +4822,7 @@ - gcc_cv_target_dl_iterate_phdr=no - fi - ;; -- *-linux-musl*) -+ *-linux-musl* | *-linux-uclibc* | *-linux-gnu*) - gcc_cv_target_dl_iterate_phdr=yes - ;; - esac ---- gcc-4.8.1/gcc/configure.orig 2013-09-25 04:08:17.826596392 +0000 -+++ gcc-4.8.1/gcc/configure 2013-09-25 04:09:24.393263387 +0000 -@@ -26923,7 +26923,7 @@ - gcc_cv_target_dl_iterate_phdr=no - fi - ;; -- *-linux-musl*) -+ *-linux-musl* | *-linux-uclibc* | *-linux-gnu*) - gcc_cv_target_dl_iterate_phdr=yes - ;; - esac |