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: r247351
This commit is contained in:
Jakub Jelinek 2017-04-27 22:03:38 +02:00 committed by Jakub Jelinek
parent c2f36c35da
commit 4c41782be3
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2017-04-27 Jakub Jelinek <jakub@redhat.com>
PR bootstrap/80531
* configure.tgt (*-*-aix*): Add -frandom-seed=$@ to XCFLAGS to avoid
bootstrap compare failures.
2017-04-20 Alexander Monakov <amonakov@ispras.ru>
Backport from mainline

View File

@ -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*-*-*)