aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorSteve Ellcey <sje@cup.hp.com>2009-06-26 17:28:40 +0000
committerSteve Ellcey <sje@gcc.gnu.org>2009-06-26 17:28:40 +0000
commitf2689b094a6670183e5db4322e8da460262512b9 (patch)
tree210f560d22922a0b6794af3ca3fc931fcdbca3e2 /Makefile.in
parentf62c0ba4a7b654ba89d3d09c88116c8049600769 (diff)
downloadgcc-f2689b094a6670183e5db4322e8da460262512b9.zip
gcc-f2689b094a6670183e5db4322e8da460262512b9.tar.gz
gcc-f2689b094a6670183e5db4322e8da460262512b9.tar.bz2
re PR bootstrap/40338 (bootstrap comparision fails on 32 bit PA when comparing libgcc objects)
2009-06-26 Steve Ellcey <sje@cup.hp.com> PR bootstrap/40338 * configure.ac (comparestring): Create new variable. * Makefile.tpl (comparestring): Use to skip some comparisions. * configure: Regenerate. * Makefile.in: Regenerate. From-SVN: r148978
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 7f39c3f..b341a42 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -54141,7 +54141,7 @@ compare:
$(do-compare) > /dev/null 2>&1; \
if test $$? -eq 1; then \
case $$file in \
- gcc/cc*-checksum$(objext) | ./libgcc/* | ./gcc/ada/*tools/*) \
+ @compare_exclusions@) \
echo warning: $$file differs ;; \
*) \
echo $$file differs >> .bad_compare ;; \
@@ -54479,7 +54479,7 @@ compare3:
$(do-compare3) > /dev/null 2>&1; \
if test $$? -eq 1; then \
case $$file in \
- gcc/cc*-checksum$(objext) | ./libgcc/* | ./gcc/ada/*tools/*) \
+ @compare_exclusions@) \
echo warning: $$file differs ;; \
*) \
echo $$file differs >> .bad_compare ;; \