From f49215b10cb70ee28f041c6b5088b55b3f33afb9 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Thu, 27 Apr 2017 22:03:01 +0200 Subject: [PATCH] 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 --- libgomp/ChangeLog | 6 ++++++ libgomp/configure.tgt | 2 ++ 2 files changed, 8 insertions(+) diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 633ba37..ca29cf7 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 77e73f0..74d95a5 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*-*-*) -- 2.7.4