]> git.pld-linux.org Git - packages/gcc.git/blobdiff - gcc.spec
add more arm headers
[packages/gcc.git] / gcc.spec
index 59643eae67512313746ad1a3ce555f633d087feb..dec00ae69c081da9817b3e8778b58f4857f2638d 100644 (file)
--- a/gcc.spec
+++ b/gcc.spec
@@ -96,7 +96,7 @@
 # Stable is: any major_ver and minor_ver >= 1.0
 # For PLD we usually use gcc when minor_ver >= 2.0 (first bugfix release or later)
 %define                major_ver       10
-%define                minor_ver       1.0
+%define                minor_ver       2.0
 
 Summary:       GNU Compiler Collection: the C compiler and shared files
 Summary(es.UTF-8):     Colección de compiladores GNU: el compilador C y ficheros compartidos
@@ -109,14 +109,14 @@ Epoch:            6
 License:       GPL v3+
 Group:         Development/Languages
 Source0:       https://gcc.gnu.org/pub/gcc/releases/%{name}-%{version}/%{name}-%{version}.tar.xz
-# Source0-md5: 7d48e00245330c48b670ec9a2c518291
+# Source0-md5: e9fd9b1789155ad09bcf3ae747596b50
 Source1:       %{name}-optimize-la.pl
 # check libffi version with libffi/configure.ac
 Source3:       libffi.pc.in
 Source4:       branch.sh
 # use branch.sh to update gcc-branch.diff
 Patch100:      %{name}-branch.diff
-# Patch100-md5:        a5de6418eae59cb6369cafbcb723bbf1
+# Patch100-md5:        9aed120c7b52a2c548dfb9996857c2a9
 Patch0:                %{name}-info.patch
 Patch2:                %{name}-nodebug.patch
 Patch3:                %{name}-ada-link.patch
@@ -3208,10 +3208,14 @@ rm -rf $RPM_BUILD_ROOT
 %ifarch %{arm}
 %{gcclibdir}/include/arm_acle.h
 %{gcclibdir}/include/arm_bf16.h
+%{gcclibdir}/include/arm_cde.h
 %{gcclibdir}/include/arm_cmse.h
 %{gcclibdir}/include/arm_fp16.h
+%{gcclibdir}/include/arm_mve.h
+%{gcclibdir}/include/arm_mve_types.h
 %{gcclibdir}/include/arm_neon.h
 %{gcclibdir}/include/mmintrin.h
+%{gcclibdir}/include/unwind-arm-common.h
 %endif
 %ifarch aarch64
 %{gcclibdir}/include/arm_acle.h
This page took 0.039406 seconds and 4 git commands to generate.