Commit f49215b1 by Jakub Jelinek Committed by Jakub Jelinek

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
parent 1035527b
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> 2017-04-20 Alexander Monakov <amonakov@ispras.ru>
* testsuite/libgomp.c/target-36.c: New testcase. * testsuite/libgomp.c/target-36.c: New testcase.
......
...@@ -149,6 +149,8 @@ case "${target}" in ...@@ -149,6 +149,8 @@ case "${target}" in
config_path="posix" config_path="posix"
# Need to link with -lpthread so libgomp.so is self-contained. # Need to link with -lpthread so libgomp.so is self-contained.
XLDFLAGS="${XLDFLAGS} -lpthread" XLDFLAGS="${XLDFLAGS} -lpthread"
# AIX needs -frandom-seed for bootstrap compare.
XCFLAGS="${XCFLAGS} -frandom-seed=\$@"
;; ;;
nvptx*-*-*) nvptx*-*-*)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment