forked from pool/gcc12
Rev devel:gcc/48 Md5 23df2a604f6790b5b177201d4d42160c 2022-05-16 07:45:18 rguenther None
This commit is contained in:
parent
7ca511ad2c
commit
f30f95bb90
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:5a35b83915c40ed97e250ee91068c0b18311abb1eeeba75678a0c7fedf792cca
|
oid sha256:72471cc16360c7c747ab5f157bcb7e7099228137d7832ed4858b8e1e12b1c28e
|
||||||
size 87808
|
size 87926
|
||||||
|
@ -398,6 +398,7 @@ Patch100: newlib-4.1.0-aligned_alloc.patch
|
|||||||
|
|
||||||
Summary: Testsuite results
|
Summary: Testsuite results
|
||||||
License: SUSE-Public-Domain
|
License: SUSE-Public-Domain
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Results from running the gcc and target library testsuites.
|
Results from running the gcc and target library testsuites.
|
||||||
|
@ -1865,6 +1865,7 @@ Runtime library for the GNU D language.
|
|||||||
%package -n libgccjit%{libgccjit_sover}%{libgccjit_suffix}
|
%package -n libgccjit%{libgccjit_sover}%{libgccjit_suffix}
|
||||||
Summary: The GNU Compiler Collection JIT library
|
Summary: The GNU Compiler Collection JIT library
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
Provides: libgccjit%{libgccjit_sover} = %{version}-%{release}
|
Provides: libgccjit%{libgccjit_sover} = %{version}-%{release}
|
||||||
# Only one package may provide this - allows multiple gcc versions
|
# Only one package may provide this - allows multiple gcc versions
|
||||||
# to co-exist without an overly large list of provides/obsoletes
|
# to co-exist without an overly large list of provides/obsoletes
|
||||||
@ -1894,6 +1895,7 @@ Package contains header files and documentation for GCC JIT front-end.
|
|||||||
%package -n gcc12-testresults
|
%package -n gcc12-testresults
|
||||||
Summary: Testsuite results
|
Summary: Testsuite results
|
||||||
License: SUSE-Public-Domain
|
License: SUSE-Public-Domain
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
|
|
||||||
%description -n gcc12-testresults
|
%description -n gcc12-testresults
|
||||||
Results from running the gcc and target library testsuites.
|
Results from running the gcc and target library testsuites.
|
||||||
@ -3607,6 +3609,7 @@ cat cpplib%{binsuffix}.lang gcc%{binsuffix}.lang > gcc12-locale.lang
|
|||||||
%{_prefix}/%{_lib}/libgccjit.so.%{libgccjit_sover}*
|
%{_prefix}/%{_lib}/libgccjit.so.%{libgccjit_sover}*
|
||||||
|
|
||||||
%files -n libgccjit%{libgccjit_sover}-devel%{libdevel_suffix}
|
%files -n libgccjit%{libgccjit_sover}-devel%{libdevel_suffix}
|
||||||
|
%defattr(-,root,root)
|
||||||
%doc gcc/jit/docs/examples
|
%doc gcc/jit/docs/examples
|
||||||
%{_prefix}/%{_lib}/libgccjit.so
|
%{_prefix}/%{_lib}/libgccjit.so
|
||||||
%{_prefix}/include/libgccjit.h
|
%{_prefix}/include/libgccjit.h
|
||||||
|
Loading…
Reference in New Issue
Block a user