summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/boost/boost/0003-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/boost/boost/0003-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch')
-rw-r--r--meta/recipes-support/boost/boost/0003-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch22
1 files changed, 15 insertions, 7 deletions
diff --git a/meta/recipes-support/boost/boost/0003-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch b/meta/recipes-support/boost/boost/0003-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch
index 6bb25f885c..fb6d9711b9 100644
--- a/meta/recipes-support/boost/boost/0003-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch
+++ b/meta/recipes-support/boost/boost/0003-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch
@@ -1,20 +1,21 @@
1From 7c49525812567f1219706c4ed330b3bd2cc8e94a Mon Sep 17 00:00:00 2001 1From 0868761e7d2d75d472090e3ef96f3d2f9ced27f3 Mon Sep 17 00:00:00 2001
2From: Christopher Larson <chris_larson@mentor.com> 2From: Christopher Larson <chris_larson@mentor.com>
3Date: Tue, 13 Dec 2016 10:29:32 -0700 3Date: Tue, 13 Dec 2016 10:29:32 -0700
4Subject: [PATCH 3/3] Don't set up arch/instruction-set flags, we do that 4Subject: [PATCH 5/6] Don't set up arch/instruction-set flags, we do that
5 ourselves 5 ourselves
6 6
7Upstream-Status: Inappropriate 7Upstream-Status: Inappropriate
8Signed-off-by: Christopher Larson <chris_larson@mentor.com> 8Signed-off-by: Christopher Larson <chris_larson@mentor.com>
9
9--- 10---
10 tools/build/src/tools/gcc.jam | 121 ------------------------------------------ 11 tools/build/src/tools/gcc.jam | 127 ------------------------------------------
11 1 file changed, 121 deletions(-) 12 1 file changed, 127 deletions(-)
12 13
13diff --git a/tools/build/src/tools/gcc.jam b/tools/build/src/tools/gcc.jam 14diff --git a/tools/build/src/tools/gcc.jam b/tools/build/src/tools/gcc.jam
14index 942f141..d062c20 100644 15index e3b1b952..e4fc6c32 100644
15--- a/tools/build/src/tools/gcc.jam 16--- a/tools/build/src/tools/gcc.jam
16+++ b/tools/build/src/tools/gcc.jam 17+++ b/tools/build/src/tools/gcc.jam
17@@ -1068,124 +1068,3 @@ local rule cpu-flags ( toolset variable : architecture : instruction-set + : 18@@ -1276,130 +1276,3 @@ local rule cpu-flags ( toolset variable : architecture : instruction-set + :
18 <architecture>$(architecture)/<instruction-set>$(instruction-set) 19 <architecture>$(architecture)/<instruction-set>$(instruction-set)
19 : $(values) ; 20 : $(values) ;
20 } 21 }
@@ -60,6 +61,10 @@ index 942f141..d062c20 100644
60-cpu-flags gcc OPTIONS : x86 : core-avx-i : -march=core-avx-i ; 61-cpu-flags gcc OPTIONS : x86 : core-avx-i : -march=core-avx-i ;
61-cpu-flags gcc OPTIONS : x86 : ivy-bridge : -march=core-avx-i ; 62-cpu-flags gcc OPTIONS : x86 : ivy-bridge : -march=core-avx-i ;
62-cpu-flags gcc OPTIONS : x86 : haswell : -march=core-avx-i -mavx2 -mfma -mbmi -mbmi2 -mlzcnt ; 63-cpu-flags gcc OPTIONS : x86 : haswell : -march=core-avx-i -mavx2 -mfma -mbmi -mbmi2 -mlzcnt ;
64-cpu-flags gcc OPTIONS : x86 : broadwell : -march=broadwell ;
65-cpu-flags gcc OPTIONS : x86 : skylake : -march=skylake ;
66-cpu-flags gcc OPTIONS : x86 : skylake-avx512 : -march=skylake-avx512 ;
67-cpu-flags gcc OPTIONS : x86 : cannonlake : -march=skylake-avx512 -mavx512vbmi -mavx512ifma -msha ;
63-cpu-flags gcc OPTIONS : x86 : k6 : -march=k6 ; 68-cpu-flags gcc OPTIONS : x86 : k6 : -march=k6 ;
64-cpu-flags gcc OPTIONS : x86 : k6-2 : -march=k6-2 ; 69-cpu-flags gcc OPTIONS : x86 : k6-2 : -march=k6-2 ;
65-cpu-flags gcc OPTIONS : x86 : k6-3 : -march=k6-3 ; 70-cpu-flags gcc OPTIONS : x86 : k6-3 : -march=k6-3 ;
@@ -81,8 +86,10 @@ index 942f141..d062c20 100644
81-cpu-flags gcc OPTIONS : x86 : bdver1 : -march=bdver1 ; 86-cpu-flags gcc OPTIONS : x86 : bdver1 : -march=bdver1 ;
82-cpu-flags gcc OPTIONS : x86 : bdver2 : -march=bdver2 ; 87-cpu-flags gcc OPTIONS : x86 : bdver2 : -march=bdver2 ;
83-cpu-flags gcc OPTIONS : x86 : bdver3 : -march=bdver3 ; 88-cpu-flags gcc OPTIONS : x86 : bdver3 : -march=bdver3 ;
89-cpu-flags gcc OPTIONS : x86 : bdver4 : -march=bdver4 ;
84-cpu-flags gcc OPTIONS : x86 : btver1 : -march=btver1 ; 90-cpu-flags gcc OPTIONS : x86 : btver1 : -march=btver1 ;
85-cpu-flags gcc OPTIONS : x86 : btver2 : -march=btver2 ; 91-cpu-flags gcc OPTIONS : x86 : btver2 : -march=btver2 ;
92-cpu-flags gcc OPTIONS : x86 : znver1 : -march=znver1 ;
86-cpu-flags gcc OPTIONS : x86 : winchip-c6 : -march=winchip-c6 ; 93-cpu-flags gcc OPTIONS : x86 : winchip-c6 : -march=winchip-c6 ;
87-cpu-flags gcc OPTIONS : x86 : winchip2 : -march=winchip2 ; 94-cpu-flags gcc OPTIONS : x86 : winchip2 : -march=winchip2 ;
88-cpu-flags gcc OPTIONS : x86 : c3 : -march=c3 ; 95-cpu-flags gcc OPTIONS : x86 : c3 : -march=c3 ;
@@ -140,4 +147,5 @@ index 942f141..d062c20 100644
140-# AIX variant of RS/6000 & PowerPC 147-# AIX variant of RS/6000 & PowerPC
141-toolset.flags gcc AROPTIONS <address-model>64/<target-os>aix : "-X64" ; 148-toolset.flags gcc AROPTIONS <address-model>64/<target-os>aix : "-X64" ;
142-- 149--
1432.8.0 1502.15.1
151