diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2017-05-13 13:54:49 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2017-05-13 13:54:49 +0300 |
commit | 42156b5190f4fa150e1fab6777eb81e69d4db8c9 (patch) | |
tree | 3bf47de81cf1f89892789535a036d2d55d93a136 /debian/patches/gcc-ia64-bootstrap-ignore.diff | |
download | gcc-9-debian/6.3.0-17.tar.gz |
Imported gcc-6 (6.3.0-17)debian/6.3.0-17
Diffstat (limited to 'debian/patches/gcc-ia64-bootstrap-ignore.diff')
-rw-r--r-- | debian/patches/gcc-ia64-bootstrap-ignore.diff | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/patches/gcc-ia64-bootstrap-ignore.diff b/debian/patches/gcc-ia64-bootstrap-ignore.diff new file mode 100644 index 0000000..e529333 --- /dev/null +++ b/debian/patches/gcc-ia64-bootstrap-ignore.diff @@ -0,0 +1,17 @@ +# DP: Ignore bootstrap comparison failure on ia64. Filed upstream as +# DP: PR middle-end/65874. + +Index: b/src/configure.ac +=================================================================== +--- a/src/configure.ac ++++ b/src/configure.ac +@@ -3595,6 +3595,9 @@ fi + + compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/*" + case "$target" in ++ ia64-*linux-gnu) ++ compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/* | gcc/ira.o" ++ ;; + hppa*64*-*-hpux*) ;; + hppa*-*-hpux*) compare_exclusions="gcc/cc*-checksum\$(objext) | */libgcc/lib2funcs* | gcc/ada/*tools/*" ;; + powerpc*-ibm-aix*) compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/* | *libgomp*\$(objext)" ;; |