summaryrefslogtreecommitdiff
path: root/debian/patches/gm2-bootstrap-compare.diff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2019-11-19 17:35:47 +0300
committerIgor Pashev <pashev.igor@gmail.com>2019-11-19 17:35:47 +0300
commit03bebac19e6fef19299d7326d3ee41f8a7dd1316 (patch)
treebb413d22ada331790f08b7b9a592e5ab95cd8918 /debian/patches/gm2-bootstrap-compare.diff
parent94a19f31b81e9e7e295414fe2ad2302e0db25a08 (diff)
parent8f6c4b0033c72f8ac14694c419a99458339dd6a9 (diff)
downloadgcc-9-03bebac19e6fef19299d7326d3ee41f8a7dd1316.tar.gz
Merge tag 'debian/9.2.1-19'
Diffstat (limited to 'debian/patches/gm2-bootstrap-compare.diff')
-rw-r--r--debian/patches/gm2-bootstrap-compare.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/patches/gm2-bootstrap-compare.diff b/debian/patches/gm2-bootstrap-compare.diff
new file mode 100644
index 0000000..7dfc4b6
--- /dev/null
+++ b/debian/patches/gm2-bootstrap-compare.diff
@@ -0,0 +1,12 @@
+# DP: Ignore gm2 M2Version.o bootstrap comparison
+
+--- a/src/configure.ac
++++ b/src/configure.ac
+@@ -3573,6 +3573,7 @@
+ # Specify what files to not compare during bootstrap.
+
+ compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/*"
++compare_exclusions="$compare_exclusions | gcc/gm2/*/M2Version\$(objext) | gcc/gm2/gm2version\$(objext)"
+ case "$target" in
+ hppa*64*-*-hpux*) ;;
+ hppa*-*-hpux*) compare_exclusions="gcc/cc*-checksum\$(objext) | */libgcc/lib2funcs* | gcc/ada/*tools/* | gcc/function-tests.o" ;;