summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>2017-02-04 00:25:19 +0000
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>2017-02-04 00:25:19 +0000
commit43bbe3ea5585e75c56ade41fa1f6691839b3e495 (patch)
treec3aa1e650d5f3f347e8430b36d98c0fb21c1edbe /configure
parent0e8b5bfdc56dc0769f400168f93eec904b275c97 (diff)
* 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')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 5a06f528bda9..8137de084451 100755
--- a/configure
+++ b/configure
@@ -14669,7 +14669,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