summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/boost/boost
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@cn.fujitsu.com>2020-05-23 02:23:08 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-05-24 23:56:03 +0100
commita28c4978ebfd4b2928ee8beeeabdc9fa631cb619 (patch)
tree7bc5f8befd3746b66a4a5284b760fb2dcfd458ae /meta/recipes-support/boost/boost
parent945cf5f02a6bba194c658e66ad5699569415db99 (diff)
downloadpoky-a28c4978ebfd4b2928ee8beeeabdc9fa631cb619.tar.gz
boost: upgrade 1.72.0 -> 1.73.0
refresh 0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch remove 0001-revert-cease-dependence-on-range.patch since it is included in 1.73.0 (From OE-Core rev: 1728ecf71f96570913202a54fd0012ac8b01b8ae) Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/boost/boost')
-rw-r--r--meta/recipes-support/boost/boost/0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch15
1 files changed, 10 insertions, 5 deletions
diff --git a/meta/recipes-support/boost/boost/0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch b/meta/recipes-support/boost/boost/0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch
index 68d6e6417f..7c6b62e383 100644
--- a/meta/recipes-support/boost/boost/0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch
+++ b/meta/recipes-support/boost/boost/0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch
@@ -1,21 +1,22 @@
1From f4d3fad43d67808d71325ba0df1457555b9a0086 Mon Sep 17 00:00:00 2001 1From f4d3fad43d67808d71325ba0df1457555b9a0086 Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex.kanavin@gmail.com> 2From: Alexander Kanavin <alex.kanavin@gmail.com>
3Date: Tue, 18 Dec 2018 15:42:57 +0100 3Date: Tue, 18 Dec 2018 15:42:57 +0100
4Subject: [PATCH] Don't set up arch/instruction-set flags, we do that ourselves 4Subject: [PATCH] Don't set up arch/instruction-set flags, we do that
5ourselves
5 6
6Upstream-Status: Inappropriate 7Upstream-Status: Inappropriate
7Signed-off-by: Christopher Larson <chris_larson@mentor.com> 8Signed-off-by: Christopher Larson <chris_larson@mentor.com>
8Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> 9Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
9 10
10--- 11---
11 tools/build/src/tools/gcc.jam | 132 ---------------------------------- 12 tools/build/src/tools/gcc.jam | 133 ----------------------------------
12 1 file changed, 132 deletions(-) 13 1 file changed, 133 deletions(-)
13 14
14diff --git a/tools/build/src/tools/gcc.jam b/tools/build/src/tools/gcc.jam 15diff --git a/tools/build/src/tools/gcc.jam b/tools/build/src/tools/gcc.jam
15index b9bb9cf2a..c7e3cf3fe 100644 16index 8910a55f2..ed7e7b20c 100644
16--- a/tools/build/src/tools/gcc.jam 17--- a/tools/build/src/tools/gcc.jam
17+++ b/tools/build/src/tools/gcc.jam 18+++ b/tools/build/src/tools/gcc.jam
18@@ -1180,135 +1180,3 @@ local rule cpu-flags ( toolset variable : architecture : instruction-set + : 19@@ -1195,136 +1195,3 @@ local rule cpu-flags ( toolset variable : architecture : instruction-set + :
19 <architecture>$(architecture)/<instruction-set>$(instruction-set) 20 <architecture>$(architecture)/<instruction-set>$(instruction-set)
20 : $(values) ; 21 : $(values) ;
21 } 22 }
@@ -149,5 +150,9 @@ index b9bb9cf2a..c7e3cf3fe 100644
149-cpu-flags gcc OPTIONS : s390x : zEC12 : -march=zEC12 ; 150-cpu-flags gcc OPTIONS : s390x : zEC12 : -march=zEC12 ;
150-cpu-flags gcc OPTIONS : s390x : z13 : -march=z13 ; 151-cpu-flags gcc OPTIONS : s390x : z13 : -march=z13 ;
151-cpu-flags gcc OPTIONS : s390x : z14 : -march=z14 ; 152-cpu-flags gcc OPTIONS : s390x : z14 : -march=z14 ;
153-cpu-flags gcc OPTIONS : s390x : z15 : -march=z15 ;
152-# AIX variant of RS/6000 & PowerPC 154-# AIX variant of RS/6000 & PowerPC
153-toolset.flags gcc AROPTIONS <address-model>64/<target-os>aix : "-X64" ; 155-toolset.flags gcc AROPTIONS <address-model>64/<target-os>aix : "-X64" ;
156--
1572.17.1
158