- Really fix libtsan requirement on ppc. [boo#1030623]

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc7?expand=0&rev=38
This commit is contained in:
Richard Biener 2017-03-27 14:07:20 +00:00 committed by Git OBS Bridge
parent c501f6196b
commit 58fdfd6a81
23 changed files with 106 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 27 14:06:43 UTC 2017 - rguenther@suse.com
- Really fix libtsan requirement on ppc. [boo#1030623]
-------------------------------------------------------------------
Thu Mar 23 09:59:21 UTC 2017 - rguenther@suse.com

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 27 14:06:43 UTC 2017 - rguenther@suse.com
- Really fix libtsan requirement on ppc. [boo#1030623]
-------------------------------------------------------------------
Thu Mar 23 09:59:21 UTC 2017 - rguenther@suse.com

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 27 14:06:43 UTC 2017 - rguenther@suse.com
- Really fix libtsan requirement on ppc. [boo#1030623]
-------------------------------------------------------------------
Thu Mar 23 09:59:21 UTC 2017 - rguenther@suse.com

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 27 14:06:43 UTC 2017 - rguenther@suse.com
- Really fix libtsan requirement on ppc. [boo#1030623]
-------------------------------------------------------------------
Thu Mar 23 09:59:21 UTC 2017 - rguenther@suse.com

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 27 14:06:43 UTC 2017 - rguenther@suse.com
- Really fix libtsan requirement on ppc. [boo#1030623]
-------------------------------------------------------------------
Thu Mar 23 09:59:21 UTC 2017 - rguenther@suse.com

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 27 14:06:43 UTC 2017 - rguenther@suse.com
- Really fix libtsan requirement on ppc. [boo#1030623]
-------------------------------------------------------------------
Thu Mar 23 09:59:21 UTC 2017 - rguenther@suse.com

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 27 14:06:43 UTC 2017 - rguenther@suse.com
- Really fix libtsan requirement on ppc. [boo#1030623]
-------------------------------------------------------------------
Thu Mar 23 09:59:21 UTC 2017 - rguenther@suse.com

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 27 14:06:43 UTC 2017 - rguenther@suse.com
- Really fix libtsan requirement on ppc. [boo#1030623]
-------------------------------------------------------------------
Thu Mar 23 09:59:21 UTC 2017 - rguenther@suse.com

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 27 14:06:43 UTC 2017 - rguenther@suse.com
- Really fix libtsan requirement on ppc. [boo#1030623]
-------------------------------------------------------------------
Thu Mar 23 09:59:21 UTC 2017 - rguenther@suse.com

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 27 14:06:43 UTC 2017 - rguenther@suse.com
- Really fix libtsan requirement on ppc. [boo#1030623]
-------------------------------------------------------------------
Thu Mar 23 09:59:21 UTC 2017 - rguenther@suse.com

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 27 14:06:43 UTC 2017 - rguenther@suse.com
- Really fix libtsan requirement on ppc. [boo#1030623]
-------------------------------------------------------------------
Thu Mar 23 09:59:21 UTC 2017 - rguenther@suse.com

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 27 14:06:43 UTC 2017 - rguenther@suse.com
- Really fix libtsan requirement on ppc. [boo#1030623]
-------------------------------------------------------------------
Thu Mar 23 09:59:21 UTC 2017 - rguenther@suse.com

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 27 14:06:43 UTC 2017 - rguenther@suse.com
- Really fix libtsan requirement on ppc. [boo#1030623]
-------------------------------------------------------------------
Thu Mar 23 09:59:21 UTC 2017 - rguenther@suse.com

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 27 14:06:43 UTC 2017 - rguenther@suse.com
- Really fix libtsan requirement on ppc. [boo#1030623]
-------------------------------------------------------------------
Thu Mar 23 09:59:21 UTC 2017 - rguenther@suse.com

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 27 14:06:43 UTC 2017 - rguenther@suse.com
- Really fix libtsan requirement on ppc. [boo#1030623]
-------------------------------------------------------------------
Thu Mar 23 09:59:21 UTC 2017 - rguenther@suse.com

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 27 14:06:43 UTC 2017 - rguenther@suse.com
- Really fix libtsan requirement on ppc. [boo#1030623]
-------------------------------------------------------------------
Thu Mar 23 09:59:21 UTC 2017 - rguenther@suse.com

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 27 14:06:43 UTC 2017 - rguenther@suse.com
- Really fix libtsan requirement on ppc. [boo#1030623]
-------------------------------------------------------------------
Thu Mar 23 09:59:21 UTC 2017 - rguenther@suse.com

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 27 14:06:43 UTC 2017 - rguenther@suse.com
- Really fix libtsan requirement on ppc. [boo#1030623]
-------------------------------------------------------------------
Thu Mar 23 09:59:21 UTC 2017 - rguenther@suse.com

View File

@ -255,8 +255,10 @@ Requires: libgomp%{libgomp_sover} >= %{version}-%{release}
Requires: libasan%{libasan_sover} >= %{version}-%{release}
%endif
%ifarch %tsan_arch
%if %{build_primary_64bit}
Requires: libtsan%{libtsan_sover} >= %{version}-%{release}
%endif
%endif
%ifarch %atomic_arch
Requires: libatomic%{libatomic_sover} >= %{version}-%{release}
%endif

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 27 14:06:43 UTC 2017 - rguenther@suse.com
- Really fix libtsan requirement on ppc. [boo#1030623]
-------------------------------------------------------------------
Thu Mar 23 09:59:21 UTC 2017 - rguenther@suse.com

View File

@ -267,8 +267,10 @@ Requires: libgomp%{libgomp_sover} >= %{version}-%{release}
Requires: libasan%{libasan_sover} >= %{version}-%{release}
%endif
%ifarch %tsan_arch
%if %{build_primary_64bit}
Requires: libtsan%{libtsan_sover} >= %{version}-%{release}
%endif
%endif
%ifarch %atomic_arch
Requires: libatomic%{libatomic_sover} >= %{version}-%{release}
%endif

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 27 14:06:43 UTC 2017 - rguenther@suse.com
- Really fix libtsan requirement on ppc. [boo#1030623]
-------------------------------------------------------------------
Thu Mar 23 09:59:21 UTC 2017 - rguenther@suse.com

View File

@ -249,8 +249,10 @@ Requires: libgomp%{libgomp_sover} >= %{version}-%{release}
Requires: libasan%{libasan_sover} >= %{version}-%{release}
%endif
%ifarch %tsan_arch
%if %{build_primary_64bit}
Requires: libtsan%{libtsan_sover} >= %{version}-%{release}
%endif
%endif
%ifarch %atomic_arch
Requires: libatomic%{libatomic_sover} >= %{version}-%{release}
%endif