summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorsje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>2009-06-26 17:28:40 +0000
committersje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>2009-06-26 17:28:40 +0000
commit6fe86052ce7bfdc0aea8191826e4872bfe815468 (patch)
tree210f560d22922a0b6794af3ca3fc931fcdbca3e2 /Makefile.in
parentb5ce97f8879b2605b4b62d43c5391dc9d2163bd2 (diff)
downloadppe42-gcc-6fe86052ce7bfdc0aea8191826e4872bfe815468.tar.gz
ppe42-gcc-6fe86052ce7bfdc0aea8191826e4872bfe815468.zip
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148978 138bc75d-0d04-0410-961f-82ee72b054a4
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 7f39c3f0856..b341a421d73 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 ;; \
OpenPOWER on IntegriCloud