summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc/0018-export-CPP.patch
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-02-25 22:55:23 -0800
committerKhem Raj <raj.khem@gmail.com>2021-03-08 16:11:28 -0800
commitdc797bbf95b10e802902a7856708162a388468d4 (patch)
tree7fec626fb5f080944462d2337a926c94bdf634f0 /meta/recipes-devtools/gcc/gcc/0018-export-CPP.patch
parent1f5db6e65e9c05e08c1e51b10a0c11e55b9ed72a (diff)
downloadopenembedded-core-contrib-dc797bbf95b10e802902a7856708162a388468d4.tar.gz
gcc: Upgrade to GCC 11
Drop already upstream/backported patches Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc/0018-export-CPP.patch')
-rw-r--r--meta/recipes-devtools/gcc/gcc/0018-export-CPP.patch9
1 files changed, 6 insertions, 3 deletions
diff --git a/meta/recipes-devtools/gcc/gcc/0018-export-CPP.patch b/meta/recipes-devtools/gcc/gcc/0018-export-CPP.patch
index 886a1221d3..85058b9b0f 100644
--- a/meta/recipes-devtools/gcc/gcc/0018-export-CPP.patch
+++ b/meta/recipes-devtools/gcc/gcc/0018-export-CPP.patch
@@ -1,7 +1,7 @@
-From 5c3d66378c7ff60ca11a875aa4aa6f8a8529d43a Mon Sep 17 00:00:00 2001
+From 40c6d8a8af21bf9834a769dfb5118dbed7435c02 Mon Sep 17 00:00:00 2001
From: Khem Raj <raj.khem@gmail.com>
Date: Fri, 20 Feb 2015 09:40:59 +0000
-Subject: [PATCH] export CPP
+Subject: [PATCH 18/37] export CPP
The OE environment sets and exports CPP as being the target gcc. When
building gcc-cross-canadian for a mingw targetted sdk, the following can be found
@@ -37,7 +37,7 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
1 file changed, 1 insertion(+)
diff --git a/Makefile.in b/Makefile.in
-index 36e369df6e7..c717903bb13 100644
+index 03785200dc7..b1472c4f9da 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -149,6 +149,7 @@ BUILD_EXPORTS = \
@@ -48,3 +48,6 @@ index 36e369df6e7..c717903bb13 100644
CFLAGS="$(CFLAGS_FOR_BUILD)"; export CFLAGS; \
CONFIG_SHELL="$(SHELL)"; export CONFIG_SHELL; \
CXX="$(CXX_FOR_BUILD)"; export CXX; \
+--
+2.30.1
+