diff options
author | danglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2017-02-04 00:25:19 +0000 |
---|---|---|
committer | danglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2017-02-04 00:25:19 +0000 |
commit | 43bbe3ea5585e75c56ade41fa1f6691839b3e495 (patch) | |
tree | c3aa1e650d5f3f347e8430b36d98c0fb21c1edbe /configure.ac | |
parent | 0e8b5bfdc56dc0769f400168f93eec904b275c97 (diff) | |
download | gcc-43bbe3ea5585e75c56ade41fa1f6691839b3e495.tar.gz |
* configure.ac: Add gcc/function-tests.o to compare_exclusions for
32-bit hppa*-*-hpux*.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@245178 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 17a9f17057b..6192bb7b7db 100644 --- a/configure.ac +++ b/configure.ac @@ -3509,7 +3509,7 @@ fi compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/*" case "$target" in hppa*64*-*-hpux*) ;; - hppa*-*-hpux*) compare_exclusions="gcc/cc*-checksum\$(objext) | */libgcc/lib2funcs* | gcc/ada/*tools/*" ;; + hppa*-*-hpux*) compare_exclusions="gcc/cc*-checksum\$(objext) | */libgcc/lib2funcs* | gcc/ada/*tools/* | gcc/function-tests.o" ;; powerpc*-ibm-aix*) compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/* | *libgomp*\$(objext)" ;; esac AC_SUBST(compare_exclusions) |