Remove cilk packages
authorMikhail Kashkarov <m.kashkarov@partner.samsung.com>
Wed, 27 Nov 2019 14:25:34 +0000 (17:25 +0300)
committerSlava Barinov <v.barinov@samsung.com>
Thu, 27 Apr 2023 09:07:02 +0000 (12:07 +0300)
Removed in upstream

packaging/gcc-aarch64.spec
packaging/gcc-armv7hl.spec
packaging/gcc-armv7l.spec
packaging/gcc.spec

index 3f9dea0..36dbb72 100644 (file)
@@ -64,7 +64,6 @@
 %define atomic_arch x86_64 %ix86 %arm aarch64 ppc ppc64 ppc64le s390 s390x %sparc m68k
 %define lsan_arch x86_64 %ix86 %arm aarch64
 %define ubsan_arch x86_64 %ix86 ppc ppc64 %arm aarch64
-%define cilkrts_arch x86_64 %ix86
 
 %ifarch armv7l
 %define ARCH armv7l
@@ -310,16 +309,6 @@ The runtime library for atomic operations of the GNU Compiler Collection (GCC).
 %post -n libatomic -p /sbin/ldconfig
 %postun -n libatomic -p /sbin/ldconfig
 
-%package -n libcilkrts
-Summary:       The GNU Compiler Cilk+ Runtime Library
-License:       MIT
-Group:         Development/Languages
-%description -n libcilkrts
-The runtime library needed to run programs compiled with the
--fcilkplus option of the GNU Compiler Collection (GCC).
-%post -n libcilkrts -p /sbin/ldconfig
-%postun -n libcilkrts -p /sbin/ldconfig
-
 %package -n liblsan
 Summary:       The GNU Compiler Leak Sanitizer Runtime Library
 License:       MIT
@@ -602,16 +591,6 @@ The runtime library for atomic operations of the GNU Compiler Collection (GCC).
 %post -n libatomic-32bit -p /sbin/ldconfig
 %postun -n libatomic-32bit -p /sbin/ldconfig
 
-%package -n libcilkrts-32bit
-Summary:       The GNU Compiler Cilk+ Runtime Library
-License:       MIT
-Group:         Development/Languages
-%description -n libcilkrts-32bit
-The runtime library needed to run programs compiled with the
--fcilkplus option of the GNU Compiler Collection (GCC).
-%post -n libcilkrts-32bit -p /sbin/ldconfig
-%postun -n libcilkrts-32bit -p /sbin/ldconfig
-
 %package -n libubsan-32bit
 Summary:       The GNU Compiler Undefined Sanitizer Runtime Library
 License:       MIT
@@ -882,7 +861,7 @@ mv %{buildroot}%{_prefix}/lib/libgcc_s.so* %{buildroot}%{libsubdir}/32/
 %endif
 
 # move libraries to libdir
-for lib in asan atomic cilkrts gfortran gomp cc1 itm lsan quadmath stdc++ supc++ tsan ubsan
+for lib in asan atomic gfortran gomp cc1 itm lsan quadmath stdc++ supc++ tsan ubsan
 do
   [ -e %{buildroot}%{libsubdir}/lib$lib.a ] && mv %{buildroot}%{libsubdir}/lib$lib.a %{buildroot}%{libdir}/
   [ -e %{buildroot}%{libsubdir}/lib$lib.so ] && mv %{buildroot}%{libsubdir}/lib$lib.so* %{buildroot}%{libdir}/
@@ -934,9 +913,6 @@ mv -v libsanitizer.tar.bz %{buildroot}/src
 %{libsubdir}/*.spec
 %{libdir}/*.so
 %{libdir}/*.a
-%ifarch %cilkrts_arch
-%{libsubdir}/include/cilk/*
-%endif
 %{libsubdir}/include/sanitizer/*
 %ifarch %asan_arch
 %exclude %{libdir}/libasan.so
@@ -1027,13 +1003,6 @@ mv -v libsanitizer.tar.bz %{buildroot}/src
 %{libdir}/libitm.so.*
 %endif
 
-%ifarch %cilkrts_arch
-%files -n libcilkrts
-%manifest gcc.manifest
-%defattr(-,root,root)
-%{libdir}/libcilkrts.so.*
-%endif
-
 %ifarch %ubsan_arch
 %files -n libubsan
 %manifest gcc.manifest
@@ -1120,12 +1089,6 @@ mv -v libsanitizer.tar.bz %{buildroot}/src
 %{libsubdir}/32/libatomic.so.*
 %endif
 
-%ifarch %cilkrts_arch
-%files -n libcilkrts-32bit
-%defattr(-,root,root)
-%{libsubdir}/32/libcilkrts.so.*
-%endif
-
 %files -n libgcc-32bit
 %manifest gcc.manifest
 %license COPYING3 COPYING.RUNTIME
index 9dfef10..7665894 100644 (file)
@@ -64,7 +64,6 @@
 %define atomic_arch x86_64 %ix86 %arm aarch64 ppc ppc64 ppc64le s390 s390x %sparc m68k
 %define lsan_arch x86_64 %ix86 %arm aarch64
 %define ubsan_arch x86_64 %ix86 ppc ppc64 %arm aarch64
-%define cilkrts_arch x86_64 %ix86
 
 %ifarch armv7l
 %define ARCH armv7l
@@ -310,16 +309,6 @@ The runtime library for atomic operations of the GNU Compiler Collection (GCC).
 %post -n libatomic -p /sbin/ldconfig
 %postun -n libatomic -p /sbin/ldconfig
 
-%package -n libcilkrts
-Summary:       The GNU Compiler Cilk+ Runtime Library
-License:       MIT
-Group:         Development/Languages
-%description -n libcilkrts
-The runtime library needed to run programs compiled with the
--fcilkplus option of the GNU Compiler Collection (GCC).
-%post -n libcilkrts -p /sbin/ldconfig
-%postun -n libcilkrts -p /sbin/ldconfig
-
 %package -n liblsan
 Summary:       The GNU Compiler Leak Sanitizer Runtime Library
 License:       MIT
@@ -602,16 +591,6 @@ The runtime library for atomic operations of the GNU Compiler Collection (GCC).
 %post -n libatomic-32bit -p /sbin/ldconfig
 %postun -n libatomic-32bit -p /sbin/ldconfig
 
-%package -n libcilkrts-32bit
-Summary:       The GNU Compiler Cilk+ Runtime Library
-License:       MIT
-Group:         Development/Languages
-%description -n libcilkrts-32bit
-The runtime library needed to run programs compiled with the
--fcilkplus option of the GNU Compiler Collection (GCC).
-%post -n libcilkrts-32bit -p /sbin/ldconfig
-%postun -n libcilkrts-32bit -p /sbin/ldconfig
-
 %package -n libubsan-32bit
 Summary:       The GNU Compiler Undefined Sanitizer Runtime Library
 License:       MIT
@@ -882,7 +861,7 @@ mv %{buildroot}%{_prefix}/lib/libgcc_s.so* %{buildroot}%{libsubdir}/32/
 %endif
 
 # move libraries to libdir
-for lib in asan atomic cilkrts gfortran gomp cc1 itm lsan quadmath stdc++ supc++ tsan ubsan
+for lib in asan atomic gfortran gomp cc1 itm lsan quadmath stdc++ supc++ tsan ubsan
 do
   [ -e %{buildroot}%{libsubdir}/lib$lib.a ] && mv %{buildroot}%{libsubdir}/lib$lib.a %{buildroot}%{libdir}/
   [ -e %{buildroot}%{libsubdir}/lib$lib.so ] && mv %{buildroot}%{libsubdir}/lib$lib.so* %{buildroot}%{libdir}/
@@ -934,9 +913,6 @@ mv -v libsanitizer.tar.bz %{buildroot}/src
 %{libsubdir}/*.spec
 %{libdir}/*.so
 %{libdir}/*.a
-%ifarch %cilkrts_arch
-%{libsubdir}/include/cilk/*
-%endif
 %{libsubdir}/include/sanitizer/*
 %ifarch %asan_arch
 %exclude %{libdir}/libasan.so
@@ -1027,13 +1003,6 @@ mv -v libsanitizer.tar.bz %{buildroot}/src
 %{libdir}/libitm.so.*
 %endif
 
-%ifarch %cilkrts_arch
-%files -n libcilkrts
-%manifest gcc.manifest
-%defattr(-,root,root)
-%{libdir}/libcilkrts.so.*
-%endif
-
 %ifarch %ubsan_arch
 %files -n libubsan
 %manifest gcc.manifest
@@ -1120,12 +1089,6 @@ mv -v libsanitizer.tar.bz %{buildroot}/src
 %{libsubdir}/32/libatomic.so.*
 %endif
 
-%ifarch %cilkrts_arch
-%files -n libcilkrts-32bit
-%defattr(-,root,root)
-%{libsubdir}/32/libcilkrts.so.*
-%endif
-
 %files -n libgcc-32bit
 %manifest gcc.manifest
 %license COPYING3 COPYING.RUNTIME
index 4f787ac..22ca6d4 100644 (file)
@@ -64,7 +64,6 @@
 %define atomic_arch x86_64 %ix86 %arm aarch64 ppc ppc64 ppc64le s390 s390x %sparc m68k
 %define lsan_arch x86_64 %ix86 %arm aarch64
 %define ubsan_arch x86_64 %ix86 ppc ppc64 %arm aarch64
-%define cilkrts_arch x86_64 %ix86
 
 %ifarch armv7l
 %define ARCH armv7l
@@ -310,16 +309,6 @@ The runtime library for atomic operations of the GNU Compiler Collection (GCC).
 %post -n libatomic -p /sbin/ldconfig
 %postun -n libatomic -p /sbin/ldconfig
 
-%package -n libcilkrts
-Summary:       The GNU Compiler Cilk+ Runtime Library
-License:       MIT
-Group:         Development/Languages
-%description -n libcilkrts
-The runtime library needed to run programs compiled with the
--fcilkplus option of the GNU Compiler Collection (GCC).
-%post -n libcilkrts -p /sbin/ldconfig
-%postun -n libcilkrts -p /sbin/ldconfig
-
 %package -n liblsan
 Summary:       The GNU Compiler Leak Sanitizer Runtime Library
 License:       MIT
@@ -602,16 +591,6 @@ The runtime library for atomic operations of the GNU Compiler Collection (GCC).
 %post -n libatomic-32bit -p /sbin/ldconfig
 %postun -n libatomic-32bit -p /sbin/ldconfig
 
-%package -n libcilkrts-32bit
-Summary:       The GNU Compiler Cilk+ Runtime Library
-License:       MIT
-Group:         Development/Languages
-%description -n libcilkrts-32bit
-The runtime library needed to run programs compiled with the
--fcilkplus option of the GNU Compiler Collection (GCC).
-%post -n libcilkrts-32bit -p /sbin/ldconfig
-%postun -n libcilkrts-32bit -p /sbin/ldconfig
-
 %package -n libubsan-32bit
 Summary:       The GNU Compiler Undefined Sanitizer Runtime Library
 License:       MIT
@@ -882,7 +861,7 @@ mv %{buildroot}%{_prefix}/lib/libgcc_s.so* %{buildroot}%{libsubdir}/32/
 %endif
 
 # move libraries to libdir
-for lib in asan atomic cilkrts gfortran gomp cc1 itm lsan quadmath stdc++ supc++ tsan ubsan
+for lib in asan atomic gfortran gomp cc1 itm lsan quadmath stdc++ supc++ tsan ubsan
 do
   [ -e %{buildroot}%{libsubdir}/lib$lib.a ] && mv %{buildroot}%{libsubdir}/lib$lib.a %{buildroot}%{libdir}/
   [ -e %{buildroot}%{libsubdir}/lib$lib.so ] && mv %{buildroot}%{libsubdir}/lib$lib.so* %{buildroot}%{libdir}/
@@ -934,9 +913,6 @@ mv -v libsanitizer.tar.bz %{buildroot}/src
 %{libsubdir}/*.spec
 %{libdir}/*.so
 %{libdir}/*.a
-%ifarch %cilkrts_arch
-%{libsubdir}/include/cilk/*
-%endif
 %{libsubdir}/include/sanitizer/*
 %ifarch %asan_arch
 %exclude %{libdir}/libasan.so
@@ -1027,13 +1003,6 @@ mv -v libsanitizer.tar.bz %{buildroot}/src
 %{libdir}/libitm.so.*
 %endif
 
-%ifarch %cilkrts_arch
-%files -n libcilkrts
-%manifest gcc.manifest
-%defattr(-,root,root)
-%{libdir}/libcilkrts.so.*
-%endif
-
 %ifarch %ubsan_arch
 %files -n libubsan
 %manifest gcc.manifest
@@ -1120,12 +1089,6 @@ mv -v libsanitizer.tar.bz %{buildroot}/src
 %{libsubdir}/32/libatomic.so.*
 %endif
 
-%ifarch %cilkrts_arch
-%files -n libcilkrts-32bit
-%defattr(-,root,root)
-%{libsubdir}/32/libcilkrts.so.*
-%endif
-
 %files -n libgcc-32bit
 %manifest gcc.manifest
 %license COPYING3 COPYING.RUNTIME
index 03fc95b..eb60b24 100644 (file)
@@ -61,7 +61,6 @@
 %define atomic_arch x86_64 %ix86 %arm aarch64 ppc ppc64 ppc64le s390 s390x %sparc m68k
 %define lsan_arch x86_64 %ix86 %arm aarch64
 %define ubsan_arch x86_64 %ix86 ppc ppc64 %arm aarch64
-%define cilkrts_arch x86_64 %ix86
 
 %ifarch armv7l
 %define ARCH armv7l
@@ -307,16 +306,6 @@ The runtime library for atomic operations of the GNU Compiler Collection (GCC).
 %post -n libatomic -p /sbin/ldconfig
 %postun -n libatomic -p /sbin/ldconfig
 
-%package -n libcilkrts
-Summary:       The GNU Compiler Cilk+ Runtime Library
-License:       MIT
-Group:         Development/Languages
-%description -n libcilkrts
-The runtime library needed to run programs compiled with the
--fcilkplus option of the GNU Compiler Collection (GCC).
-%post -n libcilkrts -p /sbin/ldconfig
-%postun -n libcilkrts -p /sbin/ldconfig
-
 %package -n liblsan
 Summary:       The GNU Compiler Leak Sanitizer Runtime Library
 License:       MIT
@@ -599,16 +588,6 @@ The runtime library for atomic operations of the GNU Compiler Collection (GCC).
 %post -n libatomic-32bit -p /sbin/ldconfig
 %postun -n libatomic-32bit -p /sbin/ldconfig
 
-%package -n libcilkrts-32bit
-Summary:       The GNU Compiler Cilk+ Runtime Library
-License:       MIT
-Group:         Development/Languages
-%description -n libcilkrts-32bit
-The runtime library needed to run programs compiled with the
--fcilkplus option of the GNU Compiler Collection (GCC).
-%post -n libcilkrts-32bit -p /sbin/ldconfig
-%postun -n libcilkrts-32bit -p /sbin/ldconfig
-
 %package -n libubsan-32bit
 Summary:       The GNU Compiler Undefined Sanitizer Runtime Library
 License:       MIT
@@ -879,7 +858,7 @@ mv %{buildroot}%{_prefix}/lib/libgcc_s.so* %{buildroot}%{libsubdir}/32/
 %endif
 
 # move libraries to libdir
-for lib in asan atomic cilkrts gfortran gomp cc1 itm lsan quadmath stdc++ supc++ tsan ubsan
+for lib in asan atomic gfortran gomp cc1 itm lsan quadmath stdc++ supc++ tsan ubsan
 do
   [ -e %{buildroot}%{libsubdir}/lib$lib.a ] && mv %{buildroot}%{libsubdir}/lib$lib.a %{buildroot}%{libdir}/
   [ -e %{buildroot}%{libsubdir}/lib$lib.so ] && mv %{buildroot}%{libsubdir}/lib$lib.so* %{buildroot}%{libdir}/
@@ -931,9 +910,6 @@ mv -v libsanitizer.tar.bz %{buildroot}/src
 %{libsubdir}/*.spec
 %{libdir}/*.so
 %{libdir}/*.a
-%ifarch %cilkrts_arch
-%{libsubdir}/include/cilk/*
-%endif
 %{libsubdir}/include/sanitizer/*
 %ifarch %asan_arch
 %exclude %{libdir}/libasan.so
@@ -1024,13 +1000,6 @@ mv -v libsanitizer.tar.bz %{buildroot}/src
 %{libdir}/libitm.so.*
 %endif
 
-%ifarch %cilkrts_arch
-%files -n libcilkrts
-%manifest gcc.manifest
-%defattr(-,root,root)
-%{libdir}/libcilkrts.so.*
-%endif
-
 %ifarch %ubsan_arch
 %files -n libubsan
 %manifest gcc.manifest
@@ -1117,12 +1086,6 @@ mv -v libsanitizer.tar.bz %{buildroot}/src
 %{libsubdir}/32/libatomic.so.*
 %endif
 
-%ifarch %cilkrts_arch
-%files -n libcilkrts-32bit
-%defattr(-,root,root)
-%{libsubdir}/32/libcilkrts.so.*
-%endif
-
 %files -n libgcc-32bit
 %manifest gcc.manifest
 %license COPYING3 COPYING.RUNTIME