From 615b784bd3d53a77b7e34e3879a72e7e51477db6 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 1 Jul 2016 13:28:26 +0100 Subject: gcc: remove GCC 4.9 Signed-off-by: Ross Burton --- .../gcc/gcc-4.9/0070-libstdc-musl.patch | 32 ---------------------- 1 file changed, 32 deletions(-) delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0070-libstdc-musl.patch (limited to 'meta/recipes-devtools/gcc/gcc-4.9/0070-libstdc-musl.patch') diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0070-libstdc-musl.patch b/meta/recipes-devtools/gcc/gcc-4.9/0070-libstdc-musl.patch deleted file mode 100644 index 048e481dce..0000000000 --- a/meta/recipes-devtools/gcc/gcc-4.9/0070-libstdc-musl.patch +++ /dev/null @@ -1,32 +0,0 @@ -Upstream-Status: Pending -Signed-off-by: Khem Raj - -Index: gcc-4.9-20140316/libstdc++-v3/configure.host -=================================================================== ---- gcc-4.9-20140316.orig/libstdc++-v3/configure.host 2014-03-26 01:12:19.466008193 -0700 -+++ gcc-4.9-20140316/libstdc++-v3/configure.host 2014-03-26 01:43:48.222684357 -0700 -@@ -264,14 +264,24 @@ - os_include_dir="os/bsd/freebsd" - ;; - gnu* | linux* | kfreebsd*-gnu | knetbsd*-gnu) -+ # check for musl by target -+ case "${host_os}" in -+ *-musl*) -+ os_include_dir="os/generic" -+ ;; -+ *) - if [ "$uclibc" = "yes" ]; then - os_include_dir="os/uclibc" - elif [ "$bionic" = "yes" ]; then - os_include_dir="os/bionic" -+ elif [ "$musl" = "yes" ]; then -+ os_include_dir="os/generic" - else - os_include_dir="os/gnu-linux" - fi - ;; -+ esac -+ ;; - hpux*) - os_include_dir="os/hpux" - ;; -- cgit 1.2.3-korg