summaryrefslogtreecommitdiffstats
path: root/patches/gcc-9-20191130/0300-also-match-uclibc-when-checking-host-os.patch
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2020-05-04 13:14:03 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-05-08 11:34:00 +0200
commitd8b057ddc713265cd66b632b7992cb61363aaecc (patch)
treeeb4d11b09239f4f5c6b18391fc3090b83b2f7eaa /patches/gcc-9-20191130/0300-also-match-uclibc-when-checking-host-os.patch
parent51ef9fe67a4cd39358f34d62a148aaeee7f865e6 (diff)
downloadOSELAS.Toolchain-d8b057ddc713265cd66b632b7992cb61363aaecc.tar.gz
OSELAS.Toolchain-d8b057ddc713265cd66b632b7992cb61363aaecc.tar.xz
cross-gcc: version bump 9-20191130 -> 10-20200502
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'patches/gcc-9-20191130/0300-also-match-uclibc-when-checking-host-os.patch')
-rw-r--r--patches/gcc-9-20191130/0300-also-match-uclibc-when-checking-host-os.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/patches/gcc-9-20191130/0300-also-match-uclibc-when-checking-host-os.patch b/patches/gcc-9-20191130/0300-also-match-uclibc-when-checking-host-os.patch
deleted file mode 100644
index e5d01a6..0000000
--- a/patches/gcc-9-20191130/0300-also-match-uclibc-when-checking-host-os.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From: Robert Schwebel <r.schwebel@pengutronix.de>
-Date: Tue, 1 Nov 2011 18:25:07 +0100
-Subject: [PATCH] also match uclibc when checking host os
-
-This patch was taken from uclibc.
-
-Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
----
- contrib/regression/objs-gcc.sh | 4 ++++
- 1 file changed, 4 insertions(+)
-
-diff --git a/contrib/regression/objs-gcc.sh b/contrib/regression/objs-gcc.sh
-index 60b0497fea24..6dc7eadff360 100755
---- a/contrib/regression/objs-gcc.sh
-+++ b/contrib/regression/objs-gcc.sh
-@@ -106,6 +106,10 @@ if [ $H_REAL_TARGET = $H_REAL_HOST -a $H_REAL_TARGET = i686-pc-linux-gnu ]
- then
- make all-gdb all-dejagnu all-ld || exit 1
- make install-gdb install-dejagnu install-ld || exit 1
-+elif [ $H_REAL_TARGET = $H_REAL_HOST -a $H_REAL_TARGET = i686-pc-linux-uclibc ]
-+ then
-+ make all-gdb all-dejagnu all-ld || exit 1
-+ make install-gdb install-dejagnu install-ld || exit 1
- elif [ $H_REAL_TARGET = $H_REAL_HOST ] ; then
- make bootstrap || exit 1
- make install || exit 1