aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn David Anglin <danglin@gcc.gnu.org>2017-02-04 00:25:19 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2017-02-04 00:25:19 +0000
commit510555e01cd20cbade13e85f21bc37956bb57a42 (patch)
treec3aa1e650d5f3f347e8430b36d98c0fb21c1edbe
parentb13549fd843b09ddc5d7fe30b31d5c2647407c4e (diff)
downloadgcc-510555e01cd20cbade13e85f21bc37956bb57a42.zip
gcc-510555e01cd20cbade13e85f21bc37956bb57a42.tar.gz
gcc-510555e01cd20cbade13e85f21bc37956bb57a42.tar.bz2
configure.ac: Add gcc/function-tests.o to compare_exclusions for 32-bit hppa*-*-hpux*.
* configure.ac: Add gcc/function-tests.o to compare_exclusions for 32-bit hppa*-*-hpux*. * configure: Regenerate. From-SVN: r245178
-rw-r--r--ChangeLog6
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
3 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b9a9215..05296e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2017-02-03 John David Anglin <danglin@gcc.gnu.org>
+
+ * configure.ac: Add gcc/function-tests.o to compare_exclusions for
+ 32-bit hppa*-*-hpux*.
+ * configure: Regenerate.
+
2017-01-27 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
* configure.ac: Moved the white list of enabling BRIG FE to
diff --git a/configure b/configure
index 5a06f52..8137de0 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
diff --git a/configure.ac b/configure.ac
index 17a9f17..6192bb7 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)