From: Mikhail Kashkarov Date: Wed, 27 Nov 2019 14:25:34 +0000 (+0300) Subject: Remove cilk packages X-Git-Tag: accepted/tizen/base/tool/dev/20230608.110738~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7c0d02a0ff7530726bf4531e06d9b6c88fa607d0;p=platform%2Fupstream%2Fgcc.git Remove cilk packages Removed in upstream --- diff --git a/packaging/gcc-aarch64.spec b/packaging/gcc-aarch64.spec index 3f9dea0..36dbb72 100644 --- a/packaging/gcc-aarch64.spec +++ b/packaging/gcc-aarch64.spec @@ -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 diff --git a/packaging/gcc-armv7hl.spec b/packaging/gcc-armv7hl.spec index 9dfef10..7665894 100644 --- a/packaging/gcc-armv7hl.spec +++ b/packaging/gcc-armv7hl.spec @@ -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 diff --git a/packaging/gcc-armv7l.spec b/packaging/gcc-armv7l.spec index 4f787ac..22ca6d4 100644 --- a/packaging/gcc-armv7l.spec +++ b/packaging/gcc-armv7l.spec @@ -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 diff --git a/packaging/gcc.spec b/packaging/gcc.spec index 03fc95b..eb60b24 100644 --- a/packaging/gcc.spec +++ b/packaging/gcc.spec @@ -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