From: John David Anglin Date: Sat, 4 Feb 2017 00:25:19 +0000 (+0000) Subject: configure.ac: Add gcc/function-tests.o to compare_exclusions for 32-bit hppa*-*-hpux*. X-Git-Tag: upstream/12.2.0~41365 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=510555e01cd20cbade13e85f21bc37956bb57a42;p=platform%2Fupstream%2Fgcc.git 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 --- diff --git a/ChangeLog b/ChangeLog index b9a9215..05296e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2017-02-03 John David Anglin + + * configure.ac: Add gcc/function-tests.o to compare_exclusions for + 32-bit hppa*-*-hpux*. + * configure: Regenerate. + 2017-01-27 Pekka Jääskeläinen * 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)