From: Jakub Jelinek Date: Thu, 27 Apr 2017 20:03:01 +0000 (+0200) Subject: re PR bootstrap/80531 (RC1 bootstrap comparison failure) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f49215b10cb70ee28f041c6b5088b55b3f33afb9;p=gcc.git re PR bootstrap/80531 (RC1 bootstrap comparison failure) PR bootstrap/80531 * configure.tgt (*-*-aix*): Add -frandom-seed=$@ to XCFLAGS to avoid bootstrap compare failures. From-SVN: r247350 --- diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 633ba37a62b..ca29cf773c3 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,9 @@ +2017-04-27 Jakub Jelinek + + PR bootstrap/80531 + * configure.tgt (*-*-aix*): Add -frandom-seed=$@ to XCFLAGS to avoid + bootstrap compare failures. + 2017-04-20 Alexander Monakov * testsuite/libgomp.c/target-36.c: New testcase. diff --git a/libgomp/configure.tgt b/libgomp/configure.tgt index 77e73f01f1a..74d95a570c7 100644 --- a/libgomp/configure.tgt +++ b/libgomp/configure.tgt @@ -149,6 +149,8 @@ case "${target}" in config_path="posix" # Need to link with -lpthread so libgomp.so is self-contained. XLDFLAGS="${XLDFLAGS} -lpthread" + # AIX needs -frandom-seed for bootstrap compare. + XCFLAGS="${XCFLAGS} -frandom-seed=\$@" ;; nvptx*-*-*)