Package: gcc-7
Version: 7.2.0-19

msa.h should be include into libgcc-?-dev package.
Since MSA is only available (and yet optional) for MIPS r5/r6,
this is not enabled by default.

Anyway this header should be installed.

do *NOT* apply this patch to gcc-6, as gcc-6 seems have not MSA support.

-- 
YunQiang Su
diff --git a/debian/rules.d/binary-libgcc.mk b/debian/rules.d/binary-libgcc.mk
index f5ed291..8593340 100644
--- a/debian/rules.d/binary-libgcc.mk
+++ b/debian/rules.d/binary-libgcc.mk
@@ -60,6 +60,7 @@ header_files = \
                    vpclmulqdqintrin.h \
                    
{cet,clflushopt,clwb,clzero,gfni,pcommit,xsavec,xsaves}intrin.h \
                    {arm_acle,unwind-arm-common,s390intrin}.h \
+                   msa.h \
                    {cet,cross-stdarg,syslimits,unwind,varargs}.h; \
                do \
                  test -e $(d)/$(gcc_lib_dir)/include/$$h \

Reply via email to